From director-mode-lite
Creates detailed execution plans for tasks with requirement analysis, granular breakdowns, dependencies, risks, acceptance criteria, and markdown templates for progress tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/director-mode-lite:planThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a detailed execution plan for the current task.
Create a detailed execution plan for the current task.
Analyze Requirements
Break Down Tasks
Create Task List
Identify Risks
## Task: [Task Name]
### Goal
[What this task achieves]
### Steps
1. [ ] [Step 1]
2. [ ] [Step 2]
3. [ ] [Step 3]
### Dependencies
- Requires: [other tasks]
- Blocks: [dependent tasks]
### Acceptance Criteria
- [ ] [Criterion 1]
- [ ] [Criterion 2]
npx claudepluginhub claude-world/director-mode-liteDecomposes complex work into structured, verifiable tasks with Sibyl tracking. Activates on planning-related phrases like 'write a plan' or 'break this down'.
Breaks work into ordered, verifiable tasks with acceptance criteria. Use when a spec or requirements need decomposition into implementable units, when a task feels too large, or when parallel work is possible.
Breaks down multi-step work into small 2-5 minute tasks with verification criteria, dependencies, and logical ordering. Saves dynamic plans as {task-slug}.md in project root. For features, refactoring.