From deepwork
Starts structured planning workflow: explores codebase, generates competing designs, produces executable DeepWork job definitions. Invoke via /deepplan for complex coding tasks.
npx claudepluginhub unsupervisedcom/deepwork --plugin deepworkThis skill uses the workspace's default tool permissions.
Structured planning workflow that explores the codebase, generates competing
Creates detailed implementation plans in plan.md from research.md by designing code slices. Used in phase 2 of deep-work project workflows after research completion.
Orchestrates structured thinking and multi-agent parallel execution for multi-step projects, complex breakdowns, architectural decisions, and task coordination.
Share bugs, ideas, or general feedback.
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 plan