plan-feature

Generate structured implementation plans with tasks, dependencies, and test strategies.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/EtroxTaran/conductor --skill plan-feature-etroxtaran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-feature
Source: https://github.com/EtroxTaran/conductor/tree/main/.claude/skills/plan-feature
Command: npx skills add https://github.com/EtroxTaran/conductor --skill plan-feature-etroxtaran

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed implementation plans for new software features, ensuring all requirements and technical considerations are addressed upfront.

Core Features & Use Cases

  • Automated Planning: Generates a structured plan including tasks, dependencies, and test strategies.
  • Requirement Analysis: Parses feature specifications from PRODUCT.md and other documentation.
  • Use Case: When a new feature request is documented in Docs/PRODUCT.md, this skill can be invoked to break down the implementation into manageable tasks, estimate complexity, and define acceptance criteria.

Quick Start

Use the plan-feature skill to create an implementation plan for the feature described in Docs/PRODUCT.md.

Frequently Asked Questions about plan-feature

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a structured implementation plan for a new software feature?

To generate a structured implementation plan, you need a tool that analyzes feature requirements from documentation and outputs actionable tasks, dependency mappings, and test strategies. This automates planning by parsing specifications and defining task breakdowns.

How does automated feature planning handle task breakdown and dependency mapping?

Automated feature planning handles task breakdown by analyzing project documentation to define actionable tasks and mapping dependencies. It structures the implementation workflow by identifying task relationships and estimating complexity.

Can I use this feature development workflow with my existing PRODUCT.md documentation?

Yes, you can use this workflow with existing PRODUCT.md documentation. The skill parses feature specifications from Docs/PRODUCT.md to extract requirements and generate a structured implementation plan.

What is the best way to define a test strategy during feature development planning?

The best way to define a test strategy during feature development planning is to use an automated tool that integrates test strategy definition with task breakdown. This establishes acceptance criteria and test coverage upfront.

Do I need a specific JSON schema for software architecture task planning output?

Yes, you need a predefined JSON schema for software architecture task planning output. The plan generation requires adherence to this specific schema to ensure structured task breakdowns are correctly formatted.

When should I not use automated planning for software feature implementation?

You should not use automated planning for software feature implementation when you lack project documentation like PRODUCT.md, or when your workflow does not support a predefined JSON schema output, as the tool relies on these inputs.