What problem does it solve?
This Skill prevents task chaos by standardizing how work is created, documented, reviewed, and archived inside the repository’s tasks/ structure.
Core Features & Use Cases
- Task directory conventions: Organizes work across lifecycle axes (todo/pending) and review-batch axes (review-*).
- Profiles with required artifacts: Guides creation of feature, investigation, review-batch, and docs/single-file tasks with the right document set.
- Phase-driven workflow: Defines what to do per lifecycle phase and which skills/documents to load, ensuring outputs are produced at every step.
- Status tracking and checklists: Standardizes status values, completion rules, and implementation checkpoints to reduce missed steps.
- Templates for consistent documentation: Provides a main task template and workflow/format companion guidance for multi-step feature work.
Quick Start
Create a new task under tasks/pending/ with a kebab-case name and start by writing the required <task-name>.md main file plus a 00-context.md skills list.