Implement a specific task from a PRD following its annotations
Implement a specific task from a PRD's Implementation Plan (Section 6).
The user provides:
PRD-005) or pathTask 3)If not given, ask which PRD and task to implement.
wiki/inbox/, wiki/active/, or wiki/completed/Each task annotation looks like:
**Task N (Name)**:
- **Context needed**: [files to read]
- **Constraints**: [what NOT to do]
- **Done state**: [completion criteria]
- **Verification command**: [shell command]
/check-prd to verify all success criteriawiki/inbox/, suggest moving it to wiki/active/ with /move-prd| Command | What it checks |
|---|---|
bun turbo type-check | TypeScript across all workspaces |
bun turbo lint | ESLint across all workspaces |
bun test --cwd apps/api | API tests |
bun test --cwd apps/web | Web tests |
bun turbo build | Full build |
bun turbo test | All tests |
If the verification command fails: