1.6 KiB
1.6 KiB
Story {{N}}.{{M}}: {{story_title}}
Status: Draft
User Story
As a {{user_type}}, I want {{capability}}, So that {{value_benefit}}.
Acceptance Criteria
Given {{precondition}} When {{action}} Then {{expected_outcome}}
And {{additional_criteria}}
Implementation Details
Tasks / Subtasks
{{tasks_subtasks}}
Technical Summary
{{technical_summary}}
Project Structure Notes
- Files to modify: {{files_to_modify}}
- Expected test locations: {{test_locations}}
- Estimated effort: {{story_points}} story points ({{time_estimate}})
- Prerequisites: {{dependencies}}
Key Code References
{{existing_code_references}}
Context References
Tech-Spec: tech-spec.md - Primary context document containing:
- Brownfield codebase analysis (if applicable)
- Framework and library details with versions
- Existing patterns to follow
- Integration points and dependencies
- Complete implementation guidance
Architecture: {{architecture_references}}