Generate a Feature Map from the design document.
Decomposes design documents into prioritized feature sets with dependency mapping.
/plugin marketplace add changeroa/fdd-is-all-you-need/plugin install fdd-is-all-you-need@fdd-is-all-you-needGenerate a Feature Map from the design document.
.FDD/iterations/design_document.md).FDD/iterations/design_document.mdbusiness_context.objectivesbusiness_context.constraintsbusiness_context.success_criteriadesign_context.architecturedesign_context.technologiesIdentify Feature Sets from functional requirements:
For each Feature Set, define:
- id: FS-XXX
name: "Feature Set Name"
description: "What this feature set delivers"
status: pending
priority: high|medium|low
dependencies: [FS-YYY, FS-ZZZ] # Other Feature Sets
features:
- id: F-XXX-001
name: "Feature Name"
description: "Specific feature description"
status: pending
dependencies: [] # Internal feature dependencies
Build Dependency Graph:
Run Validator/Improver loop using /FDD-improve:
/FDD-improve feature_map .FDD/feature_map.yaml 3
This will:
Validate via /FDD-validate-map:
If issues found, invoke fdd-improver agent and re-validate
Generate execution order:
/FDD-get-executable to identify parallelizable groupsUpdate .FDD/feature_map.yaml with:
business_contextdesign_contextfeature_sets listAfter approval: /FDD design