From planning-workflow
Structured planning and task decomposition for complex, multi-step work. Use this skill whenever the user needs to break a large task into smaller parts, create an implementation plan, organize a migration, or structure a refactoring. Activates for: planning complex features, migrating architectures, refactoring codebases, organizing multi-service work, or any request that involves multiple phases of coordinated implementation. Also handles resuming or suspending previously saved plans. Without this skill, complex requests are executed monolithically instead of being decomposed into atomic, parallelizable sub-tasks with dependency tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/planning-workflow:prompt-decompositionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill orchestrates structured task decomposition by delegating the planning workflow to the `@planner-agent`.
This skill orchestrates structured task decomposition by delegating the planning workflow to the @planner-agent.
This skill activates when the user wants to:
When activated, immediately delegate to the @planner-agent using the Agent tool. The agent handles the full planning workflow autonomously:
.plans/*/plan.md files to resume.plans/ before presentingUse the Agent tool with @planner-agent and pass the user's request as the prompt. Include any relevant context the user has already provided:
Example delegation prompt:
"The user wants to plan [topic]. They mentioned [any context]. Follow the full planning workflow."
npx claudepluginhub fgiova/claude-marketplace --plugin planning-workflowDecomposes specs into ordered, verifiable tasks with acceptance criteria using vertical slicing and dependency graphs. Use for large tasks, scope estimation, or parallel agent work.
Decomposes complex work into structured, verifiable tasks with Sibyl tracking. Activates on planning-related phrases like 'write a plan' or 'break this down'.
Generates detailed, step-by-step implementation plans from specs or requirements, with bite-sized tasks, file paths, and test-first guidance.