status

Aggregates feature statuses and task progress from spec/STATE.md and PLAN.md files into a structured snapshot.

2|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ByeongminLee/nextjs-claude-code --skill status-byeongminlee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/ByeongminLee/nextjs-claude-code/tree/main/template/.claude/skills/status
Command: npx skills add https://github.com/ByeongminLee/nextjs-claude-code --skill status-byeongminlee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Show the current project status to stakeholders and team members by aggregating state from spec/STATE.md and per-feature PLAN.md.

Core Features & Use Cases

  • Reads spec/STATE.md to list tracked features and their phases.
  • Reads each feature's PLAN.md for task progress.
  • Provides a concise, up-to-date project snapshot for standups, reviews, and planning.

Quick Start

Activate the status skill to fetch and display the latest project state.

Frequently Asked Questions about status

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

FAQPage Schema
How do I get a live snapshot of project status for daily standups?

To get a live project status snapshot, aggregate data from spec/STATE.md and per-feature PLAN.md files. This provides a concise, up-to-date overview of feature phases and task progress for daily standups.

What is the best way to track feature progress across multiple planning documents?

Tracking feature progress across multiple planning documents is done by reading spec/STATE.md for tracked features and phases, then aggregating each feature's PLAN.md for detailed task progress into a single structured snapshot.

How does project state aggregation work for executive reviews?

Project state aggregation works by compiling real-time data from spec/STATE.md and per-feature PLAN.md files. This mechanism ensures the snapshot reflects current progress, providing a structured format for executive reviews and planning sessions.

Can I use markdown files to summarize project state for planning sessions?

Yes, you can use markdown files to summarize project state. The system reads existing spec/STATE.md and feature PLAN.md files to present real-time progress in a structured, easily navigable format for planning sessions.

Do I need spec/STATE.md and PLAN.md files to generate a project snapshot?

Yes, you need spec/STATE.md to list tracked features and their phases, and individual feature PLAN.md files for task progress. These markdown files are required to generate an accurate project status snapshot.