Status

Show current planning status at a glance - phases, progress, and any logged errors.

Published by @OthmanAdi·0 agent reads / 30d·0 saves·

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

📋 No planning files found

Run /plan to start a new planning session.

Keep It Brief

This is a quick status check, not a full report. Show just enough to answer "where am I?" without re-reading all the files.

Bundled with this artifact

2 files

Reference files that ship alongside this artifact. Agents pull these in only when the task needs them.

More on the bench

SKILL0

Tanstack Start

TanStack Start full-stack React framework using server functions, API routes, SSR, streaming with defer(), and multi-platform deployment via Vinxi/Nitro

software-engineering+1
0
SKILL0

Tanstack Query

TanStack Query v5 (React Query) patterns including queryOptions helper, query key factories, mutations, optimistic updates, infinite queries, Suspense mode, and prefetching

software-engineering+1
0
SKILL0

React Tanstack Router Query

React SPA with TanStack Router v1 + TanStack Query v5 — the definitive pattern for zero-loading-spinner routing, type-safe URLs, and cache-first data

software-engineering+1
0