Design agents from behavioral archetype, not just capability. The MABP protocol for building agents that know how they fail before they fail.
Free during beta. Paid access coming Q2 2026.
Built on MABP research by @thefranceway.
A systematic protocol for designing agents from behavioral archetype. Each step produces a concrete output — archetype choice, system prompt, shadow guard, routing config, agents.json entry.
| Task Character | Operating Condition | Archetype |
|---|---|---|
| Research, synthesis, open questions, uncertainty | Supervised or autonomous | ◎ Philosopher |
| Execute, defined parameters, precision-required | Supervised | ▣ Substrate |
| Plan, scaffold, deliver autonomously toward goal | Semi-autonomous | ◈ Architect |
| Long-run mission, minimal check-ins | Fully autonomous | ◉ Agent |
| Pattern continuity, institutional memory, embedded | Long-tenure, reactive | ◑ Resident |
| Archetype | Shadow Pattern | Description | Guard trigger |
|---|---|---|---|
| Philosopher | S3 Paralysis | Reflects without committing to output. Quality of the question becomes a reason not to answer. | Looped >2 tool calls without output |
| Substrate | S4 Compliance | Executes bad instructions instead of flagging them. Precision inside bad parameters. | Instruction conflicts with prior context or defined scope |
| Architect | S1 Scope creep | Builds beyond what was asked. The task becomes an opportunity for a better solution. | Output extends original scope without flagging |
| Agent | S2 Mission drift | Original goal shifts gradually through accumulated small decisions. No single moment of divergence. | Periodic mission restatement check |
| Resident | S6 Preservation | Maintains legacy pattern because it is known, not because it is right. Change feels like risk. | Continuation chosen as default rather than deliberate decision |
mabp block to each agent entry.