From planning-with-files
Reads task_plan.md and displays a compact planning status summary showing current phase, phase progress, errors logged, and file existence.
How this command is triggered — by the user, by Claude, or both
Slash command
/planning-with-files:statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
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 ## If No Planning File...
Read task_plan.md from the current project directory and display a compact status summary.
[ ] or "pending" → ⏸️[x] or "complete" → ✅📋 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}
📋 No planning files found
Run /plan to start a new planning session.
This is a quick status check, not a full report. Show just enough to answer "where am I?" without re-reading all the files.
npx claudepluginhub codelyc/planning-with-files47plugins reuse this command
First indexed Feb 8, 2026
Showing the 6 earliest of 47 plugins
/statusReads task_plan.md and displays a compact planning status summary showing current phase, phase progress, errors logged, and file existence.
/planCreates, updates, and tracks a structured project plan in PLAN.md with phases, dependencies, and progress tracking. Also handles plan status queries and task completion.
/progressChecks project progress, summarizes recent work and position, then routes to execute an existing plan or create the next plan.
/statusReads the conductor/tracks.md file and summarizes project progress by phases, tasks, and completion status. Also verifies the Conductor environment is set up.
/statusShows active and recent Codex jobs for this repository, including review-gate status. Accepts an optional job ID for detailed output and supports --wait, --timeout-ms, and --all flags.
/statusChecks the health of a Repowise index, reporting sync state, page counts, provider, and token usage.