mirror of
https://github.com/jparkerweb/plan2code.git
synced 2026-07-21 18:33:22 -07:00
- 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:
@@ -42,6 +42,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
|
||||
|
||||
Reference in New Issue
Block a user