# Plan Status

> Display the execution status of a plan by parsing frontmatter metadata. Shows progress at-a-glance without requiring manual inspection of each file.

- Skill: `majiayu000/plan-status-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/plan-status-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/plan-status-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- License: MIT
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/plan-status-2

---


# Instructions

Read all references in `references/` before using this skill.

## Signals

- User asks "what's the status of the plan?"
- User wants to see progress on a phase
- User asks "what's done?" or "what's left?"
- Before resuming work on an existing plan

## References

**Directory:** `references/`

- `01_INTENT.md`
- `02_PROCEDURE.md`

## Scripts

**Directory:** `scripts/`

- `status.sh`: Parses frontmatter and displays plan status (macOS/Linux/WSL)
- `status.ps1`: Parses frontmatter and displays plan status (Windows)

