What problem does it solve?
This Skill prevents broken integrations and accidental architecture violations by standardizing how changes should be made across the Agentic Cockpit monorepo.
Core Features & Use Cases
- Repo organization & boundaries: Clarifies where functionality lives (Next.js cockpit, Python FastAPI gateway, run-store, and state machine) and what imports and writes are forbidden to keep the system coherent.
- Wire format & workflow rules: Documents the gateway↔cockpit API routes, event streaming expectations, run status/state transitions, and HITL decision handover flow so engineers implement compatible behavior.
- Operational and testing conventions: Establishes toolchain requirements (pnpm, uv, mypy/ruff) and testing/CI expectations to reduce regressions and integration drift.
Quick Start
Use the agentic-cockpit Skill when you are modifying /app, /lib/server, /gateway, or wiring scenario flows in the Agentic Cockpit monorepo.