claude-world

plan

8
2
# Install this skill:
npx skills add claude-world/director-mode-lite --skill "plan"

Install specific skill from multi-skill repository

# Description

Create detailed execution plan with task breakdown

# 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
  2. What is the goal?
  3. What are the constraints?
  4. What resources are available?

  5. Break Down Tasks

  6. Decompose into specific, actionable steps
  7. Each task should be completable independently
  8. Estimate relative complexity (small/medium/large)

  9. Create Task List

  10. Use TodoWrite tool to track progress
  11. Mark priorities and dependencies
  12. Keep tasks granular

  13. Identify Risks

  14. What could go wrong?
  15. What are the unknowns?
  16. 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

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.