@@ -241,32 +241,32 @@ The DoPlan workflow follows this **exact sequence**. **DO NOT skip steps or work
241241
242242**Process:**
2432431. **Idea Discussion (/Discuss)**
244- - Ask comprehensive questions about the idea
245- - Suggest improvements and enhancements
246- - Help organize features into phases
247- - Recommend tech stack based on requirements
248- - Save results to state file and ` + backtick + `doplan/idea-notes.md` + backtick + `
244+ - Ask comprehensive questions about the idea
245+ - Suggest improvements and enhancements
246+ - Help organize features into phases
247+ - Recommend tech stack based on requirements
248+ - Save results to state file and ` + backtick + `doplan/idea-notes.md` + backtick + `
249249
2502502. **Idea Refinement (/Refine)**
251- - Review existing idea notes
252- - Suggest additional features
253- - Identify gaps in the plan
254- - Enhance technical specifications
255- - Update idea documentation
251+ - Review existing idea notes
252+ - Suggest additional features
253+ - Identify gaps in the plan
254+ - Enhance technical specifications
255+ - Update idea documentation
256256
2572573. **Document Generation (/Generate)**
258- - Create ` + backtick + `doplan/PRD.md` + backtick + ` - Product Requirements Document
259- - Create ` + backtick + `doplan/structure.md` + backtick + ` - Project structure
260- - Create ` + backtick + `doplan/contracts/api-spec.json` + backtick + ` - API specification
261- - Create ` + backtick + `doplan/contracts/data-model.md` + backtick + ` - Data models
262- - Use templates from ` + backtick + `doplan/templates/` + backtick + `
258+ - Create ` + backtick + `doplan/PRD.md` + backtick + ` - Product Requirements Document
259+ - Create ` + backtick + `doplan/structure.md` + backtick + ` - Project structure
260+ - Create ` + backtick + `doplan/contracts/api-spec.json` + backtick + ` - API specification
261+ - Create ` + backtick + `doplan/contracts/data-model.md` + backtick + ` - Data models
262+ - Use templates from ` + backtick + `doplan/templates/` + backtick + `
263263
2642644. **Planning (/Plan)**
265265 - **CRITICAL:** Create phase directories using numbered and slugified names: ` + backtick + `doplan/01-{phase-name}/` + backtick + `
266266 - **CRITICAL:** Create feature directories: ` + backtick + `doplan/01-{phase-name}/01-{feature-name}/` + backtick + `
267267 - Generate ` + backtick + `plan.md` + backtick + `, ` + backtick + `design.md` + backtick + ` (placeholder), ` + backtick + `tasks.md` + backtick + ` for each feature
268- - Create ` + backtick + `phase-plan.md` + backtick + ` and ` + backtick + `phase-progress.json` + backtick + ` for each phase
269- - Update dashboard with new structure
268+ - Create ` + backtick + `phase-plan.md` + backtick + ` and ` + backtick + `phase-progress.json` + backtick + ` for each phase
269+ - Update dashboard with new structure
270270 - **Tag @designer** to begin design work
271271
272272### 2. Design → @designer
0 commit comments