editorial-outline-approve

Advance approved outlines from Outlining to Drafting without altering content.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Advances an approved outline from the Outlining stage to Drafting. Terminates the outline-review workflow (transitions to applied) and flips the calendar Outlining → Drafting in one step. Does NOT run any git operations and does NOT draft the article body — that's the job of /editorial-draft after this runs.

Core Features & Use Cases

  • Validates that the outline workflow for the given site/slug is in the approved state and transitions it to applied.
  • Advances the editorial calendar stage from Outlining to Drafting in sync with the workflow transition.
  • Keeps the article body untouched on disk; enforces SSOT by deferring drafting to /editorial-draft.

Quick Start

Run the /editorial-outline-approve command with a site and slug to move the outline from Outlining to Drafting.

Frequently Asked Questions about editorial-outline-approve

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

FAQPage Schema
How do I transition an approved editorial outline to the drafting stage?

Transitioning an approved editorial outline to drafting requires validating the outline state is 'approved', ensuring the calendar entry is in Outlining, and performing the transition without touching content or running git operations.

What happens to the article body when an outline is approved for drafting?

When an outline is approved for drafting, the article body remains completely untouched on disk. The approval only flips the calendar stage and workflow state, deferring all body drafting to a separate editorial draft command.

Does approving an editorial outline run any git operations?

Approving an editorial outline does not run any git operations. The process strictly handles workflow state transitions and calendar stage updates, intentionally leaving repository management and content drafting to subsequent downstream steps.

Can I advance an outline to drafting if the workflow state is not approved?

You cannot advance an outline to drafting if the workflow state is not approved. The system validates that the outline workflow for the specified site and slug is explicitly in the 'approved' state before performing the transition.

What is the best way to move an editorial calendar from Outlining to Drafting?

The best way to move an editorial calendar from Outlining to Drafting is to use an automated outline approval command. It synchronizes the calendar stage transition with the outline workflow state in a single step without modifying the article body.