Implementation FAQ
Quick answers to common questions about implementation in the BMad Method.
Questions
Section titled “Questions”- Does create-story include implementation context?
- How do I mark a story as done?
- Can I work on multiple stories at once?
- What if my story takes longer than estimated?
- When should I run retrospective?
Does create-story include implementation context?
Section titled “Does create-story include implementation context?”Yes! The create-story workflow generates story files that include implementation-specific guidance, references existing patterns from your documentation, and provides technical context. The workflow loads your architecture, PRD, and existing project documentation to create comprehensive stories. For Quick Flow projects using tech-spec, the tech-spec itself is already comprehensive, so stories can be simpler.
How do I mark a story as done?
Section titled “How do I mark a story as done?”After dev-story completes and code-review passes:
- Open
sprint-status.yaml(created by sprint-planning) - Change the story status from
reviewtodone - Save the file
Can I work on multiple stories at once?
Section titled “Can I work on multiple stories at once?”Yes, if you have capacity! Stories within different epics can be worked in parallel. However, stories within the same epic are usually sequential because they build on each other.
What if my story takes longer than estimated?
Section titled “What if my story takes longer than estimated?”That’s normal! Stories are estimates. If implementation reveals more complexity:
- Continue working until DoD is met
- Consider if story should be split
- Document learnings in retrospective
- Adjust future estimates based on this learning
When should I run retrospective?
Section titled “When should I run retrospective?”After completing all stories in an epic (when epic is done). Retrospectives capture:
- What went well
- What could improve
- Technical insights
- Learnings for future epics
Don’t wait until project end — run after each epic for continuous improvement.
Have a question not answered here? Please open an issue or ask in Discord so we can add it!