- Nx 22.7 monorepo (pnpm 11.1, TypeScript 5.9, Node 24) - apps/api: NestJS 11 (CJS conforme CODING-RULES.md PGD-DB-004) - apps/web: React 19 + Vite 8 (ESM) - libs/shared/api-interface: Zod contract base - Docker Compose dev: Postgres 18, Valkey 8, MinIO, Mailpit - WDS artifacts: - design-artifacts/A-Product-Brief/ (5 docs canônicos + 16 dialogs) - design-artifacts/B-Trigger-Map/ (hub + 4 personas + feature impact) - Stack canon: STACK.md v2.2 + CODING-RULES.md v2.0 + brand.md - AGENTS.md + README.md como entrada para devs/agentes Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
34 lines
1.3 KiB
Markdown
34 lines
1.3 KiB
Markdown
# Sprint Planning Validation Checklist
|
|
|
|
## Core Validation
|
|
|
|
### Complete Coverage Check
|
|
|
|
- [ ] Every epic found in epic\*.md files appears in sprint-status.yaml
|
|
- [ ] Every story found in epic\*.md files appears in sprint-status.yaml
|
|
- [ ] Every epic has a corresponding retrospective entry
|
|
- [ ] No items in sprint-status.yaml that don't exist in epic files
|
|
|
|
### Parsing Verification
|
|
|
|
Compare epic files against generated sprint-status.yaml:
|
|
|
|
```
|
|
Epic Files Contains: Sprint Status Contains:
|
|
✓ Epic 1 ✓ epic-1: [status]
|
|
✓ Story 1.1: User Auth ✓ 1-1-user-auth: [status]
|
|
✓ Story 1.2: Account Mgmt ✓ 1-2-account-mgmt: [status]
|
|
✓ Story 1.3: Plant Naming ✓ 1-3-plant-naming: [status]
|
|
✓ epic-1-retrospective: [status]
|
|
✓ Epic 2 ✓ epic-2: [status]
|
|
✓ Story 2.1: Personality Model ✓ 2-1-personality-model: [status]
|
|
✓ Story 2.2: Chat Interface ✓ 2-2-chat-interface: [status]
|
|
✓ epic-2-retrospective: [status]
|
|
```
|
|
|
|
### Final Check
|
|
|
|
- [ ] Total count of epics matches
|
|
- [ ] Total count of stories matches
|
|
- [ ] All items are in the expected order (epic, stories, retrospective)
|