WORK-032
ID:WORK-032Status:done

plan status Command

Priority:mediumComplexity:moderateSource:SPEC-022
changeset-release/main View source

Criteria completion

No incremental history — criteria tracking started on Apr 19.

Branches 3
History 5
  1. f2b3512
    Content editedby Claude
    Add {ID}-{slug}.md filename convention + migrate filenames subcommand
  2. f262d7b
    Content editedby Claude
    Backfill source attributes on all 123 work items
  3. 9c891c6
    Content editedby Claude
    Implement `plan status` command (WORK-032)
  4. ebe0c64
    Content editedby Claude
    Migrate plan files to {% ref %} xref syntax (WORK-021)
  5. 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)