using-copywriting-toolkit
Installation
SKILL.md
using-copywriting-toolkit
Entry router + validator for the copywriting-toolkit plugin. Three responsibilities:
- 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.
- Validate — before every skill launch, load the target skill's
## Preconditionsschema and check the envelope. On violation, emit a bounce-back envelope (see../../CLAUDE.md §Envelope Violation) and route upstream instead of launching. - 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, dispatchcopywriting-intakein 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).