Adds three human-in-the-loop workflows for tracking bugs and features: - bug-tracking (triage): Converts informal bugs.md → structured bugs.yaml - implement: Executes fixes with user confirmation at each step - verify: Closes items after human testing confirms resolution Key features: - Built-in Jira-lite: No external tools needed for issue tracking - Human-in-the-loop: User confirms routing, approach, and verification - Production API sync: Framework for fetching bug reports from app database - Dual-file system: bugs.md (human input) + bugs.yaml (agent metadata) - Severity/complexity routing matrix with auto-routing logic - Documentation impact assessment (PRD/Architecture/UX triggers) Workflow integrations: - sprint-planning: Loads bugs.yaml, tracks feature-to-story mappings - sprint-status: Shows bug/feature counts, recommends verify for pending items - story-done: Syncs related bugs/features to [IMPLEMENTED] when story completes - retrospective: Closes epic-linked bugs/features when epic is marked done Reference implementation includes: - Database schema for in-app bug reporting (Drizzle ORM example) - API endpoints for sync workflow (GET pending, POST mark-synced) - UI component examples (Svelte 5, React) |
||
|---|---|---|
| .. | ||
| checklist.md | ||
| instructions.md | ||
| sprint-status-template.yaml | ||
| workflow.yaml | ||