From spacedock
Executes workflow stage work as a dispatched worker. For pipeline stages that run under an orchestrator like Ensign.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spacedock:ensignThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
@references/ensign-shared-core.md
@references/ensign-shared-core.md
Load the runtime adapter for your platform:
CLAUDECODE env var is set): read references/claude-ensign-runtime.mdCODEX_THREAD_ID env var is set): read references/codex-ensign-runtime.mdPI_CODING_AGENT_DIR is set, or this session is running under Pi without the Claude/Codex markers above): read references/pi-ensign-runtime.mdThen read your assignment and begin work.
npx claudepluginhub spacedock-dev/spacedock --plugin spacedockOrchestrates deterministic JS workflows for Claude Code subagents with phases, parallelism, and quality patterns. For fan-out to hundreds of agents or codebase-wide audits.
Orchestrates multi-phase workflows chaining foundational task skills (git-wrapup, release-and-publish, maintenance, etc.) for MCP server projects. Routes user intent to workflow files for greenfield builds, maintenance, or fix-and-release.
Chains multi-phase workflows (greenfield build, maintenance+release, field-test+fix) by routing user intent to workflow files. For orchestrating multiple project tasks end-to-end.