What problem does it solve?
This Skill converts a project brief into concrete, parallelizable work units so AI agents can execute a repo change without wasting time on overlapping or sequentially blocked tasks. It is designed for Track projects that need automatic decomposition, stale-task cleanup, and plan regeneration as the brief evolves.
Core Features & Use Cases
- Project Brief Parsing: Reads the brief as the source of truth and identifies the target project automatically.
- Codebase Exploration: Scans the repository to find module boundaries, data dependencies, and safe file-scope splits.
- Task Lifecycle Management: Preserves active or completed work, cancels stale todo items, creates new task files, and saves a decomposition plan.
- Validation and Regeneration: Runs Track validation and regenerates todo views so the task graph stays consistent.
- Use Case: Use this Skill when a product brief needs to be broken into agent-ready tasks for a multi-module codebase, especially when tasks must be parallel-safe and overlap-free.
Quick Start
Ask the track decompose skill to read the project brief, analyze the repository, and create the task breakdown and plan automatically.