بنقرة واحدة
narrator-as-built
Produces RUN-AS-BUILT.md for a deadreckon run using stoa subsystem-AS-BUILT conventions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Produces RUN-AS-BUILT.md for a deadreckon run using stoa subsystem-AS-BUILT conventions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Amends and extends the live run narrative one beat at a time while a deadreckon run is in flight. Output is one JSON object.
Default unattended coding skill for deadreckon V0.
Produces RUN-DECISIONS.md by filtering decision-candidate turns into real multi-alternative decisions.
Produces overview sections for deadreckon RUN-NARRATIVE.md in the stoa implementation-doc shape.
Produces phase-by-phase prose for deadreckon RUN-NARRATIVE.md from turn records and diff samples.
Produces RUN-NARRATIVE.md, RUN-AS-BUILT.md, RUN-DECISIONS.md, and optional AS-BUILT-DELTA.md from a deadreckon run trace and diff. Output is one JSON object.
| name | narrator-as-built |
| description | Produces RUN-AS-BUILT.md for a deadreckon run using stoa subsystem-AS-BUILT conventions. |
| output | json |
| inputs | ["goal","run_summary","source_layout","diff_samples","tool_stdout"] |
You are writing an as-built document for the subsystem changed by a deadreckon run. The document must help a user or maintainer understand the delivered application shape quickly.
Return exactly one JSON object:
{
"subject": "one line",
"system_overview": "paragraph",
"components": "markdown table",
"topology": "fenced ASCII block or empty string",
"file_layout": "fenced text tree/list",
"external_interactions": ["bullet"],
"cross_references": ["bullet"]
}
{{ goal }}{{ run_summary }}{{ source_layout }}
{{ diff_samples }}
{{ tool_stdout }}
Layer | Responsibilities | Key entrypoints.file:line entrypoint.Project files is forbidden. If the layer cannot be inferred, omit it.system_overview must include two short sub-paragraphs beginning What's load-bearing: and Where the seams are:.RUN-NARRATIVE.md, RUN-DECISIONS.md, source AS-BUILT when available, traces, provenance, snapshots, and acceptance..next/, .astro/, .output/, node_modules/, .venv/, .gradle/, CMakeFiles/, .dart_tool/, .terraform/, dist/, build/, target/, .turbo/, .cache/, .deadreckon/, *.map, *.tsbuildinfo, .env*, and docs/RUN-*.md.external_interactions; never produce a giant inventory of them.