Display current progress and state of the FDD workflow.
Displays current progress and state of the FDD workflow.
/plugin marketplace add changeroa/fdd-is-all-you-need/plugin install fdd-is-all-you-need@fdd-is-all-you-needDisplay current progress and state of the FDD workflow.
.FDD/ directory exists/FDD initRead the following if they exist:
.FDD/config.yaml.FDD/feature_map.yaml.FDD/logs/events.jsonl (last 10 events)## FDD Status Report
### Project
- Name: [from config]
- Initialized: [date]
### Current Phase
[One of: Not Started | Analyzing | Planning | Designing | Developing | Completed]
### Feature Map Summary
- Total Feature Sets: X
- Completed: Y
- In Progress: Z
- Pending: W
- Blocked: V
### Feature Sets Status
| ID | Name | Status | Progress |
|----|------|--------|----------|
| FS-001 | [Name] | completed | 5/5 features |
| FS-002 | [Name] | in_progress | 2/4 features |
| FS-003 | [Name] | pending | 0/3 features |
| FS-004 | [Name] | blocked | 0/2 features (waiting on FS-002) |
### Execution Progress
- Current Iteration: X
- Last Checkpoint: [timestamp]
- Parallel Capacity: [from config]
### Recent Activity
[Last 5 events from logs]
### Next Actions
- [What needs to happen next]
Based on current state, suggest next action:
/FDD init/FDD analyze/FDD plan/FDD design/FDD develop/FDD resumeDisplay the status report in a clear, readable format. Show progress bars where appropriate:
Feature Set Progress: [████████░░] 80%