What problem does it solve?
This skill solves the ambiguity and lack of structure often found when breaking down complex software features, ensuring that designs are decomposed into clear, reviewable, and independently implementable tasks.
Core Features & Use Cases
- Automated Decomposition: Converts high-level feature designs into a validated JSON task graph.
- Dependency Management: Enforces strict DAG (Directed Acyclic Graph) validation to ensure tasks are ordered correctly based on code dependencies.
- Standardized Scaffolding: Automatically generates consistent Markdown plan files for each task, including context, implementation details, and acceptance criteria.
- Use Case: Use this after a design session to turn a complex feature requirement into a set of structured, ready-to-execute tasks for an agentic orchestrator.
Quick Start
Run the task-planner skill by providing a path to your design document or feature description to initiate the decomposition process.