status

Summarize Belmont project state into a formatted status report from PRD.md and PROGRESS.md.

4|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/blake-simpson/belmont --skill status-blake-simpson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/blake-simpson/belmont/tree/main/plugin/skills/status
Command: npx skills add https://github.com/blake-simpson/belmont --skill status-blake-simpson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read the current project state and produce a formatted status report.

Core Features & Use Cases

  • Fast path: use the global belmont status CLI when available to quickly generate an up-to-date view of features and milestones.
  • Modes: default feature listing and single feature detail with PRD/PROGRESS; archived features handling; optional archival view with flag.
  • Structured output: outputs a comprehensive status including features, milestones, tasks, and recent activity.

Quick Start

Run belmont status to view the current project state.

Frequently Asked Questions about status

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

FAQPage Schema
How do I generate a project status report from PRD and progress tracking files?

To generate a project status report, this Skill reads PRD.md for feature catalogs and PROGRESS.md for task state, then outputs a formatted summary. It provides a quick view of active features, milestones, and recent activity for decision making.

What is the best way to track Belmont milestone progress and feature tasks?

Tracking Belmont milestone progress involves summarizing project state from PRD.md and PROGRESS.md into a standard status report. This read-only workflow lists active and archived features alongside per-feature task state for quick assessment.

Can I view archived features in the Belmont status report?

Yes, you can view archived features in the Belmont status report. The Skill supports archived features handling and offers an optional archival view using a flag, alongside the default listing of active features and milestone progress.

Does the status report workflow require any external dependencies or components?

No external dependencies or components are required for the status report workflow. The Skill implements a self-contained, read-only process that parses local PRD.md, PROGRESS.md, and .belmont/NOTES.md files to produce the formatted output.

How do I get a detailed single feature status from PRD and PROGRESS files?

To get a detailed single feature status, the Skill offers a specific mode that reads PRD.md and PROGRESS.md to output per-feature task state. This provides focused milestone progress and recent activity for individual feature inspection.