status

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

Content Preview
---
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 C
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/status.md \
  https://raw.githubusercontent.com/OthmanAdi/planning-with-files/main/commands/status.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/OthmanAdi/planning-with-files

Then reference at commands/status.md

Related Skills