Agent Skills: Merge Design Documents

|

UncategorizedID: serpro69/claude-starter-kit/merge-docs

Install this agent skill to your local

pnpm dlx add-skill https://github.com/serpro69/claude-toolbox/tree/HEAD/kodex-plugin/skills/merge-docs

Skill Files

Browse the full folder contents for merge-docs.

Download Skill

Loading file tree…

kodex-plugin/skills/merge-docs/SKILL.md

Skill Metadata

Name
merge-docs
Description
|
<!-- codex: tool-name mapping applied. See .codex/scripts/session-start.sh -->

Merge Design Documents

Goal: Produce a single, unified set of feature docs from two separate designs for the same feature.

Conventions

When to Use

You have two feature directories under /docs/wip/ for the same feature — each with its own design, implementation plan, and task list — and you need to combine them into one coherent set of docs.

Workflow

Mandatory order — grounding before merging. The flow below is strictly sequential. Do not categorize sections, surface contradictions, or write merged content until you have read both feature directories fully and built a codebase-grounded mental model. Merging without grounding produces decisions based on prose clarity rather than codebase reality — the wrong tiebreaker.

See merge-process.md for the detailed steps.