/readme — Gold-Standard README Generation Purpose: Generate a README that converts skimmers into users and satisfies deep readers — then validate it with a council. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Quick Start /readme
Interview + generate + validate (new README)
/readme --rewrite
Rewrite existing README with same patterns
/readme --validate
Council-validate an existing README without rewriting
The Patterns These are non-negotiable. Every README this skill produces follows them. 1. Lead with the problem, not the framework Bad: "A DevOps layer implementing the Three Ways for agent workflows." Good: "Coding agents forget everything between sessions. This fixes that." The reader should understand what pain you solve in one sentence. No jargon, no framework names, no theory. The problem is the hook. (Note: framework references like Three Ways and Meadows belong in the body as design rationale — just don't lead with them.) 2. Acknowledge prior art If your approach resembles established practices (agile, SCRUM, spec-driven development, CI/CD), say so explicitly: "If you've done X, you already know the fix. What's new is Y." This disarms experienced practitioners who would otherwise dismiss you as reinventing the wheel. Claim only what's genuinely novel. 3. Show, don't claim Bad: "This is what makes X different. The system compounds." Good: A terminal transcript showing the system working. Assertions without evidence trigger hostility. Concrete examples > adjectives. If you can't show it in a code block, it's not ready for the README. 4. State your differentiator once One clear explanation. One demonstration. That's the max. Repeating your core value proposition in every section crosses from reinforcement into marketing copy. Trust the reader to absorb it the first time. 5. Trust block near install Before a user installs anything that runs code, hooks, or modifies config, they need to see: Concern Answer it What does it touch? Files created/modified, hooks registered Does it exfiltrate? Telemetry, network calls, data leaving the machine Permission surface Shell commands, config changes, git behavior modifications Reversibility How to disable instantly, how to uninstall completely This goes near the install command, not buried in an FAQ. 6. Collapse depth, don't delete it Detailed workflow steps, architecture deep-dives, theory, and reference material belong in
{Reference sections as needed}
FAQ
Contributing
License Generation rules: Every
(enables markdown rendering)
Use markdown inside details blocks, not inline HTML (
,
,
)
Trailing blank line before
) Trailing blank line before
No emoji unless the user's existing content uses them Flywheel/differentiator concept: state ONCE in "The Problem", demonstrate ONCE in "See It Work" Never use phrases: "What N months taught me", "This is what makes X different", "I come from X so I applied Y" Write the generated README to README.md . Step 5: Council Validation Run a council to validate the README: Skill(skill="council", args="--quick validate README.md — is it clear, non-repetitive, and does it serve both skimmers and deep readers?") If --rewrite or generating from scratch: Use --quick (inline, fast). If --validate on existing README: Use default council (2 judges) for thorough review. Present the council findings to the user. If significant issues found, offer: "Fix — apply council recommendations automatically" "Show me — display findings, I'll decide" "Ship it — good enough" Step 6: Apply Fixes (if requested) Apply council-recommended fixes. Re-validate with --quick to confirm. Step 7: Report
README Complete
File: README.md Sections: {count} Patterns applied: {list which of the 8 patterns were relevant} Council verdict: {PASS/WARN/FAIL} {If WARN/FAIL: list the top findings and whether they were fixed} Anti-Patterns to Detect When rewriting or validating, flag these: Anti-Pattern Detection Fix Flywheel echo Core value prop stated 3+ times State once, demonstrate once Framework-first Opens with methodology name, not problem Rewrite lead as problem statement Guru tone "What I learned", "This is what makes X different" Strip, let the tool speak Jargon before definition Domain terms used before they're explained Define on first use or use plain language Buried trust info Security/permissions info below the fold Move near install No visible uninstall Uninstall not findable within 10 seconds Add near install block Install scatter Same install command in 3+ locations One hero install, one canonical reference Theory before try Architecture/philosophy before examples Reorder: examples first, theory in details Claim without evidence "Best", "different", "unique" without demo Replace with concrete example or remove Examples Generating a README from scratch for a new project User says: /readme What happens: Pre-flight detects no existing README.md and proceeds to generate from scratch. The skill reads project context (manifest files, source directories, license) and runs a short interview asking about the problem, the fix, the audience, install command, quick demo, and trust concerns. A README is generated following all 8 gold-standard patterns (problem-first lead, trust block near install, collapsed depth, etc.) and validated by a quick council review. Result: A complete README.md written to disk that converts skimmers into users and serves deep readers, with a council verdict confirming quality. Validating an existing README without changes User says: /readme --validate What happens: Pre-flight confirms README.md exists and enters validate-only mode, skipping the interview and generation steps. A full council review (2 judges) evaluates the README against the 8 patterns and the anti-pattern detection table (flywheel echo, guru tone, buried trust info, etc.). Findings are presented with options to auto-fix, review manually, or ship as-is. Result: A detailed council report identifying specific anti-patterns and structural issues in the existing README, with actionable fix suggestions. Troubleshooting Problem Cause Solution Council validation step fails or hangs The /council skill dependency is not installed or is broken Run /update to reinstall all skills, then retry. Verify /council works independently Generated README has no trust block No trust concerns were selected during the interview (step 3f answered "None of the above") If your tool does run hooks, modify config, or make network calls, re-run /readme --rewrite and select the applicable trust concerns
tag or before
The skill enforces this formatting rule, but manual edits may break it. Ensure there is a blank line after every
...
line and before every