editorial-outline

Scaffold a blog outline file and enqueue an outline-review workflow.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/oletizi/audiocontrol.org --skill editorial-outline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: editorial-outline
Source: https://github.com/oletizi/audiocontrol.org/tree/main/.claude/skills/editorial-outline
Command: npx skills add https://github.com/oletizi/audiocontrol.org --skill editorial-outline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Editorial teams often draft content without a clear structure, leading to wasted cycles and rework. This skill scaffolds a blog post outline and advances a Planned entry to Outlining, generating the content file at src/sites/<site>/content/blog/<slug>.md with a frontmatter and an empty "## Outline" section, while enqueueing an outline-review workflow for iterative shaping.

Core Features & Use Cases

  • Scaffold blog post skeleton at src/sites/<site>/content/blog/<slug>.md with frontmatter and an empty Outline section.
  • Transition the editorial calendar stage Planned -> Outlining and create an outline-review workflow in state open.
  • Load the site's voice skill before outlining to ensure the outline matches site voice and expectations.

Quick Start

Run /editorial-outline <slug> (optionally --site <site>) to scaffold the outline and enqueue the review workflow.

Frequently Asked Questions about editorial-outline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a blog post outline from a planned editorial calendar entry?

Scaffolding a blog post outline generates a skeleton markdown file with frontmatter and an empty "## Outline" section at src/sites/<site>/content/blog/<slug>.md. This transitions the editorial calendar entry from Planned to Outlining and enqueues an outline-review workflow to guide iterative drafting.

Can I create editorial content files for multiple sites using a single outlining command?

Yes, editorial outlining supports multi-site workflows with slug-based content files. You can optionally specify a target site using the --site flag to ensure the skeleton file is generated in the correct site directory within the Audiocontrol editorial calendar structure.

What prerequisites do I need before generating a blog post skeleton file?

Generating a blog post skeleton requires a Planned entry in the editorial calendar and valid site validation. The process creates the content file with frontmatter and an empty Outline section, then loads the site's voice skill to ensure the outline matches site expectations.

How does the outline-review workflow guide content drafting?

The outline-review workflow opens in an open state after scaffolding the skeleton file. It provides an iterative review surface that guides shaping the empty Outline section, ensuring the content structure is validated before advancing to full drafting.

Why should I create an outline before drafting editorial blog content?

Creating an outline before drafting prevents wasted cycles and rework by establishing a clear structure. The skill scaffolds the outline and enqueues a review workflow, allowing teams to validate the content skeleton against the site voice before committing to full drafting.

Does the editorial outline skill enforce site voice consistency during content creation?

Yes, the skill loads the site's voice skill before outlining to ensure the generated outline matches site voice and expectations. This enforces content consistency across multi-site workflows by validating the structure during the outlining stage.