Chiralkit / Agent Kit / Specs
Agent contracts that compose.
A public working surface for the role boundaries, handoffs, and contracts that make reusable intelligence legible across teams and runtimes.
Archetypes
Durable role shapes establish what a specialist is responsible for before a runtime or implementation is chosen.
-
Role boundary
A named responsibility with an explicit purpose, scope, and escalation boundary.
-
Handoff shape
Inputs, outputs, and completion criteria make work transferable between people and agents.
Specialist agents
Focused roles can be composed without turning a crew into one opaque generalist.
-
Research specialist
Turns a question into traceable evidence, open questions, and a recommendation.
-
Implementation specialist
Transforms an approved brief into an owned, reviewable implementation plan and change set.
-
Verification specialist
Checks the delivered outcome against its contract and records any remaining risk.
Crews
Crews declare coordinated work as explicit roles and handoffs, rather than hidden orchestration.
-
Delivery crew
Research, implementation, and verification specialists share a brief and clear ownership boundaries.
-
Review crew
Independent perspectives examine a proposal before it becomes a project commitment.
Distributable contracts
The registry will distribute human-readable contracts that remain portable instead of private runtime configuration.
-
Contract envelope
Identity, intent, inputs, outputs, tools, permissions, and completion criteria travel together.
-
Portable ownership
Installed contracts stay visible, editable, and versionable in the receiving project.
Registered contracts
Validated behavioral contracts currently published by the Agent Kit registry.
-
ck-brain
L1Generic L1 router and orchestrator that selects one declared route and delegates a structured handoff.
-
ck-deploy
L5Provider-neutral agent that manages deploy surfaces (vercel today; tauri and npm declared for future) with evidence-based approval gates on promote and rollback.
-
ck-git
L5Provider-neutral agent that manages git as a devops surface (integrate, publish, and future prune/tag/release) with evidence-based approval gates.
-
ck-pm
L5Read-only PM observer for roadmap, backlog, and active Git worktrees.