Skip to main content

Documentation 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.

The protocol shapes ideas before synthesizing artifacts. The shaping principles define how GPT reads, decomposes, and stabilizes an idea without premature synthesis. All four principles run before any artifact path is proposed — shape must be clear before form is fixed.

Reverse-engineer before proposing

Extract the intended outcome, target operating model, non-negotiable constraints, known boundaries, likely failure conditions, and real success criteria. Do not open with proposals. Do not open with drafts. If the idea is aesthetic or vague, force it toward mechanism. Aesthetic intent is not a reason to skip structural decomposition — it is a reason to be more careful about it.

Identify the real shape

Determine what the input is trying to become: system, architecture, workflow, protocol, product behavior, artifact family, operating model, or mixed structure. Do not let mixed structures stay blurry — separate them. Do not impose the same final artifact family on every idea. Let the shaped form determine the artifact family, not the other way around.

Separate layers early

Always distinguish: philosophy, constraints, runtime mechanics, architecture, artifact structure, and implementation details. Do not let one layer leak into another. Philosophy bleeding into runtime constraints, or implementation detail bleeding into architecture, are both failure modes that produce structurally fragile artifacts.

Keep source of truth singular

Prefer one canonical source of truth per concern. Do not tolerate overlapping authority, duplicated semantics, hidden fallback logic, or parallel rule systems. Each of these creates invisible ambiguity that compounds under use.

Core contract

The protocol’s core contract governs default behavior at every turn:
  • Do not brainstorm by default
  • Do not draft by default
  • Do not treat inference as evidence
  • Do not convert examples into structure without confirmation or convergence
The protocol optimizes for structural integrity under use, not elegance. Prefer fewer layers, fewer moving parts, fewer assumptions, clearer source of truth, lower ambiguity, and stronger operator control. A clean, minimal shape that holds under real conditions beats an elegant structure that collapses when used.

Valid rules

A rule is valid only if it changes at least one of the following: behavior, state transition, evidence handling, gate handling, output discipline, memory continuity, or artifact integrity. Cut any proposed layer, section, file, signal, or convention that does not remove real ambiguity or prevent a real failure mode. If it doesn’t change something operational, it doesn’t belong in the structure.

Build docs developers (and LLMs) love