plan-status

Parse plan.md frontmatter to list active plans and retrieve phase and task details.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/cbemister/claude-code --skill plan-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-status
Source: https://github.com/cbemister/claude-code/tree/main/.claude/skills/plan-status
Command: npx skills add https://github.com/cbemister/claude-code --skill plan-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly view and monitor the status and progress of active feature plans.

Core Features & Use Cases

  • Display all active plans with current status and progress
  • Retrieve detailed information for a specific plan (phases, tasks, and created date)
  • Integrate with worktrees to reflect branch activity and readiness
  • Quick status insights for stand-ups and planning

Quick Start

Use /plan-status to view all active plans. For details on a specific plan, run /plan-status <feature-name>.

Frequently Asked Questions about plan-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor the status of active feature plans?

To check feature plan progress, execute /plan-status to list all active plans or use /plan-status <feature-name> to retrieve specific details including phases, tasks, and worktree status.

What is the best way to view plan phases and tasks for a specific feature?

The best way to view plan phases and tasks is by running /plan-status <feature-name>, which retrieves detailed information for a specific plan including its created date and worktree status.

How does plan-status track worktree status for feature branches?

Plan-status tracks worktree status by parsing plan.md frontmatter and embedded phase/task data, integrating with worktrees to reflect branch activity and readiness for each active feature.

Can I use plan-status for quick status insights during stand-ups?

Yes, you can use plan-status for stand-ups by running the /plan-status command to display all active plans with their current status and progress at a glance.

Do I need any dependencies to render plan summaries from plan.md files?

No dependencies are required to render plan summaries; the skill operates by parsing plan.md frontmatter and embedded phase/task data directly to generate status and progress summaries.