From springfield
Use Springfield status to inspect the active batch and explain where it stands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/springfield:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use Springfield status to inspect the active batch and explain where it stands.
Use Springfield status to inspect the active batch and explain where it stands.
Source: builtin/springfield.md
Built-in Springfield playbook.
Run springfield version first. It prints one of:
springfield vX.Y.Z — a released build.springfield dev — a local source build (e.g. go install .).Then:
brew install brentguistwite/tap/springfieldspringfield_<version>_linux_<arch>.tar.gz from the GitHub Releases page and put the springfield binary on PATH.go install . inside the Springfield repo (no Windows release tarballs are published yet).springfield dev, this is a local development build. Continue without a floor check — the user is responsible for keeping it current.v from the reported version), tell the user to upgrade, then stop:
brew upgrade springfieldspringfield_<version>_linux_<arch>.tar.gz from the GitHub Releases page and replace the binary on PATH.go install . inside the Springfield repo (no Windows release tarballs yet).Do not try to work around a missing or too-old CLI — surface the exact command above instead. (A plugin older than the CLI is fine and needs no action; the CLI stays backward-compatible with older skills within a major version.)
Reads are allowed — recover and status flows specifically inspect .springfield/run.json and per-plan prd.json. Never write, edit, or delete files under .springfield/. That directory is Springfield's state — the CLI is your only interface for mutating it. Writing there directly will abort the current batch. This applies regardless of which agent is invoking the skill.
Inspect the current Springfield batch for the project and report the current state.
Read project guidance from AGENTS.md first, then CLAUDE.md, then GEMINI.md when present.
Run springfield status to get the current Springfield batch state, then summarize:
Do not invent new work unless the user explicitly asks to re-plan it. Keep Springfield as the only user-facing surface.
npx claudepluginhub brentguistwite/springfield --plugin springfieldGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.