$npx skillfedfor your agent

feature-planning

Feature Planning transforms vague feature requests into structured implementation roadmaps. It systematically clarifies requirements, explores your codebase for patterns, designs components, and generates discrete, sequenced tasks with file paths and dependencies. Integrates with plan-implementer to execute each task.

Feature Planning breaks down feature requests into detailed, sequential implementation tasks with specific file references and architecture decisions.

AI-generated summary based on this skill's SKILL.md

657 91 Apache-2.0updated by mhattingpete

Decision gist · record as of 2026-07-25

Feature Planning breaks down feature requests into detailed, sequential implementation tasks with specific file references and architecture decisions. Feature Planning transforms vague feature requests into structured implementation roadmaps. It systematically clarifies requirements, explores your codebase for patterns, designs components, and generates discrete, sequenced tasks with file paths and dependencies. Integrates with plan-implementer to execute each task.

manual: git clone https://github.com/mhattingpete/claude-skills-marketplace → cp -r claude-skills-marketplace/engineering-workflow-plugin/skills/feature-planning ~/.claude/skills/feature-planning
engineering-workflow-plugin/skills/feature-planning/SKILL.md · version 9d57bff3

Use it when

  • Yes.
  • Feature Planning generates implementation roadmaps with file paths and dependencies for complex multi-step changes.

Verify before relying

Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

mhattingpete/claude-skills-marketplace/feature-planning · repository language: HTML

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does feature-planning turn a feature request into an actionable plan?

Feature Planning transforms vague feature requests into structured implementation roadmaps by systematically clarifying requirements, exploring your codebase for patterns, designing components, and generating discrete, sequenced tasks with file paths and dependencies. It breaks down complex requests into detailed, actionable steps you can execute step-by-step.

Can feature-planning help me break down a feature request into tasks?

Yes. Feature Planning specializes in breaking down feature requests into detailed, actionable implementation plans. It analyzes your requirements, creates systematic architecture designs, and plans complex multi-step changes with clear task sequencing. Each task includes specific file paths and dependency information to guide development.

What does feature-planning generate for complex feature changes?

Feature Planning generates implementation roadmaps with file paths and dependencies for complex multi-step changes. It sequences tasks logically, identifies architectural decisions needed, explores existing code patterns, and structures the entire development workflow so you know exactly what to build and in what order.

How does feature-planning clarify vague or unclear feature requests?

Feature Planning uses structured questioning to clarify vague feature requests. It systematically analyzes ambiguous requirements, asks targeted questions about scope and intent, and refines the specification before creating your implementation plan. This ensures your roadmap addresses the actual need, not assumptions.

Does feature-planning integrate with other tools for execution?

Feature Planning integrates with plan-implementer to execute each task in your roadmap. After Feature Planning generates your structured implementation plan with sequenced tasks and dependencies, plan-implementer can take over to implement each step, keeping your development workflow continuous and coordinated.

What license does feature-planning use?

Feature Planning is released under the Apache-2.0 license, which permits commercial and private use, modification, and distribution with proper attribution and license inclusion.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Feature Planning

Systematically analyze feature requests and create detailed, actionable implementation plans.

When to Use

  • Requests new feature ("add user authentication", "build dashboard")
  • Asks for enhancements ("improve performance", "add export")
  • Describes complex multi-step changes
  • Explicitly asks for planning ("plan how to implement X")
  • Provides vague requirements needing clarification

Planning Workflow

1. Understand Requirements

Ask clarifying questions: - What problem does this solve? - Who are the users? - Specific technical constraints? - What does success look like?

Explore the codebase: Use Task tool with subagent_type='Explore' and thoroughness='medium' to understand: - Existing architecture and patterns - Similar features to reference - Where new code should live - What will be affected

2. Analyze & Design

Identify components: - Database changes (models, migrations, schemas) - Backend logic (API endpoints, business logic,

(truncated - see the full file via the links below)

File tree — 2 files
engineering-workflow-plugin/skills/feature-planning/SKILL.md
engineering-workflow-plugin/skills/feature-planning/references/planning-best-practices.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Break down feature requests into detailed, actionable implementation plans”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

conversation-analyzer
by mhattingpete · mhattingpete/claude-skills-marketplace

This skill scans your conversation history to surface usage trends, identify repetitive tasks ripe for automation, and pinpoint workflow inefficiencies. It categorizes requests by type, tracks project activity, detects time-of-day patterns, and flags vague or complex requests that slow you down. Analysis runs locally on your machine for privacy, delivering prioritized recommendations you can act on immediately.

Apache-2.0updated Jul 2026
★ 657repo stars
test-fixing
by mhattingpete · mhattingpete/claude-skills-marketplace

test-fixing identifies all failing tests, groups them by error type and root cause, then fixes them in priority order. It handles infrastructure issues first (imports, dependencies), then API changes, then logic bugs. After each fix group passes, it moves to the next until the full suite succeeds.

Apache-2.0updated Jul 2026
★ 657repo stars
code-auditor
by mhattingpete · mhattingpete/claude-skills-marketplace

Code Auditor performs a systematic examination of your entire codebase, evaluating architecture decisions, code quality patterns, security posture, performance characteristics, test coverage, and maintainability factors. It delivers prioritized findings with specific file references and actionable recommendations, supporting focused audits on security, performance, or testing alone.

Apache-2.0updated Jul 2026
★ 657repo stars
code-transfer
by mhattingpete · mhattingpete/claude-skills-marketplace

Code Transfer handles moving code blocks between files with exact line-number control. Choose between basic mode for small operations or execution mode for batch transfers across many files. Perfect for reorganizing functions, extracting classes, or inserting code at specific locations.

Apache-2.0updated Jul 2026
★ 657repo stars
ensemble-solving
by mhattingpete · mhattingpete/claude-skills-marketplace

This skill spawns three independent subagents to tackle problems from different angles—prioritizing simplicity, performance, or extensibility for code; top-down, bottom-up, or lateral thinking for design; or expert, pragmatic, or innovative perspectives for creative work. Each solution is scored against correctness, completeness, quality, clarity, and elegance, then the winner is returned with trade-off analysis and guidance on when alternatives might suit better.

Apache-2.0updated Jul 2026
★ 657repo stars
code-refactor
by mhattingpete · mhattingpete/claude-skills-marketplace

Code Refactor handles systematic refactoring operations like renaming identifiers, replacing deprecated patterns, and updating method calls across your codebase. It intelligently switches to execution mode for larger jobs (10+ files), delivering significant token savings while maintaining accuracy through a safe find-analyze-execute-verify workflow.

Apache-2.0updated Jul 2026
★ 657repo stars

More skills project-bootstrapper (Apache-2.0) · timeline-creator (Apache-2.0) · file-operations (Apache-2.0)

Tags
requirement-analysistask-decompositionimplementation-roadmaparchitecture-designfeature-specificationdevelopment-planningcode-organizationdependency-mapping