Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
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
- 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
# 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.