Agent Skills: SpecSwarm Status Check

Check build progress and session status. Triggers on progress/status/done/how's-the-build intent.

UncategorizedID: MartyBonacci/specswarm/ss-status

Install this agent skill to your local

pnpm dlx add-skill https://github.com/MartyBonacci/specswarm/tree/HEAD/plugins/ss/skills/ss-status

Skill Files

Browse the full folder contents for ss-status.

Download Skill

Loading file tree…

plugins/ss/skills/ss-status/SKILL.md

Skill Metadata

Name
ss-status
Description
Check build progress and session status. Triggers on progress/status/done/how's-the-build intent.

SpecSwarm Status Check

Provides natural language access to /ss:status command.

Dynamic Context

Current build state: !cat .specswarm/build-loop.state 2>/dev/null || echo "No active build"

When to Invoke

Trigger this skill when the user asks about:

  • Build progress or status
  • Whether something is done or still running
  • Background session status
  • "How's the build going?"

Examples:

  • "How's the build going?"
  • "Is it done yet?"
  • "Check progress"
  • "What's the status?"
  • "Show me background sessions"

Instructions

Auto-execute on clear intent:

  1. Detect that user is asking about build/session status
  2. Execute immediately: Run /ss:status
  3. No confirmation needed — this is a read-only operation

Semantic Understanding

Status equivalents: status, progress, check, how's it going, is it done, still running, background, sessions