Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/status-jordangunn-skills
Metadata
Additional technical details for this skill
- author
- Jordan Godau
- scripts
-
[ "status.sh", "status.ps1" ] - keywords
-
plan status progress tracking
- references
-
[ "01_INTENT.md", "02_PROCEDURE.md" ]
SKILL.md
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.md02_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)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?