Initial commit
This commit is contained in:
14
commands/spec/list.md
Normal file
14
commands/spec/list.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user