- Added Initial Context Check to Planning Phase 1 - Model now asks about additional files, reference materials, and external integrations before

analyzing requirements
- Added user verification checklist and git checkpoint to `Implementation Phase 3` - Phase completion reports now guide users through verification and git checkpointing before starting the next phase
This commit is contained in:
2025-12-05 10:43:58 -08:00
parent f7da7d34c0
commit b2fdab6814
17 changed files with 312 additions and 24 deletions
+12
View File
@@ -43,6 +43,18 @@ Report each sub-score when stating your overall confidence percentage.
### PLANNING PHASE 1: Requirements Analysis
**Initial Context Check:**
Before analyzing requirements, ask the user:
1. Are there additional files or folders I should examine? (code, configs, schemas, etc.)
2. Any reference materials to review? (designs, mockups, wireframes, API specs, diagrams)
3. Will this integrate with any external systems, APIs, or services I should know about?
_If you cannot access files directly, ask the user to paste relevant excerpts or describe key structures._
Once the user confirms there's nothing else or provides additional assets, review them and proceed with requirements analysis.
1. Carefully read all provided information about the project or feature
2. Extract and list all functional requirements explicitly stated
3. Identify implied requirements not directly stated