task-decomposer
SolidUSE WHEN the user describes a vague goal ('build X', 'plan Y', 'figure out how to Z') that needs to be broken into concrete steps before any work can start. Produces an ordered task list with rough estimates, dependencies, and unknowns flagged.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- hesorchen
- Repository
- hesorchen/muselab
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
plan
Decompose work into tasks with dependencies and put them on the shared list. Use when the user describes a feature, a refactor or a bug that needs more than one step, or says "plan this", "break this down", "make tasks".
apw-decompose
Structured task-decomposition workflow. Use when a task needs to be mapped to an ordered sequence of skills before any work begins — to decide the right workflow rather than jumping straight to implementation or reflexively running the full research→design→plan→implement→verify→review stack.
task
Analyze a free-form request, decompose it into prioritized sub-tasks with explicit dependencies (blockedBy), and register them in the session via TaskCreate. Plans only — does not execute. Use when you want a clean task list before starting work.