Files
leo-claude-mktplace/plugins/projman/commands/project-status.md
lmiranda 035cd00f4b fix(projman): align command names with git-flow pattern
All projman command names now start with 'projman' prefix to match
git-flow behavior and avoid forced plugin namespace in autocomplete.

Before: /projman:sprint-plan, /projman:project-status
After: /projman sprint plan, /projman project status

This matches git-flow which shows /gitflow commit, /gitflow status.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-08 22:57:42 -05:00

1.2 KiB

name, description, agent
name description agent
projman project status Full project hierarchy status view (absorbs /proposal-status) planner

/project status

Purpose

Display comprehensive project status including charter state, epic progress, risk summary, and sprint roadmap status. Absorbs the former /proposal-status functionality.

Skills Required

  • skills/project-charter.md — charter structure
  • skills/visual-output.md — output formatting

Workflow

Step 1: Load Project Artifacts

Read wiki pages:

  • Project: {Name} — charter and status
  • Roadmap: {Name} — sprint sequence and completion
  • Risk-Register: {Name} — open risks
  • WBS: {Name} — work package completion

Step 2: Aggregate Sprint Progress

For each sprint in the roadmap:

  • Check milestone status (open/closed)
  • Count issues by state (open/closed)
  • Calculate completion percentage

Step 3: Display Status

Project: {Name}
Status: Executing
Epics: 3/6 complete
Sprints: 4/8 closed
Open Risks: 2 (highest: R1 score 6)
Next Sprint: Sprint 5

Step 4: Detail Sections

  • Epic progress bars
  • Top risks by score
  • Upcoming sprint scope from roadmap
  • ADR summary (accepted/proposed counts)