feature-dev

Guide feature development through a 7-phase workflow with specialized agents.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/amo-tech-ai/rocket-path-ai --skill feature-dev-amo-tech-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-dev
Source: https://github.com/amo-tech-ai/rocket-path-ai/tree/main/.claude/feature-dev
Command: npx skills add https://github.com/amo-tech-ai/rocket-path-ai --skill feature-dev-amo-tech-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of building new features by providing a structured, phased approach that emphasizes understanding the codebase, clarifying requirements, designing architecture, and ensuring quality before implementation.

Core Features & Use Cases

  • Systematic Workflow: Guides users through 7 distinct phases from discovery to summary.
  • Agent Orchestration: Leverages specialized agents (code-explorer, code-architect, code-reviewer) for in-depth analysis and review.
  • Use Case: When tasked with implementing a complex new user authentication flow that touches multiple parts of the application, this Skill ensures a thorough planning and review process.

Quick Start

Use the feature-dev skill to build a new feature that allows users to export their data as a CSV file.

Frequently Asked Questions about feature-dev

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

FAQPage Schema
How do I plan feature development that touches multiple codebase files?

Guided feature development uses a 7-phase workflow integrating codebase exploration, architectural design, and quality review to ensure structured planning before touching multiple codebase files.

What is the best way to design architecture for a complex new feature?

Architecture design for complex features is best handled by orchestrating specialized agents like code-architect, which clarifies requirements and designs structural decisions before any implementation begins.

How do I automate code review during new feature implementation?

Automate code review during feature implementation by orchestrating a dedicated code-reviewer agent within a phased workflow, ensuring quality checks and thorough review are integrated systematically.

Can I use agent orchestration to explore an unfamiliar codebase before coding?

Yes, agent orchestration leverages a code-explorer agent during the discovery phase to perform in-depth codebase exploration, helping you understand existing architecture and clarify requirements before implementation.

Does guided feature development work for adding a simple data export function?

Guided feature development handles tasks like building a CSV data export feature by walking through structured phases from initial discovery to final summary, ensuring proper architectural decisions and review.

When should I not use a phased workflow for feature development?

Avoid using a phased feature development workflow for trivial changes that lack architectural decisions or touch only a single file, as the 7-phase process and agent orchestration add unnecessary overhead for simple tasks.