Help us improve
Share bugs, ideas, or general feedback.
From feature-dev
Guides feature development end-to-end: explore codebase, clarify requirements, design architecture, implement, and review. Use when building multi-module features.
npx claudepluginhub minhthang1009/dotclaude --plugin feature-devHow this skill is triggered — by the user, by Claude, or both
Slash command
/feature-dev:feature-dev <feature-description><feature-description>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
A systematic feature development process: understand → explore → ask → design → implement → review → wrap up.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
A systematic feature development process: understand → explore → ask → design → implement → review → wrap up.
Goal: Understand the feature to build.
$ARGUMENTSGoal: Understand existing code relevant to the feature.
Skip if: user says they already know the codebase ("I know already", "skip explore") — jump directly to Phase 3.
Each agent must trace through the code comprehensively, focusing on understanding abstractions, architecture, and flow of control; each focused on a different aspect of the codebase.
Launch 2-3 code-explorer agents in parallel, each with a different focus:
Each agent returns a list of 5-10 key files. After agents finish → read all listed files to build deep context.
Present a comprehensive summary of findings and patterns discovered to the user.
CRITICAL: This is one of the most important phases. MUST NOT BE SKIPPED.
Goal: Eliminate all ambiguity before designing.
If user says "up to you" → give a specific recommendation, ask for explicit confirmation.
Goal: Design approaches with trade-offs.
Small feature (1-2 files, clear pattern from codebase): 1 approach is enough, no need to dispatch architect agents — lead proposes directly. Medium/large feature: Launch 2-3 code-architect agents in parallel with different focuses:
Review all approaches and form a view on which is best suited for this specific task (consider: small fix vs large feature, urgency, complexity, team context). Present to user:
DO NOT start without user approval.
Goal: Verify code quality before declaring done.
Small feature (≤3 files changed): 1 code-reviewer agent is sufficient. Medium/large feature: Launch 3 code-reviewer agents in parallel:
Each reviewer only reports findings with confidence ≥80%.
Consolidate findings (count, dedup, higher severity wins). Present to user: