planner-status

Parse PROGRESS.md tables and compute planner status statistics.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams stay informed about the current state of planner work by aggregating statuses from plans/PROGRESS.md and related specs, so you can quickly assess what’s done, in progress, or blocked.

Core Features & Use Cases

  • Progress aggregation: read PROGRESS.md and extract plan statuses across features.
  • Status visualization: present a compact status overview and per-feature details.
  • Actionable guidance: suggest next steps and relevant commands when plans are NOT STARTED or IN PROGRESS.

Quick Start

Ask your AI to show planner status for the current project.

Frequently Asked Questions about planner-status

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

FAQPage Schema
How do I track plan progress from a PROGRESS.md file?

You can view plan progress by reading PROGRESS.md and related spec files to extract plan statuses, compute statistics, and display a structured status report with active, in-progress, failed, and completed plans.

What is the best way to aggregate feature statuses from spec files?

Aggregating feature statuses from spec files involves parsing PROGRESS.md tables to extract current plan statuses and presenting a compact overview alongside per-feature details for quick assessment.

How do I visualize which project plans are blocked or in progress?

You can visualize blocked or in-progress plans by generating a status overview that parses PROGRESS.md, categorizes plans by their current state, and highlights items needing attention.

Does this work with project workspaces tracking feature plans in markdown?

Yes, it applies to project workspaces where teams track feature plans, statuses, and completion metrics in markdown files like PROGRESS.md and related specs.

Can I get suggested commands for plans that are not started?

Yes, when plans are NOT STARTED or IN PROGRESS, the skill provides actionable guidance by suggesting next steps and relevant commands to help move the work forward.