update config re deprecated removed file

This commit is contained in:
Brian Madison
2025-10-13 19:29:19 -05:00
parent f1965810a6
commit 5eb410d622
75 changed files with 30 additions and 10995 deletions

View File

@@ -51,17 +51,36 @@ The workflow adapts automatically based on project assessment, but key configura
```
plan-project/
├── workflow.yaml # Configuration and metadata
├── instructions-router.md # Initial assessment and routing logic
├── instructions-sm.md # Level 0 instructions (tech-spec only)
├── instructions-med.md # Level 1-2 instructions (PRD + tech-spec)
├── instructions-lg.md # Level 3-4 instructions (full PRD + epics)
├── analysis-template.md # Project assessment template
├── prd-template.md # Product Requirements Document template
├── tech-spec-template.md # Technical Specification template
├── epics-template.md # Epic breakdown template
├── checklist.md # Validation criteria
└── README.md # This file
├── README.md # Overview and usage details
├── checklist.md # Validation criteria
├── instructions-router.md # Initial assessment and routing logic
├── workflow.yaml # Configuration and metadata
├── gdd/
│ ├── gdd-template.md # Game Design Document template
│ ├── instructions-gdd.md # Genre-aware GDD instructions
│ └── workflow.yaml
├── narrative/
│ ├── instructions-narrative.md # Narrative design instructions
│ ├── narrative-template.md # Narrative planning template
│ └── workflow.yaml
├── prd/
│ ├── epics-template.md # Epic breakdown template
│ ├── instructions-lg.md # Level 3-4 PRD instructions
│ ├── instructions-med.md # Level 1-2 PRD instructions
│ ├── prd-template.md # Product Requirements Document template
│ └── workflow.yaml
├── tech-spec/
│ ├── epic-stories-template.md # Epic-to-story handoff template
│ ├── instructions-level0-story.md
│ ├── instructions-level1-stories.md
│ ├── instructions-sm.md # Level 0 tech-spec instructions
│ ├── tech-spec-template.md # Technical Specification template
│ ├── user-story-template.md # Story template for Level 0/1
│ └── workflow.yaml
└── ux/
├── instructions-ux.md # UX specification instructions
├── ux-spec-template.md # UX specification template
└── workflow.yaml
```
## Workflow Process

View File

@@ -103,7 +103,6 @@ web_bundle:
- "bmad/bmm/workflows/2-plan/prd/instructions-med.md"
- "bmad/bmm/workflows/2-plan/prd/instructions-lg.md"
- "bmad/bmm/workflows/2-plan/prd/prd-template.md"
- "bmad/bmm/workflows/2-plan/prd/analysis-template.md"
- "bmad/bmm/workflows/2-plan/prd/epics-template.md"
- "bmad/bmm/workflows/2-plan/tech-spec/tech-spec-template.md"
- "bmad/bmm/workflows/2-plan/ux/ux-spec-template.md"

View File

@@ -4,7 +4,6 @@ Use this checklist during workflow execution and review.
## Pre-Workflow
- [ ] analysis-template.md exists from plan-project phase
- [ ] PRD exists with FRs, NFRs, epics, and stories (for Level 1+)
- [ ] UX specification exists (for UI projects at Level 2+)
- [ ] Project level determined (0-4)
@@ -152,7 +151,6 @@ Use this checklist during workflow execution and review.
### Updated Files
- [ ] analysis-template.md (workflow status updated)
- [ ] PRD.md (if architectural discoveries required updates)
## Next Steps After Workflow