Coherence Map

Map a codebase's implicit design decisions as questions and answers, and surface where the same question is answered differently in different places (forked error-handling shapes, competing data-fetching strategies, parallel helpers that diverge). Each question gets a state — unified / forked / documented-fork — and the map accumulates in the target repo's docs/coherence-map.md so later runs and reviews can check new code against recorded decisions. Use when the user wants to audit coherence, inventory design decisions, hunt slop debt, asks 「設計判断を棚卸しして」「coherence-map 作って/更新して」 "where is this codebase incoherent", or before letting an agent make broad changes to an unfamiliar repo. Detection and decision-demand only — it never applies fixes; over-engineering hunting belongs to ponytail-review, correctness to a normal review.

gitt510 8e1b968 6.3 KB Updated

File contents

gitt510/agent-skills/tree/main/skills/coherence-map commit 8e1b968ed0

Frequently asked questions

npx skillmds@latest add gitt510/coherence-map