Agent skill
specswarm-status
Check build progress and session status. Triggers on progress/status/done/how's-the-build intent.
Install this agent skill to your Project
npx add-skill https://github.com/MartyBonacci/specswarm/tree/main/plugins/specswarm/skills/specswarm-status
SKILL.md
SpecSwarm Status Check
Provides natural language access to /specswarm: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:
- Detect that user is asking about build/session status
- Execute immediately: Run
/specswarm:status - 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
specswarm-build
Spec-driven feature development workflow. Triggers on build/create/add/implement/develop intent.
specswarm-modify
Modify features with impact analysis and compatibility checks. Triggers on modify/change/update/refactor intent.
specswarm-fix
Fix bugs with regression testing and auto-retry. Triggers on fix/debug/broken/error/not-working intent.
specswarm-release
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.
specswarm-rollback
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.
specswarm-ship
Quality-gated merge to parent branch (DESTRUCTIVE). ALWAYS confirms on ship/deploy/merge/release intent.
Didn't find tool you were looking for?