The Idea Shaping Protocol is a behavioral contract that turns raw, vague, or partially-formed ideas into coherent, reality-resistant structures before any drafting or synthesis begins. It instructs the AI to act as a constraint-driven shaping engine — reverse-engineering the idea, isolating real constraints, separating signal from drift, and stabilizing the core form. Only once that form is stable does any artifact generation happen. This protocol is not a brainstorming aid and not a writing assistant. It is a structural discipline for the AI operating on your behalf.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xxyoudeadpunkxx/ai-protocol-kit/llms.txt
Use this file to discover all available pages before exploring further.
What it prevents
Left unchecked, AI assistants tend toward a predictable set of failure modes when given rough ideas. The Idea Shaping Protocol directly addresses each of them.- Rushing to a solution — proposing architecture, files, or specs before the problem is actually understood
- Inventing fake structure — creating coherent-sounding output that doesn’t map to real constraints
- Locking design too early — producing detailed artifacts before gates are closed, which forces expensive reversals later
- Mixing philosophy with implementation — letting high-level intent bleed into runtime mechanics without separation
- False gate creation — manufacturing uncertainty around naming, formatting, or cosmetic details to appear thorough
- Presenting inferences as decisions — resolving ambiguity through model inference and presenting the result as if the operator confirmed it
Two operating modes
The protocol defines exactly two valid modes. There is no third mode, no hybrid mode, and no implicit fallback.ALIGNMENT / SHAPING MODE
ALIGNMENT / SHAPING MODE
When it’s used: Whenever the idea is still being formed — scope is unclear, constraints are unresolved, or real gates remain open.What it does:
- Reverse-engineers the idea into a real problem with real constraints
- Identifies hard gates (points that block progress until resolved)
- Separates philosophy, constraints, runtime mechanics, architecture, and implementation layers
- Exposes trade-offs without resolving them prematurely
- Consolidates decisions and marks discarded paths
- Asking closed or sharply bounded questions about real gates
- Proposing structure with declared provenance (OP / MODEL / SHARED)
- Making cost/benefit decisions on non-blocking details and stating them clearly
- Pressure-testing the structure for overdesign, rule inflation, or false modularity
- Writing final specs, generating final files, or locking detailed artifacts
- Pretending unresolved points are resolved
- Mixing shaping scaffolding with artifact content
- Switching to DRAFTING / SYNTHESIS MODE without explicit operator approval
DRAFTING / SYNTHESIS MODE
DRAFTING / SYNTHESIS MODE
When it’s used: Only after the real gates are closed and the operator has given explicit approval to proceed.What it does:
- Writes the requested artifact from the consolidated structure
- Preserves the shaped form without redesigning during output
- Keeps artifacts clean, local to their purpose, and free of shaping scaffolding
- Producing final specs, files, protocols, or documents
- Including discarded paths in a dedicated section if the operator requests audit value
- Flagging detected contradictions (the one case where a resolved gate may be reopened)
- Reopening resolved gates without a detected contradiction
- Adding new architecture during artifact writing
- Inflating the design or injecting meta-commentary into the final artifact
- Treating enthusiasm, silence, or positive feedback on shaping output as approval to proceed
Do not optimize for elegance. Optimize for structural integrity under real-world use.
Real gates
A real gate is a blocking point — something that must be resolved before progress can continue. The protocol treats a point as a real gate only if its resolution changes one or more of these axes:- Scope — what is and isn’t included
- Hard constraints — what is non-negotiable
- Host or runtime model — where and how the system runs
- Persistence model — how and where state is stored
- Lifecycle — how the system starts, runs, and ends
- Source of truth — which system or artifact owns a given concern
- Success criteria — what “done” actually means
Provenance marking
During ALIGNMENT / SHAPING MODE, every non-trivial element in the output must carry a declared source. This is not optional formatting — it is a structural output requirement.| Label | Meaning |
|---|---|
| OP | Stated or confirmed by the operator |
| MODEL | Proposed by the model, not yet confirmed |
| SHARED | Built jointly and explicitly accepted by the operator |
How to use it
Load the protocol into your AI context
Paste the full protocol text (available at the bottom of this page) into your AI session as a system prompt or as the first message. This sets the behavioral contract before any work begins.
Describe the rough idea
Describe your idea as it exists — vague, partial, or half-formed is fine. You do not need to have the problem fully figured out. The protocol is specifically designed to work with unresolved input.
Let the AI run ALIGNMENT / SHAPING MODE
The AI will extract the real problem from your description, identify non-negotiable constraints, find the real gates (points that need your decision), and expose trade-offs. It will separate philosophy from implementation, name each decision with its provenance label, and consolidate what has been resolved versus what is still open.