一键导入
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.