From gangsta
Enforces governance laws in multi-agent operations: mediated authorization, Markdown/YAML state checkpoints, claim citations for anti-hallucination, token budgeting, and spec supremacy.
npx claudepluginhub kucherenko/gangsta --plugin gangstaThis skill uses the workspace's default tool permissions.
Omerta is the governance framework for the Gangsta Agents Family. It is not a phase — it is a cross-cutting concern enforced by every skill at every stage. These laws are non-negotiable.
Establishes Gangsta Agents framework for skill discovery and invocation at conversation start, enforces 1% invocation rule, maps platform tools, routes via agent hierarchy.
Provides protocols, templates, and rules for constructing subagent delegation prompts with context chains, protocol injection, and downstream declarations in agent orchestration.
Implements governance patterns for AI agents: policy-based tool controls, intent classification, trust scoring, audit trails, rate limits. For LangChain, CrewAI, OpenAI Agents.
Share bugs, ideas, or general feedback.
Omerta is the governance framework for the Gangsta Agents Family. It is not a phase — it is a cross-cutting concern enforced by every skill at every stage. These laws are non-negotiable.
No agent-to-agent interaction occurs without mediation by the Underboss or Don.
All Heist state MUST be checkpointed to files. If a session is interrupted, state must be recoverable.
docs/gangsta/<heist-name>/checkpoints/YYYY-MM-DD-checkpoint-<phase>.mdCheckpoint template:
---
heist: <heist-name>
phase: <current-phase>
status: in-progress | completed | blocked
timestamp: YYYY-MM-DDTHH:MM:SS
next-action: <what to do next>
artifacts:
- <list of files produced so far>
---
## Resume Context
<Summary of what has been done and what remains>
Every claim MUST cite its source. Agents adopt a "Fact-First" posture.
| Claim Type | Required Citation |
|---|---|
| Code behavior | file:line reference |
| Spec requirement | Contract section name |
| Architectural decision | Constitution entry |
| Past pattern | Ledger insight/fail reference |
The specification is the absolute source of truth.
Every skill MUST verify this checklist before proceeding to the next phase or action:
If you catch yourself thinking any of these, STOP — you are about to violate Omerta:
| Thought | Violated Law |
|---|---|
| "I'll just make this quick fix without updating the spec" | Law 5: Spec is Law |
| "I know this is true, I don't need to cite it" | Law 3: Rule of Truth |
| "Let me ask that other agent directly, it's faster" | Law 1: Introduction Rule |
| "I'll save the checkpoint after I finish this part" | Law 2: Rule of Availability |
| "We're close to done, the budget doesn't matter now" | Law 4: Rule of Budget |