
Execution skill for worker agents: implement changes, run checks, commit+push, and report via the worker schema.
Lead consultant skill for opus-consult: challenge autopilot assumptions, propose concrete execution guidance, and never dispatch AgentBus tasks directly.
Mandatory verification checklist for code changes: run the repo's standard format/lint/typecheck/test stack before marking work complete.
Operational rules for using AgentBus safely: packet threading, updates, receipts, and close discipline.
Production code quality gate for cockpit workers: strict anti-bloat policy, fail-closed verification, and deterministic cleanup.
Deterministic orchestrator behavior: forward completions as compact updates without creating feedback loops.
Planning-only skill: produce a dependency-aware plan and acceptance criteria; do not commit.
Hard gate for PR feedback loops: fix, ask re-check, then resolve only after verified closure.
Run SkillOps (debrief -> distill -> lint) so cockpit skills continuously learn from real task outcomes.
QA skill: reproduce issues, write clear steps, and validate fixes (locally or via E2E when available).
Controller skill for the autopilot: triage, dispatch, integrate, and keep work moving via AgentBus.
Maintain a compact continuity ledger so long-running workflows survive session compaction and restarts.
Thin operator I/O skill: forwards human requests into AgentBus for the autopilot.