validate
25Command
Audit the current mission against the registry — consistency and referential errors plus coverage warnings — without blocking.
Command
Audit the current mission against the registry — consistency and referential errors plus coverage warnings — without blocking.
Hook
Runs when a session starts on startup, clear and compact, executing session-start.mjs via node. From tunahanaliozturk/atelier.
Skill Claude CodeCodex
Use when the lead assigns a task to an agent, to match the task to the best-fit specialist by capability.
Skill Claude CodeCodex
Use when the lead runs an approved mission, to dispatch tasks in the right order and concurrency.
Skill Claude CodeCodex
Use throughout a run to keep the mission file current as the single source of truth.
Skill Claude CodeCodex
Use when the lead receives a draft plan, to review the plan itself before any work starts.
Skill Claude CodeCodex
Use after a dispatched task returns, to verify the output before marking it done.
Skill Claude CodeCodex
Use when no registered agent covers a task, to scaffold a new specialist agent that follows the capability schema.
Skill Claude CodeCodex
Use when the planner drafts a plan, to produce small, ordered, testable steps with dependencies.