multi-phase-feature

Orchestrate multi-phase feature development with phase templates and success criteria.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/eprouveze/HealthPulse --skill multi-phase-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multi-phase-feature
Source: https://github.com/eprouveze/HealthPulse/tree/main/.agent/skills/multi-phase-feature
Command: npx skills add https://github.com/eprouveze/HealthPulse --skill multi-phase-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a disciplined, phase-driven workflow to plan, copy patterns, implement, and validate complex features across frontend and backend, reducing scope creep and integration errors.

Core Features & Use Cases

  • Discovery First: Study existing patterns and references before coding to ensure alignment with project conventions.
  • Incremental Progress: Break work into clearly defined phases with explicit success criteria to enable controlled delivery.
  • Copy Then Adapt: Copy proven implementations exactly, then tailor them to the new feature to accelerate delivery while preserving reliability.
  • Documentation & Testing: Produce an implementation plan, phase-specific tests, and documentation updates to maintain traceability.
  • Use Case: When adding a multi-file feature spanning API, frontend pages, and data migrations, coordinate backend routes, UI components, and tests in a phased manner.

Quick Start

Generate a Phase 1 implementation plan for a new feature using discovery and planning steps.

Frequently Asked Questions about multi-phase-feature

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

FAQPage Schema
How do I manage multi-phase feature development across frontend and backend without scope creep?

Multi-phase feature development requires a disciplined, phase-driven workflow with strict phase-by-phase progress and guardrails to prevent scope creep. Breaking work into defined phases with explicit success criteria enables controlled delivery and reduces integration errors across complex product features.

What is the best way to plan a multi-file feature spanning API routes, UI components, and data migrations?

The best way to plan a multi-file feature is using a discovery-first workflow that studies existing patterns before coding. Generating an implementation plan coordinates backend routes, frontend pages, and data migrations incrementally, ensuring alignment with project conventions.

How does a copy-first pattern work when implementing new product features?

A copy-first pattern works by copying proven implementations exactly, then tailoring them to the new feature. This approach accelerates delivery while preserving reliability, ensuring new code aligns with established project conventions before adaptation.

When do I need a phased implementation workflow for complex feature builds?

You need a phased implementation workflow when adding complex product features requiring frontend, backend, and documentation steps. Multi-phase workflows are essential for features spanning multiple files, APIs, and UI components where strict phase-level success criteria maintain traceability.

How do I track progress and testing requirements during multi-phase feature development?

You track progress during multi-phase feature development using todo-tracking and phase-specific tests. The workflow produces documentation updates and phase-level success criteria to maintain traceability, ensuring each implementation phase is validated before progression.

What are the limitations of using a phase-based workflow for feature development?

A phase-based workflow for feature development is limited by its strict phase-by-phase guardrails, which may slow rapid prototyping. This approach is designed for complex, multi-file features requiring discovery and testing, not for simple, single-file changes.