en un clic
status
Show current status of belmont tasks and milestones
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Show current status of belmont tasks and milestones
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Apply a Codex-only Belmont planning handoff packet after a plan-mode product-plan or tech-plan interview; write only the explicit .belmont files named in the packet without asking new planning questions.
Interactive planning session - create PRD and PROGRESS files for a feature
Technical planning session - create detailed implementation spec from PRD
Claude Code only. Drive a single feature to completion by self-pacing /belmont:implement → verify → next → status until no pending milestones remain.
Auto debug loop — investigate, fix, verify using agent-dispatched pipeline
Manual debug loop with deep Belmont context and in-place spec reconciliation — user-verified fix + correct the specs that let the bug exist
| name | status |
| description | Show current status of belmont tasks and milestones |
| alwaysApply | false |
Read the current project state and produce a formatted status report.
If available, use the global CLI first:
belmont status --color=always
(--color=always forces ANSI colors on the status markers even though stdout is piped by the calling AI tool — the markers render in colour in the tool's output block, making the list easier to scan.)
If the command fails, fall back to the manual steps below.
When no specific feature is requested:
.belmont/PR_FAQ.md — check if it exists and has content.belmont/PRD.md — the master PRD (feature catalog).belmont/features/ for subdirectoriesPRD.md for the feature name and PROGRESS.md for task countsARCHIVE.md (placed there by /belmont:cleanup) has no PROGRESS.md. Omit archived features entirely from the default listing. Only when the user explicitly asks for them, append a compact Archived (N): block (slug — name per line) below the active features.If no features exist yet, tell the user to run /belmont:product-plan to create their first feature.
If the user ran the CLI fast path above, the --show-archived flag controls this same behaviour (default: hidden entirely; with flag: compact list).
If a specific feature is requested (user says "show status for auth" or similar):
.belmont/features/<slug>/{base}/PRD.md, {base}/PROGRESS.md, check {base}/TECH_PLAN.md, check {base}/NOTES.md and .belmont/NOTES.md{base}/PRD.md - Task definitions and completion status{base}/PROGRESS.md - Milestones and session history{base}/TECH_PLAN.md - Check if it exists and has content{base}/NOTES.md - Check if feature-level notes exist.belmont/NOTES.md - Check if global notes existIf .belmont/ directory doesn't exist, tell the user to run belmont install first.
When in feature listing mode:
Belmont Status
==============
Product: [Extract from master PRD title, or "Unnamed Product"]
PR/FAQ: [Written / Not written (run /belmont:working-backwards)]
Master Tech Plan: [Ready / Not written]
Features:
[status] [slug] [feature name] [X/Y tasks done]
[status] [slug] [feature name] [X/Y tasks done]
...
Use /belmont:status with a feature name for details.
Use /belmont:product-plan to add a new feature.
Legend: [v] verified [x] done [>] in progress [!] blocked [ ] todo
Feature status indicators:
Produce a report following this exact format:
Belmont Status
==============
Feature: [Extract from PRD title]
Tech Plan: [Ready / Not written (run /belmont:tech-plan to create)]
Notes: [Has notes / -- None]
Status: [Not Started | In Progress | Complete | Verified]
Tasks: X verified, Y done, Z in progress, W blocked, V pending (of N total)
[v] P0-1: [Task name]
[v] P0-2: [Task name]
[x] P1-1: [Task name]
[>] P1-2: [Task name]
[!] P1-3: [Task name]
[ ] P2-1: [Task name]
[ ] P2-2: [Task name]
Milestones: (status computed from tasks)
[v] M1: [Milestone name] (all tasks verified)
[>] M2: [Milestone name] (3/5 tasks done)
[ ] M3: [Milestone name] (not started)
Blocked Tasks:
- [!] P1-3: [Task name] — [reason if noted]
Next Milestone:
- [Milestone ID] - [Milestone name]
Next Individual Task:
- [Task ID] - [Task name]
Recent Activity:
---
Last completed: [Task ID] - [Task name]
Recent decisions:
- [Last 3 decisions from Decisions Log]
Legend: [v] verified [x] done [>] in progress [!] blocked [ ] todo
[v] in PROGRESS.md[x] in PROGRESS.md (implemented, not yet verified)[>] in PROGRESS.md[!] in PROGRESS.md[ ] in PROGRESS.mdPROGRESS.md is the single source of truth for task state. PRD.md is a pure spec with no status markers.
[ ][x] or [v][v]Milestone status is computed from its tasks — no markers on milestone headers. A milestone is verified when all its tasks are [v].
git status or otherwise inspect git. Belmont status is independent of git.