Drafts feature implementation plans including scope, risks, and acceptance criteria.
Install
mkdir -p .claude/skills/feature-planner && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12586" && unzip -o skill.zip -d .claude/skills/feature-planner && rm skill.zipInstalls to .claude/skills/feature-planner
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.
Turn a feature request into an implementation-ready plan with scope, constraints, acceptance criteria, and risks.Key capabilities
- →Restate the target outcome of a feature.
- →Separate goals from non-goals for a feature.
- →Identify affected user flows, entry points, and files.
- →List constraints, dependencies, and migration concerns.
- →Produce acceptance criteria for a feature.
- →Document unresolved questions as explicit open items.
How it works
The skill structures an ambiguous feature idea into a concrete plan by defining outcomes, goals, non-goals, affected areas, constraints, acceptance criteria, and open questions.
Inputs & outputs
When to use feature-planner
- →Plan new features
- →Define acceptance criteria
- →Identify project risks
About this skill
Goal
Convert an ambiguous feature idea into a concrete plan before implementation.
Workflow
- Restate the target outcome in one paragraph.
- Separate goals from non-goals.
- Identify affected user flows, entry points, and likely files.
- List constraints, dependencies, and migration concerns.
- Produce acceptance criteria.
- Leave unresolved questions as explicit open items.
Output format
Outcome
Goals
Non-goals
Affected areas
Constraints and risks
Acceptance criteria
Open questions
When not to use it
- →When a feature idea is already fully defined and ready for implementation.
- →When the task is not related to feature planning.
Limitations
- →The skill focuses on planning, not implementation.
- →The skill requires a feature request as input.
How it compares
This skill provides a structured framework for feature planning, ensuring all critical aspects are considered before implementation, unlike an informal brainstorming session.
Compared to similar skills
feature-planner side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| feature-planner (this skill) | 0 | 5mo | No flags | Intermediate |
| create-plan | 36 | 8mo | Review | Beginner |
| project-planner | 32 | 9mo | Review | Intermediate |
| system-design | 19 | 9mo | 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.