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 spacedockCreates, runs, monitors, manages, and reviews Conductor workflows including agentic workflows with LLM, MCP, and RAG. Use when defining workflows, building AI agents, or managing executions.
Orchestrates multi-phase workflows by chaining foundational task skills (git-wrapup, release-and-publish, maintenance, etc.). Routes user intent to workflow files for greenfield builds, maintenance releases, or field-test fixes.
Picks and runs multi-phase workflows that chain foundational task skills end-to-end, routing user intent to workflow files for greenfield builds, maintenance, release, or fix+wrapup.