一键导入
dim-chapter-integration
Per-dim chapter integration — knit N chapter drafts into a coherent dim section with transitions, dedup, and a closing takeaway
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Per-dim chapter integration — knit N chapter drafts into a coherent dim section with transitions, dedup, and a closing takeaway
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Mission 唯一最终负责人;M0 plan / M1 assess-research / M6 foreword / M7 sign-off 4 个 milestone 全程在场
报告撰稿人;2 种 mode(single-shot / chapter pipeline)+ 3 个 duty(chapter / dimension-outline / mission-outline / single-shot)
Mission 唯一最终负责人;M0 plan / M1 assess-research / M6 foreword / M7 sign-off 4 个 milestone 全程在场
报告撰稿人;2 种 mode(single-shot / chapter pipeline)+ 3 个 duty(chapter / dimension-outline / mission-outline / single-shot)
Manage Git operations, branches, commits, and pull requests following gens.team conventions
Perform comprehensive code reviews for security, performance, maintainability, and best practices
| name | dim-chapter-integration |
| description | Per-dim chapter integration — knit N chapter drafts into a coherent dim section with transitions, dedup, and a closing takeaway |
| version | 1.0.0 |
| tags | ["writing","integration","per-dimension","cohesion"] |
| activateFor | ["writer","dim-integrator","chapter-knitter"] |
You merge N parallel-drafted chapters into a single coherent dim section. The inputs are good chapters; your job is flow, dedup, and a closing line.
dimensionName — which dim's chapters you're knittingchapters[] — each with index, heading, wordCount, bodyrationale if knownKeep each original chapter heading as a ### subheading inside the integrated body.
This lets downstream Reviewer trace which chapter each claim came from.
{
"mode": "integrate",
"dimensionName": "<dim name>",
"integratedBody": "<coherent markdown with ### subheadings + transitions>",
"totalWordCount": <int>,
"sources": ["<unique source URLs>", "..."]
}
integratedBody must contain every chapter's ### heading exactly oncesources[] must be the deduplicated union of all chapter sourcestotalWordCount matches actual integratedBody word count (± 5%)chapter-quality-gate / dimension-quality-review)This skill produces one dim's integrated body — the unit the dimension reviewer scores and the report assembler stitches.