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.
npx claudepluginhub claude-world/director-mode-liteThis skill uses the workspace's default tool permissions.
Create a detailed execution plan for the current task.
Creates structured task plans with small verifiable steps, dependencies, and project-specific details. Use for implementing features, refactoring, or multi-step work.
Decomposes specs into ordered, verifiable tasks with acceptance criteria using vertical slicing and dependency graphs. Use for large tasks, scope estimation, or parallel agent work.
Generates detailed phased implementation plans with sprints and atomic tasks for bugs, features, or tasks. Activates when user says 'plan harder'. Saves as Markdown plan file.
Share bugs, ideas, or general feedback.
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]