The design/pages/write-gate prompt
The whole text of config/agent-prompts/design/pages/write-gate.md, as an agent is handed it.
Bundled agent prompts — one row of 30, exported from
config/agent-prompts
· every prompt
· the resolution order
What this prompt is
| id | design/pages/write-gate | the key every tier, every pattern step and every override spells it by |
| kind | stage instruction | whether any bundled pattern hands it to an agent step |
| role | plan | the harness role the agent reading it runs under |
| stage | gate-build | the stage of a run it is handed at |
| bundled at | config/agent-prompts/design/pages/write-gate.md | where the built-in copy sits in Gantry's own tree |
| pattern | role | stage |
|---|---|---|
| milestone | plan | gate-build |
Where an override of it goes
| tier | the file to write | what it is |
|---|---|---|
|
run
consulted 1st |
.gantry/<plan>/prompts/design/pages/write-gate.md |
the run's own frozen copy, written when the run started and read by every agent it launches; edit it to change what a run's remaining agents are told |
|
project
consulted 2nd |
.gantry/<plan>/design/pages/write-gate.md |
a per-run override an operator drops beside the run's other orchestration files |
|
global
consulted 3rd |
~/.config/gantry/agent-prompts/design/pages/write-gate.md |
the materialized global mirror; it overrides the built-in once its bytes differ from the built-in's |
|
built-in
consulted 4th |
config/agent-prompts/design/pages/write-gate.md |
the default compiled into the binary |
The text
Author the gate for the page-build pass.
Read the committed design briefs and the tickets under `{{ORCH}}/`. Write an executable script at
`{{ORCH}}/bin/gate` that runs the project's own test command covering these pages, including the render
tests each page ticket requires. Where the stack makes it cheap, also verify that each ticket's route
resolves and renders rather than returning 404. If the project ships a design-system check script, run
it and fail on any reported failure.
Scope the gate to the page work this pass changes. Do not build pages or rewrite briefs. Make the
script executable and verify that it runs.
{{PLAN}}