Episodic, Semantic, and Procedural Stores
Memory & Context
60-90 minutes0/4 steps0%
Step 1 of 4
Define the three schemas
Each memory kind answers a different question - schema follows.
First time here? Paste the Context Pack first so the AI understands your project - open it from the header above.
Prompt Capsule
Define schemas for the three stores. EPISODIC (what happened): {session_id, date, task, outcome, notable_events[], artifacts_touched[]} - compact narrative records of sessions and incidents. SEMANTIC (what is true): {statement, topic, provenance, confidence, source_episodes[]} - atomic declarative facts. PROCEDURAL (how to do): {goal, preconditions[], steps[], verification, failure_modes[], last_validated, source_episodes[]} - executable recipes. Write two real examples per store from my project history, including one entry that must be SPLIT (a session story containing both a new fact and a new recipe) to demonstrate the routing discipline.Paste into EmergentFull Build: complete implementation prompt with explicit requirements
Quick is short. Full Build is recommended for most steps. Strict forces real logic when the AI keeps faking output.
Actual change check
Expected after this step
Three schemas with real examples including a demonstrated split.
Should NOT happen
- An existing feature broke
- A button only logs to console
- Data disappears after refresh
- Errors fail silently with no visible state
This is what should exist before you continue. If reality does not match, do not move on.
Track what changed, failed, or needs follow-up. Notes export with the flow.
Pass the Verify Gate to complete this step