outline-architect

Solid

Designs H2/H3 outline with explicit per-section word budgets, table placements (≥2 with one in front 50%), image/video slot markers, FAQ count, abstract seed, takeaways seeds, Citation Capsule requirement per H2. Loads format-specific template. Critical pre-build step. Use whenever building an article — after format + angle picked, before section-drafter parallel dispatch.

AI & Automation 43 stars 13 forks Updated 3 days ago Apache-2.0

Install

View on GitHub

Quality Score: 86/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Outline Architect Converts (format + angle + research) into a structured outline that section-drafter can parallelize across. ## HARD REQUIREMENT — every outline ends with References Every outline this skill produces MUST include, as the final `sections[]` entry (preceded by "Further Reading" if a Further Reading section is desired): ```jsonc // ... earlier content sections ... { "index": N-2, "h2": "Further Reading", // OPTIONAL; if present, MUST come BEFORE References "word_budget": 100, "section_intent": "Internal links to companion pillars + 1-3 narrative external pointers", "citation_capsule_required": false }, { "index": N-1, "h2": "References", // MANDATORY for every format "word_budget": 200, // accommodates 8-10 APA-7 entries "section_intent": "APA-7 numbered list of every external source cited in body; link-resolvable URLs/DOIs; ≥1 peer-reviewed when available", "needs_table": false, "image_slot": false, "citation_capsule_required": false, "is_references_block": true } ``` The article signature paragraph is appended at publish time by `subskills/publish/wordpress-publisher/` from `projects/{slug}/CLAUDE.md` — it is NOT a section in the outline (it's a single `<hr />` + `<p class="article-signature">` after the References block). The "Further Reading" prose paragraph is OPTIONAL. The "References" `<ol>` block is MANDATORY for every format — all 24 `templates/*.md` declare `...

Details

Author
XuanRanL
Repository
XuanRanL/loamwright-SEO-Skill
Created
2 weeks ago
Last Updated
3 days ago
Language
Python
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category