A structured proof that a decision event fired, conforming to the receipt schema in `.claude/rules/agent-receipt-schema.md`.
Avoid: log, audit trail, log entry, session diary.
Decision-event proof.
The combination of `spine.json` plus `workflow-tasks/*.json` defining a repeatable end-to-end pipeline — one specific instance of [Matrix Thinking](/docs/systems/matrix-thinking) (Capability × Demand applied to a workflow).
Avoid: (inner-game / specialist context): workflow (unqualified — use Workflow Task or Process), pipeline, flow.
Public label: (`/docs/agents/work-charts/`): **Work Mapping** (the section), "work chart" (two words, lowercase in prose). Plain English for the reader; "Workchart" is the canonical for agent comms, code, and the DDL.
Common web variant: "Work Chart" (two words; Microsoft-origin discoverability term — accept inbound, emit "Workchart" internally, "work chart" externally).
Spine + workflow-tasks combination.
The SSOT JSON for a workchart — declares phases, outputs, gates, and kill signals.
Avoid: config, schema, manifest.
One JSON file inside a workchart that owns a single verb-object step (e.g. `render critical-path`).
Avoid: step, action, job, task (unqualified).
A personalized memory bundle generated by `scripts/context-graph/run.ts pack --agent=<name>` from PageRank over the docs.
Avoid: context, prompt, system prompt, briefing.
A load-bearing observation that changes a decision; the opposite of noise.
Avoid: data point, event, log line, metric.
A control surface that changes system state — a CLI command, a hook, a config file.
Avoid: knob, parameter, setting, switch.
A multi-page document produced by a Workchart whose only purpose is to cause action to happen — written so a named reader moves from reading to doing the next step without further prompting; the reader's AI assistant can do the same.
Avoid: report, deck, deliverable, document, output, pitch (all undersell — Compulsive Report is action-grade).
Carries two senses in this platform — both load-bearing, both intentional. (1) The verb — to prompt action; a page prompts the reader to do the next thing. (2) The noun — a paste-ready block of text the reader copies into an AI assistant (see `src/components/design-system/CopyablePrompt.tsx`). The `prompt-deck` page is named for both senses simultaneously: it prompts action by handing the reader 10 ready-to-copy prompts.
Always qualify when ambiguous: "prompt the reader" (verb) vs "copy the prompt" (noun). Bare "prompt" defaults to the noun in code context, the verb in prose context.