girishr

Specpilot Status — Development skill for Claude Code

Development community

Show current sprint status and next milestone at a glance.

How to install Specpilot Status

Installs to ~/.claude/commands/girishr-specpilot-specpilot-status.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/girishr/SpecPilot/HEAD/.claude/commands/specpilot-status.md -o ~/.claude/commands/girishr-specpilot-specpilot-status.md

Restart Claude Code, or start a new session, for it to be picked up.

What Specpilot Status does


description: Show current sprint status and next milestone at a glance

Give a one-screen status summary of the current sprint.

  1. Read .specs/planning/tasks.md and extract the ## Current Sprint section — list each item's ID and a short (<15 word) restatement.
  2. Read .specs/planning/roadmap.md and find the ## Milestones section — identify the next incomplete milestone.
  3. Present a compact summary with two headings:
    • Current Sprint: bullet list of [CS-###] [BL-###] it

Alternatives in Development

  • Mempalace Status — Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions 58.6k ★
  • Telegram — Show Telegram bot status and manage global session 1.3k ★
  • Mnemos Status — /mnemos-status — Show Mnemos Memory Status 705 ★

Full documentation available on GitHub

View Source Repository