Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:46 +08:00
commit 867df4fed0
20 changed files with 4979 additions and 0 deletions

14
commands/spec/list.md Normal file
View 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.