Agent skill
plan
Create detailed execution plan with task breakdown
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/plan-claude-world-director-mode-lite
SKILL.md
Task Planning
Create a detailed execution plan for the current task.
Process
-
Analyze Requirements
- What is the goal?
- What are the constraints?
- What resources are available?
-
Break Down Tasks
- Decompose into specific, actionable steps
- Each task should be completable independently
- Estimate relative complexity (small/medium/large)
-
Create Task List
- Use TodoWrite tool to track progress
- Mark priorities and dependencies
- Keep tasks granular
-
Identify Risks
- What could go wrong?
- What are the unknowns?
- What needs clarification?
Task Template
## 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?