15 lines
475 B
Markdown
15 lines
475 B
Markdown
---
|
|
description: List all features with status
|
|
---
|
|
|
|
List all features in `docx/features/` directory with their current status:
|
|
|
|
1. Find all feature directories: `docx/features/[NN-feature-name]/`
|
|
2. For each feature, show:
|
|
- Feature number and name
|
|
- Completion status (✅ Complete, 🔄 In Progress, ⏳ Not Started)
|
|
- Files present: requirements.md, design.md, tasks.md
|
|
- Task progress if tasks.md exists: X/Y tasks complete
|
|
|
|
Format as table or bulleted list.
|