fix(bmm): complete cleanup of epic-tech-context workflow removal (#1001)

- Remove references to deprecated epic-tech-context, story-context,
  validate-epic-tech-context, validate-story-context, and story-done workflows
- Simplify epic status: backlog → in-progress → done (was backlog → contexted)
- Update create-story to handle legacy 'contexted' status for backward compat
- Clean up sprint-planning instructions and status template
- Update docs: agents-guide, brownfield-guide, faq, glossary, quick-start

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Brian <bmadcode@gmail.com>
This commit is contained in:
Alex Verkhovsky
2025-11-30 21:52:04 -08:00
committed by GitHub
parent afd2a163bf
commit fe0817f590
13 changed files with 99 additions and 155 deletions

View File

@@ -1395,9 +1395,9 @@ Retrospective document was saved successfully, but {sprint_status_file} may need
- Do NOT start Epic {{next_epic_num}} until review is complete
{{else}}
4. **Begin Epic {{next_epic_num}} planning when preparation complete**
- Load PM agent and run `epic-tech-context` for Epic {{next_epic_num}}
- Or continue with existing contexted epics
4. **Begin Epic {{next_epic_num}} when ready**
- Start drafting stories with SM agent's `create-story`
- Epic will be marked as `in-progress` automatically when first story is created
- Ensure all critical path items are done first
{{/if}}