From ecc
Walks through a structured feature-development process: analyze codebase, clarify requirements, design architecture, implement with TDD, review code, and generate a summary with testing instructions.
How this command is triggered — by the user, by Claude, or both
Slash command
/ecc:feature-devThe summary Claude sees in its command listing — used to decide when to auto-load this command
A structured feature-development workflow that emphasizes understanding existing code before writing new code. ## Phases ### 1. Discovery - read the feature request carefully - identify requirements, constraints, and acceptance criteria - ask clarifying questions if the request is ambiguous ### 2. Codebase Exploration - use `code-explorer` to analyze the relevant existing code - trace execution paths and architecture layers - understand integration points and conventions ### 3. Clarifying Questions - present findings from exploration - ask targeted design and edge-case questions - wa...
A structured feature-development workflow that emphasizes understanding existing code before writing new code.
code-explorer to analyze the relevant existing codecode-architect to design the featurecode-reviewer to review the implementationnpx claudepluginhub becksth/everything-claude-code/feature-devWalks through a structured feature-development process: analyze codebase, clarify requirements, design architecture, implement with TDD, review code, and generate a summary with testing instructions.
/sc-workflowGuides feature development by exploring the codebase, asking clarifying questions, and implementing with architecture focus. Accepts a feature description as argument.
/feature-devGuides feature development through systematic codebase exploration, clarifying questions, architecture design, and implementation.
/buildGuides feature implementation via phased workflow with approval gates: understand requirements, design options, load skills, build, verify, test, and track progress in tasks/todo.md.
/feature-devGuides a structured feature development workflow with emphasis on codebase understanding and architecture awareness.
/devkit.feature-developmentGuides implementation of a new feature from scratch by analyzing the codebase, asking clarifying questions, and producing production-ready code. Supports language/framework-specific agents via --lang flag.