From xonovex-skill-fdd
Use when running Feature-Driven Development's process scaffolding — the five processes (Develop an Overall Model, Build a Features List, Plan by Feature, Design by Feature, Build by Feature), naming features with the action-result-object template, decomposing into feature sets and major feature sets, tracking the six weighted build milestones, and organising Chief Architect / Chief Programmer / Class Owner roles and per-feature-set teams. Triggers on FDD, feature-driven development, feature list, design by feature, build by feature, feature-naming template, milestone percent-complete, class owner, chief programmer — even when the user doesn't say 'FDD'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xonovex-skill-fdd:fdd-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
FDD is a model-driven, short-iteration delivery rhythm built from five processes, a strict feature-naming template, a feature-set hierarchy, and six weighted milestones that report exact percent-complete per feature. It owns the choreography and tracking; the domain model and the notion of client value are owned elsewhere.
FDD is a model-driven, short-iteration delivery rhythm built from five processes, a strict feature-naming template, a feature-set hierarchy, and six weighted milestones that report exact percent-complete per feature. It owns the choreography and tracking; the domain model and the notion of client value are owned elsewhere.
<action> the <result> by/for/of/to a(n) <object> - the connector is any of by/for/of/to, see references/fdd-processes.md<action> the <result> of a(n) <object> narrows the pattern.Major feature set: Order Management
Feature set: Processing an order
Feature: Calculate the total of an order
Feature: Apply the discount to an order
Feature: Validate the shipping address of an order
Feature: Reserve the inventory for an order line
Feature: Authorize the payment for an order <- in build
Domain Walkthrough 1% [x]
Design 40% [x]
Design Inspection 3% [x]
Code 45% [ ] <- 44% complete
Code Inspection 10% [ ]
Promote to Build 1% [ ]
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub xonovex/platform --plugin xonovex-skill-fdd