Added formalized LLM prompt for consistant README updates.

This commit is contained in:
nathan 2026-04-03 12:02:17 -04:00
parent 66666efa5e
commit 1ecc7bc76f

22
.github/prompts/update-readme.prompt.md vendored Normal file
View File

@ -0,0 +1,22 @@
Act as a Senior Technical Program Manager. I need to update the `README.md` for my 'Workday-MCP' project to serve as a high-visibility Status Page.
**CONTEXT:**
- We just moved from a single-file script to a modular architecture (`server.py` + `lib/data.py`).
- We have 3 operational tools: `get_worker_status`, `get_worker_manager`, and `scan_manager_mismatches`.
- Current Goal: WIS-017 (Manager Mismatch Detection) is prototyped and functional with 9 mock records.
- Next Milestone: WIS-008 (Transitioning from Mock to Real Workday API).
**REQUIREMENTS:**
1. **Visual Status:** Use a "Traffic Light" system for project components:
- 🟢 Green: Functional/Production-Ready
- 🟡 Yellow: In Progress/Development
- 🔴 Red: Blocked/Not Started
2. **Standardization:** Ensure the README reflects our "Discipline Drives Quality" pillar (e.g., mention Type Hinting, Pylance-zero-error status, and modular structure).
3. **Sprint Alignment:** Reference the WIS (Workday Integration Suite) IDs to maintain traceability to our 2026 roadmap.
4. **Readability:** Use clean Markdown tables and bold headers for scannability.
**INPUT DATA:**
[PASTE YOUR CURRENT README HERE]
**RECENT ACTIVITY:**
[PASTE YOUR RECENT GIT LOG OR SUMMARY HERE]