What problem does it solve?
This Skill provides a complete framework for managing tasks from initial draft through acceptance, using a state-machine and a standardized task.json to coordinate planning, execution, and verification.
Core Features & Use Cases
- State machine driven lifecycle with InDraft, InSpec, InProgress, InReview, Done, and Cancelled.
- Acceptance format based on GWT (Given-When-Then) to ensure verifiable outcomes.
- Standard task.json structure including id, title, description, acceptance, steps, category, blocked_by, and status.
- Clear guidance for planning, decomposition, blocking dependencies, and commit messaging to streamline collaboration.
- Supports multi-agent workflows with guidelines for parallel and serial task execution.
Quick Start
Describe a new feature as a task, draft its acceptance criteria, and initialize a task.json in InDraft.