feature-development

Manage a 7-phase feature development process with approval gates.

1|Updated May 14, 2026
One-click install
npx skills add https://github.com/MarcoAntolini/cursor-sync --skill feature-development-marcoantolini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-development
Source: https://github.com/MarcoAntolini/cursor-sync/tree/main/cursor-skills/feature-development
Command: npx skills add https://github.com/MarcoAntolini/cursor-sync --skill feature-development-marcoantolini

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps with systematic development of new features, guiding users through a structured 7-phase process that ensures thoroughness and clarity from conception to completion.

Core Features & Use Cases

  • 7-phase Workflow: Guides through discovery, codebase exploration, clarifying questions, architecture design, implementation, review, and summary.
  • Parallel Subagents: Utilizes parallel subagents for codebase exploration and architecture design, allowing for comprehensive analysis.
  • Approval Gates: Includes explicit approval steps to prevent rushing through phases without due diligence.

Quick Start

Activate the 'feature-development' skill and start with the 'Discovery' phase to build a new feature.

Frequently Asked Questions about feature-development

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

FAQPage Schema
What is a structured feature development workflow and when do I need it?

A structured feature development workflow systematically guides new feature creation through defined phases from discovery to summary. You need it to prevent rushing into implementation without proper codebase exploration, architecture design, and user validation.

How do I manage parallel development during codebase exploration?

You manage parallel development by utilizing parallel subagents for codebase exploration and architecture design. This approach enables comprehensive analysis of your software design before moving to the actual implementation phase.

How do I prevent rushing through phases of feature development?

You prevent rushing by implementing explicit approval gates between development workflow phases. These validation checkpoints ensure due diligence is completed during codebase exploration and architecture design before proceeding to implementation.

What's the best way to start a new feature development process?

The best way to start a new feature development process is to begin with a Discovery phase to build context. This initiates a 7-phase workflow including clarifying questions, architecture design, implementation, code review, and summary.

Does this feature development workflow require specific dependencies?

No, this feature development workflow does not require specific external dependencies. It operates independently using scripts and references to manage the 7-phase process, parallel subagents, and approval gate validations.

How does code review fit into the software design workflow?

Code review fits into the software design workflow as the sixth phase of the 7-phase feature development process. It follows implementation and ensures quality before the final summary phase completes the structured workflow.