What problem does it solve?
This Skill eliminates the chaos of scattered task tracking, manual status updates, and unverifiable requirement breakdowns for software development projects, ensuring every task is atomic, trackable, and tied to clear acceptance criteria.
Core Features & Use Cases
- Atomic Task Breakdown: Break down feature requirements into small, independently verifiable task cards with explicit dependencies and acceptance criteria, following the Survey → Classify → Prescribe → Verify workflow.
- Automated Status Workflows: Automate task status transitions from INBOX to DONE, with support for both offline mock execution for CI safety and real sub-agent execution for automated task processing.
- Local Task Dashboard: Run a background daemon and web UI to visualize task progress, track artifacts, and monitor execution in real time, all hosted locally for privacy.
Use Case: For a development team building a new user authentication feature, use this Skill to break the feature into testable tasks (e.g., split the auth module into pure functions, write unit tests for the login flow), track progress across the team, and run automated checks to verify each task meets acceptance criteria.
Quick Start
Use the kanban-tasks skill to initialize a kanban board for your current project, break down your top priority feature into atomic task cards with clear acceptance criteria, and start tracking progress via the local web UI.