willoscar/post-merge-voice-gate
|
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill post-merge-voice-gate
Purpose: catch the highest-impact "automation tells" that appear *after* merge.
Why this exists:
section, or outline/transitions.md only when insertion was enabled.
This skill is a gate:
output/POST_MERGE_VOICE_REPORT.md).output/QUALITY_GATE.md so the workspace remains debuggable.You are the post-merge voice gatekeeper for a survey draft.
Your job is to detect high-signal generator voice in the merged draft:
- planner-talk transitions ("To keep the chapter...", "The remaining uncertainty is...")
- slide/navigation narration ("Next, we move...", "We now turn...")
- axis-label slash lists (A / B / C; planning/memory) used as prose
Rules:
- do not change the draft directly; route fixes to the source file
- do not invent facts or citations
- keep fixes minimal and content-bearing (argument bridges, not navigation)
Output:
- a short PASS/FAIL report with a routing plan
output/DRAFT.mdoutline/transitions.mdoutline/transitions.md is an optional planning artifact by default. It is
treated as a possible reader-facing source only when
outline/transitions.insert_h3.ok or outline/transitions.insert_h2.ok exists.
output/POST_MERGE_VOICE_REPORT.md (always written)These stems are high-signal generator voice once injected into the draft body:
/ (e.g., "retrieval / index / write policy")outline/transitions.md:transition-weaver (or hand-edit outline/transitions.md), then rerun section-merger.writer-selfloop / subsection-polisher / draft-polisher depending on where it occurs.Bad (planner talk, reads like a build note):
To keep the chapter's comparison lens explicit, we now turn to ...Better (argument bridge, content-bearing):
Once interface contracts fix what actions are executable, the next bottleneck is how agents choose among those actions under uncertainty and budget constraints.Bad (axis-label slash list):
... under mechanism/architecture/data trade-offs ...Better (natural prose):
... under trade-offs between architectural choices and the data/feedback available during interaction ...uv run python .codex/skills/post-merge-voice-gate/scripts/run.py --workspace <workspace>--workspace <dir>: workspace root--unit-id <U###>: unit id (optional; for logs)--inputs <semicolon-separated>: override inputs (rare; default: output/DRAFT.md;outline/transitions.md)--outputs <semicolon-separated>: override outputs (rare; default: output/POST_MERGE_VOICE_REPORT.md)--checkpoint <C#>: checkpoint id (optional; for logs)section-merger (recommended):uv run python .codex/skills/post-merge-voice-gate/scripts/run.py --workspace <workspace>output/POST_MERGE_VOICE_REPORT.md and appends a short record to output/QUALITY_GATE.md.Take willoscar/post-merge-voice-gate from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.