Maintains a record of implementation and handover plans in docs/plan/ for traceability.
Install
mkdir -p .claude/skills/plan-rain-kl && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17540" && unzip -o skill.zip -d .claude/skills/plan-rain-kl && rm skill.zipInstalls to .claude/skills/plan-rain-kl
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.
项目级技能:规定在开启新方案、新计划或进行任务交接时,必须将计划落库到 docs/plan 文件夹中并使用对应模板。Key capabilities
- →Document new feature development plans
- →Create handover plans for unfinished tasks
- →Standardize plan documentation using templates
- →Store plans in a designated directory
- →Ensure plans are not exposed externally
How it works
It requires the user to select a plan type (implementation or handover), read the corresponding template, and save the plan as a Markdown file in `docs/plan/` with a specific naming convention. It also enforces that these documents remain internal.
Inputs & outputs
When to use plan
- →Initiating a major feature build
- →Documenting technical debt refactorings
- →Handing off unfinished work to another developer
About plan
Provides a structured process to document development plans, preventing scope creep and ensuring continuity for complex features. Uses templates to standardize project documentation.
项目级技能:规定在开启新方案、新计划或进行任务交接时,必须将计划落库到 docs/plan 文件夹中并使用对应模板。
When not to use it
- →When making minor code changes like renaming a package or fixing a small bug
- →When the task is a lightweight, simple local refactor
- →When the plan document is intended for external exposure
Limitations
- →Plan documents must be stored in `docs/plan/`
- →Plan documents must not be exposed to external rendering frameworks
- →Requires strict adherence to naming conventions
How it compares
This skill formalizes the planning and handover process by enforcing template usage and specific storage locations, ensuring consistency and preventing external exposure of internal plans.
Compared to similar skills
plan side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| plan (this skill) | 0 | 3mo | No flags | Beginner |
| pmbok-project-management | 38 | 10mo | No flags | Intermediate |
| project-planner | 32 | 10mo | Review | Intermediate |
| spec-kit-workflow | 11 | 9mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Rain-kl
View all by Rain-kl →You might also like
pmbok-project-management
jgtolentino
Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas and 5 Process Groups with practical templates, frameworks, and industry-standard approaches. Includes risk management, stakeholder engagement, schedule management, cost control, quality assurance, and resource planning.
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.
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).
product-manager-toolkit
davila7
Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.
planning-agent
parcadei
Planning agent that creates implementation plans and handoffs from conversation context
pdd
mikeyobrien
Transforms a rough idea into a detailed design document with implementation plan. Follows Prompt-Driven Development — iterative requirements clarification, research, design, and planning.