Back to skills
SkillHub ClubShip Full StackFull Stack
plan
Create detailed execution plan with task breakdown
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Stars
13
Hot score
85
Updated
March 20, 2026
Overall rating
C2.0
Composite score
2.0
Best-practice grade
B84.0
Install command
npx @skill-hub/cli install claude-world-director-mode-lite-plan
Repository
claude-world/director-mode-lite
Skill path: skills/plan
Create detailed execution plan with task breakdown
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: claude-world.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install plan into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/claude-world/director-mode-lite before adding plan to shared team environments
- Use plan for development workflows
Works across
Claude CodeCodex CLIGemini CLIOpenCode
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: plan description: Create detailed execution plan with task breakdown user-invocable: true --- # Task Planning Create a detailed execution plan for the current task. ## Process 1. **Analyze Requirements** - What is the goal? - What are the constraints? - What resources are available? 2. **Break Down Tasks** - Decompose into specific, actionable steps - Each task should be completable independently - Estimate relative complexity (small/medium/large) 3. **Create Task List** - Use TodoWrite tool to track progress - Mark priorities and dependencies - Keep tasks granular 4. **Identify Risks** - What could go wrong? - What are the unknowns? - What needs clarification? --- ## Task Template ```markdown ## 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] ``` --- ## Guidelines - Keep tasks small (completable in one session) - Be specific about acceptance criteria - Identify dependencies early - Update plan as you learn more