using-copywriting-toolkit

Installation
SKILL.md

using-copywriting-toolkit

Entry router + validator for the copywriting-toolkit plugin. Three responsibilities:

  1. Route — inspect the user's raw request, place it on the 9-phase pipeline (plus audit alt-entry), hand off to the correct skill with a structured envelope.
  2. Validate — before every skill launch, load the target skill's ## Preconditions schema and check the envelope. On violation, emit a bounce-back envelope (see ../../CLAUDE.md §Envelope Violation) and route upstream instead of launching.
  3. Qualify for Express Mode — on a raw new brief, check whether Level 1 fields are all present (protocols/phase-decision-tree.md §Step 0.5). If yes, dispatch copywriting-intake in Express Mode; otherwise default to Q1-Q10 full intake.

This skill does NOT draft copy, run gates, or produce verdicts. It only routes, validates, and packages the handoff envelope. Each downstream skill owns its own SKILL.md, standards, and (where applicable) gates.

When to Use

  • User arrives with a copywriting request but has not chosen a specific skill (raw intent: "write an LP", "headline options", "audit this email").
  • A previous skill finished its phase and the envelope needs to be routed to the next stage.
  • The user has pre-existing external copy and wants it evaluated (audit alt-entry).

When NOT to Use

Installs
1
GitHub Stars
6
First Seen
Jun 17, 2026
using-copywriting-toolkit — kouko/monkey-skills