Coordinates complex tasks using a single plan.md file. Ensures clear requirements, design, and verification before execution.
Install
mkdir -p .claude/skills/plan-luckymaomi && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18272" && unzip -o skill.zip -d .claude/skills/plan-luckymaomi && rm skill.zipInstalls to .claude/skills/plan-luckymaomi
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
用于写作和执行单文件 plan.md。适用于中大型开发、跨模块重构、生产级验收、恢复演练、架构硬化、评测闭环,以及任何不能靠一次小补丁完成的任务;要求把 plan.md 写成需求、事实、失败测试、目标、设计、任务、验证和收口合一的规格驱动执行合同。Key capabilities
- →Write a demand document
- →Document current facts
- →Define failure tests
- →Outline project goals
- →Specify design details
- →List implementation tasks
How it works
The skill guides the user through creating a `plan.md` document by following a predefined sequence of sections, ensuring all aspects of a complex task are covered.
Inputs & outputs
When to use plan
- →Executing cross-module refactoring
- →Planning complex feature implementation
- →Performing system architecture hardening
About plan
Creates a structured plan.md acting as a contract for complex development. Updates the checklist iteratively and ensures a full lifecycle closure.
用于写作和执行单文件 plan.md。适用于中大型开发、跨模块重构、生产级验收、恢复演练、架构硬化、评测闭环,以及任何不能靠一次小补丁完成的任务;要求把 plan.md 写成需求、事实、失败测试、目标、设计、任务、验证和收口合一的规格驱动执行合同。
When not to use it
- →When the task can be completed with a small patch
- →When the task does not require a detailed plan.md
- →When the user does not want to follow a structured planning process
Limitations
- →Requires adherence to a specific `plan.md` structure
- →Does not allow for deviation from the plan without updating the document
How it compares
This workflow enforces a structured, specification-driven approach to planning complex tasks, unlike ad-hoc planning or informal documentation.
Compared to similar skills
plan side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| plan (this skill) | 0 | 2mo | No flags | Intermediate |
| create-plan | 36 | 9mo | Review | Beginner |
| project-planner | 32 | 10mo | Review | Intermediate |
| system-design | 19 | 10mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
create-plan
antinomyhq
Generate detailed implementation plans for complex tasks. Creates comprehensive strategic plans in Markdown format with objectives, step-by-step implementation tasks using checkbox format, verification criteria, risk assessments, and alternative approaches. Use when users need thorough analysis and structured planning before implementation, when breaking down complex features into actionable steps, or when they explicitly ask for a plan, roadmap, or strategy. Strictly planning-focused with no code modifications.
project-planner
adrianpuiu
Comprehensive project planning and documentation generator for software projects. Creates structured requirements documents, system design documents, and task breakdown plans with implementation tracking. Use when starting a new project, defining specifications, creating technical designs, or breaking down complex systems into implementable tasks. Supports user story format, acceptance criteria, component design, API specifications, and hierarchical task decomposition with requirement traceability.
system-design
lagz0ne
Use when designing, architecting, or planning a new system from requirements or ideas - transforms concepts into navigable design catalog using EventStorming methodology, Mermaid diagrams, and progressive elaboration through 5 phases (Requirements, Big Picture, Processes, Data/Flows, Integration)
spec-kit-workflow
jmanhype
Guides specification-driven development workflow. Automatically invoked when discussing new features, specifications, technical planning, or implementation tasks. Ensures proper workflow phases (specify → clarify → plan → checklist → tasks → analyze → implement).
sparc-methodology
ruvnet
SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration
spec-workflow
TencentCloudBase
Standard software engineering workflow for requirement analysis, technical design, and task planning. Use this skill when developing new features, complex architecture designs, multi-module integrations, or projects involving database/UI design.