WORK-032
ID:WORK-032Status:done

plan status Command

Priority:mediumComplexity:moderate
claude/align-sidenav-styling-4MuxV View source

Criteria completion

No incremental history — criteria tracking started on Apr 17.

Branches 3
History 3
  1. 9c891c6
    Content editedby Claude
    Implement `plan status` command (WORK-032)
  2. ebe0c64
    Content editedby Claude
    Migrate plan files to {% ref %} xref syntax (WORK-021)
  3. 30b2ae0
    Created (done)by Claude
    Add 9 work items for SPEC-022 (Plan CLI) implementation

Summary

Terminal status summary showing entity counts by type and status, active milestone progress, blocked items, highest-priority ready items, and warnings. Quick overview without opening a browser.

Acceptance Criteria

  • Counts entities by type and status (specs, work, bugs, decisions)
  • Shows active milestone with progress bar (done/total)
  • Lists blocked items with their blockers
  • Lists highest-priority ready items (top 3-5)
  • Reports warnings: broken refs, orphaned work items (no milestone), stale in-progress
  • --format json outputs structured data for scripting
  • --milestone <name> scopes to a specific milestone
  • Tests for counting, progress calculation, and warning detection

Dependencies

  • WORK-027 (plugin architecture)
  • WORK-028 (plan file scanner)

References

  • SPEC-022 (Plan CLI)