What problem does it solve?
Streamlines governance of work items that live as plain-Markdown files under docs/tasks/issues/, enabling consistent triage, planning, and progress tracking.
Core Features & Use Cases
- Standardized task format: enforce a YAML frontmatter schema for each task (title, type, status, area, priority, owner, parent, blocks, blocked_by, created, updated) and a detailed spec body.
- Single source of truth: the docs/tasks/issues/ directory as the canonical record for all tasks and epics, with an auto-generated board at docs/tasks/board.md.
- Lifecycle and governance: supports backlog, todo, doing, review, blocked, done, and drop states with collaboration-friendly workflows.
Quick Start
Create a new Markdown file under docs/tasks/issues/ with an appropriate slug and fill in the frontmatter fields as defined; then regenerate docs/tasks/board.md.