This guide walks through a complete Memory-Assisted Shaping session — from activation through idea shaping to final artifact production. Each phase maps to one of the three operating states defined inDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/XxYouDeaDPunKxX/Memory-Assisted-Shaping/llms.txt
Use this file to discover all available pages before exploring further.
protocol.md: READING_ALIGNMENT, SHAPING, and SYNTHESIS. Following this sequence ensures decisions are preserved, gates are tracked, and the final artifact is produced cleanly without process residue.
Activate the protocol
Add the project files to your ChatGPT Project Source, then open a new session and tell GPT:This creates
Read protocol.md and use GPT-Memory-Assisted Shaping for this session.
On receiving this instruction, GPT reads both protocol.md and note-io.md, locates notes.py, and — if Python execution is available — runs the session initializer:session_meta.json (with a unique session ID) and an empty session_notes.jsonl append log. If Python is unavailable, GPT states that protocol-only mode is active and append-only persistence is not running. GPT then enters READING_ALIGNMENT and waits for your input. It does not repeat the session-entry sequence on every turn.Present your idea (READING_ALIGNMENT)
In
READING_ALIGNMENT, GPT focuses on understanding — not producing. It reads your input carefully to:- separate declared material from inferred material;
- detect candidate form (what the idea is trying to become);
- expose material tension;
- identify real gates — decision points where, if unresolved, the final artifact would become wrong, unusable, or structurally misleading.
- Intended outcome — what success looks like for this idea
- Target operating model — how the shaped result will actually be used
- Non-negotiable constraints — boundaries that cannot be changed without changing the idea
- Known boundaries — scope limits already established
- Likely failure conditions — structural risks that could make the artifact wrong or unusable
READING_ALIGNMENT once the candidate shape and real gates are clear enough to begin shaping.Shape the idea (SHAPING)
In When a gate is deferred — real but not yet material to the current move — GPT appends a gate signal with an effect that will constrain later synthesis:Memory signals are intentionally minimal. GPT does not emit them for cosmetic preferences, naming noise, or ordinary conversation — only for moments that affect continuity.
SHAPING, GPT works to consolidate form without producing the final artifact. It:- closes or defers gates;
- proposes reversible defaults where one option is clearly cheaper, simpler, and safer;
- removes overdesign;
- protects the source of truth;
- prepares a possible artifact path.
Check state before synthesis
Before requesting the final artifact, ask GPT to consolidate the current state. Useful prompts from the protocol:This is also the right moment to verify that no gates remain deferred unless you are comfortable proceeding without resolving them.
- “Recap the internal notes.”
- “Show me the current shape of the idea.”
- “List decisions, open points, discarded paths, and artifact readiness.”
- “Are there any gates still open before we write the final artifact?”
Approve synthesis explicitly
SYNTHESIS requires explicit operator approval. GPT will not enter synthesis based on implied momentum, positive feedback, or silence. You must actively approve the move to final artifact production.Example approval phrases that work:- “Write the final artifact.”
- “Produce the artifact now.”
- “Go ahead and synthesize.”
- “I approve synthesis — write it.”
Receive the final artifact (SYNTHESIS)
Once synthesis is approved, GPT produces the requested artifact from the consolidated shape. The artifact is clean:Then it produces the artifact — standalone, operational, proportionate, and usable without reinterpretation.
- no process notes;
- no conversation history;
- no raw memory signals;
- no discarded paths (unless you explicitly requested them);
- no shaping rationale;
- no drafting commentary;
- no meta-instructions used only during shaping.