feature-workflow

Coordinate a nine-phase feature development workflow with stage gates and required artifacts.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/coderhormaz/ethmumbai2026 --skill feature-workflow-coderhormaz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feature-workflow
Source: https://github.com/coderhormaz/ethmumbai2026/tree/main/skills/feature-workflow
Command: npx skills add https://github.com/coderhormaz/ethmumbai2026 --skill feature-workflow-coderhormaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide provides a structured, stage-gated approach to delivering complex software features, ensuring end-to-end traceability, governance, and quality across all phases from discovery to release.

Core Features & Use Cases

  • Nine-phase discipline: Explore → Plan → Clarify → Architect → Design Review → UX Flow Review → Implement → Code Review → Quality Gate.
  • Hands-off prompts and artifacts: leverages code-explorer for exploration, code-architect for trade-off analysis, and code-reviewer to surface issues with confidence-scored findings.
  • Use cases: feature development, module creation, API integration, large refactors, and other non-trivial code changes requiring structured governance.

Quick Start

Initiate Phase 1 by running the code-explorer to generate the Explorer Report for the target feature.

Frequently Asked Questions about feature-workflow

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

FAQPage Schema
How do I enforce a stage-gated feature development workflow for complex software refactors?▼

A stage-gated feature development workflow is enforced by applying a nine-phase process across ideation, planning, architecting, and implementation, requiring artifacts like Explorer Reports before advancing phases.

What is a phase gate process for software feature delivery?▼

A phase gate process for software feature delivery coordinates structured stages from exploration to quality gates, ensuring end-to-end traceability and governance by producing design reviews before implementation.

How do I start the architecture design and UX flow review process for a new module?▼

To start the architecture design and UX flow review process, initiate Phase 1 by running a code-explorer to generate an Explorer Report, which clarifies requirements before architectural trade-off analysis.

Can I use this structured workflow for API integration and large refactors?▼

Yes, you can use this structured workflow for API integration and large refactors. It applies to non-trivial code changes requiring structured governance across planning, architecting, and code review phases.

What's the best way to manage code reviews and quality gates during feature implementation?▼

The best way to manage code reviews and quality gates is leveraging a code-reviewer prompt to surface issues with confidence-scored findings, ensuring quality is maintained before moving to the final release phase.