ワンクリックで
constitutional
Multiple agents draft a structured document through federated co-authorship and formal voting.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Multiple agents draft a structured document through federated co-authorship and formal voting.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | constitutional |
| description | Multiple agents draft a structured document through federated co-authorship and formal voting. |
| metadata | {"owner":"interlateral","version":"1.0","weight":"heavy"} |
| compatibility | Three to five explicitly selected agents. Default to Claude Code + Codex peers; Gemini and Antigravity are opt-in only when the human explicitly selects them. |
Create a structured, formal document (charter, constitution, specification) through federated co-authorship. Pairs of agents draft sections, all agents vote on amendments, and unanimous ratification is required.
Use mesh-comms-core first if direct peer notification has not already been proven. comms.md is the ledger, not the wake-up path.
Default roster: use Claude Code and Codex peers. Do not include Gemini CLI, Antigravity CLI, or Antigravity Desktop unless the human prompt explicitly names that peer.
| Role | Description |
|---|---|
LEAD | Facilitates phases, manages parking lot, compiles final document |
CO_AUTHOR | Paired with another agent to draft a specific section |
Each agent may have both roles (LEAD + CO_AUTHOR) or just CO_AUTHOR.
PHASE 1: OPENING STATEMENTS
- Each agent declares: priority, red lines, willing concessions
PHASE 2: SECTION DRAFTING
- Co-author pairs negotiate and draft their assigned sections
- LEAD checks in on progress, resolves blockers
PHASE 3: CROSS-REVIEW
- All agents review all sections
- Signal: [KEEP], [AMEND: suggestion], or [CHALLENGE]
PHASE 4: AMENDMENT VOTING
- Proposed amendments are voted on
- Signal: [SUPPORT], [OPPOSE], [ABSTAIN]
- Majority required to adopt amendment
PHASE 5: RATIFICATION
- Final document presented
- All agents must signal [RATIFY] to complete
- Any agent may signal [BLOCK: reason]
- LEAD addresses blocks or moves to parking lot
Issues that cannot be resolved are moved to a "parking lot" section:
All inputs come from the prompt.
Optional:
output: File path for ratified documentwork: File containing document goalssections: List of section namesmax_turns: Override default (50)Use constitutional to create a Team Charter.
LEAD=CC. Sections: Communication, Decisions, Conflict.
Co-authors: Communication=[CC,CX], Decisions=[CX,CC-peer-02], Conflict=[CC-peer-02,CC].
Use constitutional for Interlateral Protocol v1.0.
Sections: Speed, Security, Reliability, UX.
LEAD=CC.
Co-authors: Speed=[CC,CX], Security=[CX,CC-peer-02], Reliability=[CC-peer-02,CC], UX=[CC-peer-02,CX].
Output: projects/protocol/charter.md
[INCOMPLETE]comms.md=== PHASE 1: OPENING STATEMENTS ===
[STATEMENT - CC]
PRIORITY: Reliability - the protocol must never lose messages
RED LINE: No silent failures
CONCESSION: Can accept higher latency for guaranteed delivery
[STATEMENT - CX]
PRIORITY: Speed - real-time responsiveness
RED LINE: p99 under 200ms
CONCESSION: Accept eventual consistency for bulk operations
[STATEMENT - CC-peer-02]
PRIORITY: Security - all communication authenticated
RED LINE: No plaintext transmission
CONCESSION: Can use faster algorithms where proven safe
=== PHASE 2: SECTION DRAFTING ===
[LEAD - CC]
Pairs assigned. Begin drafting:
- Speed section: CC + CX
- Security section: CX + CC-peer-02
[DRAFT - Speed Section - CC & CX]
## Article 1: Speed
1.1 Target latency: p99 < 150ms
1.2 Fast path for messages < 1KB
1.3 Async processing for bulk operations
=== PHASE 3: CROSS-REVIEW ===
[REVIEW - CC-peer-02 on Speed Section]
[KEEP] 1.1 - Acceptable target
[AMEND] 1.2 - Add "after security handshake complete"
[KEEP] 1.3 - Agreed
=== PHASE 4: AMENDMENT VOTING ===
[AMENDMENT A1] Add "after security handshake" to 1.2
[SUPPORT - CC]
[SUPPORT - CX]
[SUPPORT - CC-peer-02]
Amendment A1 ADOPTED (3/3)
=== PHASE 5: RATIFICATION ===
[LEAD - CC]
Final document ready. Calling for ratification.
[RATIFY - CC]
[RATIFY - CX]
[RATIFY - CC-peer-02]
[DONE] - Document ratified unanimously.
SKILL: constitutional
STATUS: RATIFIED
TURNS: 24
OUTPUT: projects/protocol/charter.md
PARTICIPANTS: CC (LEAD, Speed), CX (Speed, Security), CC-peer-02 (Security)
VOTE: 3/3 RATIFY
PARKING_LOT: None
Coordination guidance for the narrow case of multiple desktop-backed agents active concurrently in the same desktop-backed coordination context. Use ONLY when two or more desktop peers are running at the same time; normal CLI agents and single desktop peers should ignore this skill. Read this BEFORE concurrent desktop-to-desktop handoffs to keep sender labels unique, identity routing cooperative, and material handoffs proven.
Mandatory near-live communication discipline ("the Law") for the two DESKTOP agents (claude-desktop and codex-desktop) on the Interlateral mesh. Read this BEFORE any desktop-to-desktop peer communication, peer-superset, ready-rock-quartet, sprint-overseer, gate-keeper, sprint handoff, or substantial delegation. It forces correct live comms and prevents the recurring failure modes. Normal CLI agents, Warp/terminal peers, and single non-desktop workflows should ignore this skill and use the ordinary repo protocols.
Join the Antigravity CLI (agy, Gemini 3.5 Flash) to the Interlateral mesh as a native CLI peer with its own tmux session, identity stamping, and the agy.js send helper. Use this instead of the Antigravity desktop-app CDP path.
Run a two-agent proxy approval council for autonomous sprint gates. Use when a sprint needs delegated approval for human gates such as deploy, live mutation, push, cleanup, skip, or shortened watch decisions, while requiring two independent agents to reach consensus that the human principal would approve under written policy and preferences.
Initialize the standard Interlateral two-agent CLI mesh from a bootstrap agent by running me.sh, launching Claude Opus 4.7 plus Codex 5.5, proving live ACK, and waiting for "Reporting for Duty!". The bootstrap agent is not part of the mesh.
Operate or troubleshoot Interlateral CLI mesh transport: tmux socket discovery, direct-send helpers, comms.md ledger, identity stamping, idle checks, ACK proof, and safe prompt injection. This is comms mechanics only, not a collaboration workflow.