From feature-workflow
AI-driven feature development workflow. USE THIS SKILL when the user requests a new feature, significant change, or says "new feature", "add feature", "implement X", "build X", or similar. Guides AI agents through 3 phases: DECIDE (ADR), PLAN (implementation specs), BUILD (execute & track). Ensures architectural consistency, traceability, and quality across any tech stack. Also trigger when user mentions "ADR", "architecture decision", "implementation plan", or "feature workflow".
How this skill is triggered — by the user, by Claude, or both
Slash command
/feature-workflow:feature-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill defines the **3-phase methodology** for developing new features using AI agents.
references/templates/adr-template.mdreferences/templates/architecture-template.mdreferences/templates/backend-implementation-template.mdreferences/templates/frontend-implementation-template.mdreferences/templates/implementation-plan-template.mdreferences/templates/progress-template.mdreferences/templates/shared-implementation-template.mdreferences/workflow.mdThis skill defines the 3-phase methodology for developing new features using AI agents. Every new feature or significant change MUST follow this workflow.
Read the full workflow guide: references/workflow.md
| Phase | Output | Gate |
|---|---|---|
| DECIDE | _ai/decisions/ADR-{N}-{slug}.md | User approval required |
| PLAN | _ai/implementations/{slug}/ folder | User approval required |
| BUILD | Code + progress.md updates | Tests pass |
references/workflow.md for the complete process_ai/decisions/ for existing ADRs (to determine next ADR number)_ai/knowledge-base/ for relevant patterns and guides about existing subsystemsCLAUDE.md or AGENTS.md for architecture info, lib structure, and conventionsAll templates are in references/templates/:
| Template | When to use |
|---|---|
adr-template.md | Phase 1: Create architecture decision record |
implementation-plan-template.md | Phase 2: Main plan with scope and acceptance criteria |
backend-implementation-template.md | Phase 2: Backend/API changes (optional, use when feature has backend work) |
frontend-implementation-template.md | Phase 2: Frontend/UI changes (optional, use when feature has frontend work) |
shared-implementation-template.md | Phase 2: Shared libs/types (optional, use when feature affects shared code) |
progress-template.md | Phase 2: Task checklist for tracking build progress |
architecture-template.md | Post-build: Update or create architecture docs |
progress.md as you complete tasks during BUILD.npx claudepluginhub slyk/toopro-code-style --plugin feature-workflowOrchestrates SAM workflow for new features: discovery, codebase analysis, architecture spec, task decomposition, validation, context manifest. Creates MD/YAML artifacts for GitHub issues. Use for add/plan feature requests.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.