Command
/status
Show current planning status at a glance - phases, progress, and any logged errors.
One command from planning-with-files.
shell
$ npx -y skills add OthmanAdi/planning-with-files --agent claude-codeShips with planning-with-files. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/status
Context preview
What this command does when you run it.
Show current planning status at a glance - phases, progress, and any logged errors.
Stats
Stars25,655
Forks2,157
LanguagePython
LicenseMIT
Ships with planning-with-files
Command definition
status.md
--- description: "Show current planning status at a glance - phases, progress, and any logged errors." --- Read task_plan.md from the current project directory and display a compact status summary. ## What to Show 1. **Current Phase**: Extract from "## Current Phase" section 2. **Phase Progress**: Count phases and their status (pending/in_progress/complete) 3. **Phase List**: Show each phase with status icon 4. **Errors**: Count entries in "## Errors Encountered" table if present 5. **Files Check**: Confirm which planning files exist ## Status Icons - `[ ]` or "pending" → ⏸️ - "in_progress" → 🔄 - `[x]` or "complete" → ✅ - "failed" or "blocked" → ❌ ## Output Format ``` 📋 Planning Status Current: Phase {N} of {total} ({percent}%) Status: {status_icon} {status_text} {icon} Phase 1: {name} {icon} Phase 2: {name} ← you are here {icon} Phase 3: {name} ... Files: task_plan.md {✓|✗} | findings.md {✓|✗} | progress.md {✓|✗} Errors logged: {count} ``` ## If No Planning Files Exist
