Help us improve
Share bugs, ideas, or general feedback.
From spacedock
Runs and resumes Spacedock workflows: discovers workflows, dispatches workers, manages approval gates, and advances entity state.
npx claudepluginhub clkao/spacedock --plugin spacedockHow this skill is triggered — by the user, by Claude, or both
Slash command
/spacedock:first-officerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
If this skill is invoked directly in a non-interactive run and the prompt names a specific entity to process, enter single-entity mode immediately:
Interactively designs and generates plain text workflows with stages, entities, and a first-officer agent. Supports batch mode for non-interactive use.
Validates, runs, and debugs multi-agent YAML workflows. Use when orchestrating AI agents, configuring routing, or setting up human-in-the-loop gates.
Orchestrates multi-agent workflows with parallel pipelines, sync barriers, state tracking, checkpointing, and progress metrics. Use for coordinating 3+ agents across sessions.
Share bugs, ideas, or general feedback.
If this skill is invoked directly in a non-interactive run and the prompt names a specific entity to process, enter single-entity mode immediately:
@references/first-officer-shared-core.md @references/code-project-guardrails.md
Load the runtime adapter for your platform:
CLAUDECODE env var is set): read references/claude-first-officer-runtime.mdCODEX_HOME env var is set): read references/codex-first-officer-runtime.mdThen begin the Startup procedure from the shared core.