From deepwork
Starts structured planning workflow: explores codebase, generates competing designs, produces executable DeepWork job definitions. Invoke via /deepplan for complex coding tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/deepwork:deepplanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Structured planning workflow that explores the codebase, generates competing
Structured planning workflow that explores the codebase, generates competing designs, and produces an executable DeepWork job definition.
EnterPlanMode if not already in plan modestart_workflow with:
job_name: "deepplan"workflow_name: "create_deep_plan"goal: the user's planning requestWhen the user invokes /deepplan, parse their intent:
/deepplan <goal> → enter plan mode and start the workflow
with <goal>/deepplan alone → enter plan mode and start the workflow
using conversation context as the goal; if no context, ask the user what
they want to plannpx claudepluginhub unsupervisedcom/deepwork --plugin deepworkOrchestrates structured thinking and multi-agent parallel execution for multi-step projects, complex breakdowns, architectural decisions, and task coordination.
Creates detailed implementation plans through interactive, iterative collaboration. Use when planning features, refactoring, or tasks with research and multi-agent analysis.