refactor: spec-generator outputs from monolithic files to directory structure

Requirements, architecture, and epics now output as directories with
individual files per design point (_index.md + REQ-*.md/ADR-*.md/EPIC-*.md),
linked via relative paths for better referencing and downstream consumption.
Phase 6 handoff bridge simplified to read directly from individual EPIC files.
This commit is contained in:
catlog22
2026-02-11 17:24:18 +08:00
parent 5a4350beb4
commit 7aa1038951
9 changed files with 1394 additions and 136 deletions

View File

@@ -49,9 +49,9 @@ Generates a complete specification package through 6 sequential phases:
| 1 | `spec-config.json` | Session configuration and state |
| 1 | `discovery-context.json` | Codebase exploration (optional) |
| 2 | `product-brief.md` | Product brief with multi-perspective synthesis |
| 3 | `requirements.md` | Detailed PRD with acceptance criteria |
| 4 | `architecture.md` | Architecture decisions and component design |
| 5 | `epics.md` | Epic/Story breakdown with dependencies |
| 3 | `requirements/` | `_index.md` + `REQ-NNN-{slug}.md` + `NFR-{type}-NNN-{slug}.md` |
| 4 | `architecture/` | `_index.md` + `ADR-NNN-{slug}.md` |
| 5 | `epics/` | `_index.md` + `EPIC-NNN-{slug}.md` |
| 6 | `readiness-report.md` | Quality validation report |
| 6 | `spec-summary.md` | One-page executive summary |