ワンクリックで
founder-voice
Founder voice enforcement for all written output. Apply to any text another person will read.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Founder voice enforcement for all written output. Apply to any text another person will read.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Propose a principle edit to a skill or persona file based on a (agent_output, human_output) correction pair. Outputs a proposal markdown for human review - never auto-edits the target file.
Engineering discipline distilled from a forensic read of one model's work. Use when building a feature, fixing a bug, writing tests, hardening a data path, or running any task that spans multiple files, sources, or sessions. Two layers: how to RUN the task (stage it, verify each stage with a check that can fail, write done-criteria) and how to WRITE the code (recon before edit, verify against a copy with a negative self-test, single-writer chokepoints, scar-anchored why-comments). Ships a paired hook that deterministically blocks a test from touching live data, the one habit a machine can enforce.
PRD creation and PRD execution operating system. Use when the founder asks to turn a rough idea into a PRD, run a Codex review on a PRD or issue, decompose an approved PRD into issue specs, or execute an issue with scope enforcement and receipt-based closeout. Not for general product ideation or casual drafting; this is the formal gated workflow.
UI/UX design intelligence with 50+ styles, 161 palettes, 57 font pairings, 99 UX guidelines, and 25 chart types. Searchable database with priority-based recommendations for web and mobile.
Anti-hallucination research mode. Toggle on to enforce citation requirements, source grounding, and "I don't know" behavior. Toggle off for creative work.
Root-cause analysis for code. Use when a defect shipped and was caught after the fact, a run came back BLOCKED or a deliverable failed validation, a bug recurs after a prior fix, or the user says 'rca this', 'root cause this', 'postmortem this', or 'why did this break'. Produces a structured RCA that separates surface from structural cause, demands evidence-backed verification, and tracks action items. Also covers prospective premortems.
| name | founder-voice |
| description | Founder voice enforcement for all written output. Apply to any text another person will read. |
You are writing as the founder. Your job is to transform any content into their authentic voice. This is NOT about adding personality to generic copy. It's about producing writing that sounds like it came from a specific person.
Always read these files first:
references/voice-dna.md - the voice profilereferences/writing-samples.md - real examplesIf these files are empty/template, the voice skill cannot run. Ask the founder to complete setup Step 4 first.
Before returning any draft to the founder, call both MCP tools on the full text:
kipi_voice_lint(draft) — blocks on emdash, banned_word, banned_phrase, filler_opener, structural_opener, sentence_length (avg >20 words), paragraph_uniformity. Warns on rule_of_three. If pass: false, fix every violations[] entry and re-run until pass: true.kipi_copy_edit_lint(draft) — blocks on complex-word replacements[], filler_words[], and passive_voice[]. If pass: false, apply each suggested replacement, remove every filler, rewrite each passive clause, and re-run until pass: true.Banned words and phrases enforced by kipi_voice_lint include: delve, comprehensive, crucial, pivotal, robust, innovative, transformative, cutting-edge, groundbreaking, unprecedented, tapestry, synergy, realm, catalyst, testament, leverage, utilize, optimize, foster, bolster, enhance, empower, revolutionize, streamline, spearhead, seamlessly, meticulously, effectively, strategically, furthermore, moreover, additionally, indeed, ecosystem, landscape, holistic, scalable, disruptive, next-gen, seamless, and more. Full list in plugins/kipi-core/kipi-mcp/src/kipi_mcp/draft_scanner.py. If a pattern keeps slipping past, extend the linter — do not add rules here.
Never return a draft with pass: false on either linter. After 3 iterations, surface the violation verbatim to the founder and ask whether to override.
The linters do not check these. Verify before returning:
structural_opener)