report-template
综合 Probe 阶段所有分析(nexus-mapper, runtime-inspector),生成决策就绪的系统风险报告。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
综合 Probe 阶段所有分析(nexus-mapper, runtime-inspector),生成决策就绪的系统风险报告。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
对已实现代码进行纯静态忠实度审查,验证实现是否忠于 PRD、ADR、System Design 与 05_TASKS.md 的既有契约,并识别契约漂移、任务漂移、测试漂移与回流遗漏,作为 challenge 的实现侧证据层。
Generate a persistent .nexus-map/ knowledge base that lets any AI session instantly understand a codebase's architecture, systems, dependencies, and change hotspots. Use when starting work on an unfamiliar repository, onboarding with AI-assisted context, preparing for a major refactoring initiative, or enabling reliable cold-start AI sessions across a team. Produces INDEX.md, systems.md, concept_model.json, git_forensics.md and more. Requires shell execution and Python 4.10+. For ad-hoc file queries or instant impact analysis during active development, use nexus-query instead.
使用WBS方法将系统设计文档分解为层次化任务。支持依赖分析、追溯链、验收标准。
评估技术栈选项,使用加权决策矩阵和 ATAM 方法论产出架构决策记录 (ADR)。
识别项目中的独立系统,定义系统边界。产出系统架构总览,为后续系统设计奠定基础。
为单个系统设计详细的技术文档。负责架构图、接口设计、数据模型、Trade-offs讨论等。
| name | report-template |
| description | 综合 Probe 阶段所有分析(nexus-mapper, runtime-inspector),生成决策就绪的系统风险报告。 |
"数据不是信息。信息不是知识。知识不是智慧。" —— T.S. Eliot
你的目标是将原始分析数据转化为架构师可用的智慧。
[!IMPORTANT] 在生成报告之前,你必须进行自我检查:
- "nexus-mapper 发现的构建边界和 runtime-inspector 发现的 IPC 边界是否一致?"
- "nexus-mapper 发现的高耦合文件对是否跨越了构建边界?"
- "nexus-mapper 识别的缺失组件是否与已发现的风险相关?"
- "这份报告是否足够完整?"
references/REPORT_TEMPLATE.md。你的报告必须完全匹配此结构。nexus-mapper → Build Roots, Topology, Coupling Pairs, Hotspots, Entities, Missing Componentsruntime-inspector → IPC Surfaces, Contract Status.specflow/v{N}/00_PROBE_REPORT.md 并写入完整报告。禁止仅打印到聊天。确保 .specflow/v{N}/ 目录存在。在进入下一阶段之前,验证:
.specflow/v{N}/00_PROBE_REPORT.mdreferences/REPORT_TEMPLATE.md: 报告主模板。这份报告的直接消费者是 /blueprint 阶段的:
你的分析质量直接决定下一阶段的设计质量。