.claude/skills/ln-111-root-docs-creator/SKILL.md
Creates 4 root documentation files (CLAUDE.md, docs/README.md, documentation_standards.md, principles.md). L3 Worker invoked by ln-110-project-docs-coordinator.
npx skillsauth add cbbkrd-tech/jl-finishes ln-111-root-docs-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Paths: File paths (
shared/,references/,../ln-*) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root.
L3 Worker that creates 4 root documentation files using templates and Context Store from coordinator.
From coordinator:
contextStore: Key-value pairs with all placeholders
legacy_principles: { principles[], anti_patterns[], conventions[] }targetDir: Project root directoryLEGACY_CONTENT is used as base content when creating principles.md. Priority: Legacy > Template defaults.
| File | Target Sections | Questions | |------|-----------------|-----------| | CLAUDE.md | Critical Rules, Documentation Navigation, Development Commands, Maintenance | Q1-Q6 | | docs/README.md | Overview, Standards, Writing Guidelines, Quick Navigation, Maintenance | Q7-Q13 | | docs/documentation_standards.md | Quick Reference (60+ requirements), 12 main sections, Maintenance | Q14-Q16 | | docs/principles.md | Core Principles (8), Decision Framework, Anti-Patterns, Verification, Maintenance | Q17-Q22 |
For each document (CLAUDE.md, docs/README.md, documentation_standards.md, principles.md):
references/templates/principles.md: If LEGACY_CONTENT.legacy_principles exists:
legacy_principles.principles[] as base for "## Core Principles" sectionlegacy_principles.anti_patterns[] for "## Anti-Patterns" sectionlegacy_principles.conventions[] for code style rules<!-- Migrated from legacy documentation --> at top of relevant sections{{PLACEHOLDER}} with Context Store values[TBD: X] for missing data (never leave empty placeholders)For each created document:
Return to coordinator:
{
"created": ["CLAUDE.md", "docs/README.md", ...],
"skipped": [],
"tbd_count": 3,
"validation": "OK"
}
[TBD: placeholder_name] for missing data, never {{PLACEHOLDER}}Root documents define navigation and standards, NOT implementations:
<!-- NO_CODE_EXAMPLES: ... --> tag - FOLLOW ITTables/ASCII > Lists (enumerations only) > Text (last resort)
references/templates/claude_md_template.md, docs_root_readme_template.md, documentation_standards_template.md, principles_template.mdreferences/questions_root.md (Q1-Q22)Version: 2.1.0 Last Updated: 2025-01-12
testing
When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also use when the user mentions "content strategy," "what should I write about," "content ideas," "blog strategy," "topic clusters," or "content planning." For writing individual pieces, see copywriting. For SEO-specific audits, see seo-audit.
development
When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' or 'competitive landing pages.' Covers four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor. Emphasizes deep research, modular content architecture, and varied section types beyond feature tables.
development
Write B2B cold emails and follow-up sequences that get replies. Use when the user wants to write cold outreach emails, prospecting emails, cold email campaigns, sales development emails, or SDR emails. Covers subject lines, opening lines, body copy, CTAs, personalization, and multi-touch follow-up sequences.
development
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' or 'involuntary churn.' This skill covers voluntary churn (cancel flows, save offers, exit surveys) and involuntary churn (dunning, payment recovery). For post-cancel win-back email sequences, see email-sequence. For in-app upgrade paywalls, see paywall-upgrade-cro.