/suede-ship-copy · multi-agent copy DAG

Thirty agents. One graph. One publishable draft.

A piece of writing runs as a graph instead of a chain: intake that captures what is already published, five blind research lenses, an audit that closes the set of facts the writers may assert, disjoint section writers, adversarial refutation, Suede Slop Stop cleanup, and a publish gate. A writer that cannot cite a fact leaves a labeled hole, [AUTHOR: supply X], instead of inventing one. The audit targets what the agents invent, never what you supplied.

View skill folder Install options

"write the launch page and do not make anything up" /suede-ship-copy Ask in plain words. The router reads the request and loads this lane; MCP agents find it with list_suede_skills.
$ /suede-ship-copy landing page for agent studio intake: baseline captured · 6 givens carried untouched audit dropped 3 claims · refute killed 5 of 8 findings DESLOP 42/50 · 0 PLACEHOLDERS · SHIP draft + evidence written · not published

Install the workflow and shared cleanup skill

Suede Slop Stop supplies the review and cleanup method. Full-pack installs already include both folders.

Claude Code project-level copy

git clone https://github.com/JasonColapietro/suede-creator-skills.git /tmp/suede-creator-skills
mkdir -p .claude/skills
cp -R /tmp/suede-creator-skills/skills/suede-ship-copy /tmp/suede-creator-skills/skills/suede-deslop .claude/skills/

Codex installer

python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
  --repo JasonColapietro/suede-creator-skills \
  --path skills/suede-ship-copy skills/suede-deslop

What it covers

  • Capture the currently published text verbatim first, so a draft that quietly contradicts what is already live is detectable.
  • Sweep with five blind research lenses (product truth, audience, market, voice, surface law) where every fact carries a file:line, url, sha, or timestamp.
  • Audit every agent-generated claim against its source: dropped if unsourceable or stale, narrowed if the source supports something weaker.
  • Never audit what you supplied. Your own statements are given, and no phase verifies, hedges, or gates on them.
  • Give each section exactly one message, cited only from the surviving claims, checked by a pure function rather than an agent.
  • Refute every finding with two independent verifiers, then run Suede Slop Stop to a score out of fifty and package every channel field against its character limit.

When to use it

  • A landing page, launch post, blog post, email sequence, docs page, README, ad, press note, or store listing that strangers will read and that has to be true.
  • Copy where a wrong number is a real cost, and where you would rather see [AUTHOR: supply X] than a plausible invention.
  • Rewrites of a surface that is already published, where contradicting the live version is the failure mode.
  • Runs you want resumable, replaying unchanged agents from cache instead of paying for the whole graph again.
  • Not for: multi-surface campaign writing across several deliverables at once (use johnny-suede-write).
  • Not for: changing code rather than copy (use suede-graph-flo-xr, whose separate Suede Thought Graph search selects one mutating implementation plan).
  • Not for: one surface written in one pass with no research or audit (use suede-copy).
  • Not for: stripping AI patterns from text that already exists (use Suede Slop Stop via suede-deslop).

Best prompt

Cleanup uses the shared Slop Stop method. Supply houseStyle: { guidance: "Your voice brief", emDashes: "allow" } to override Suede punctuation defaults. Facts, exact source spans, and author placeholders stay protected.

Use $suede-ship-copy to write the landing page for Agent Studio. Sources: ~/code/suede-agent-studio and https://agents.suedeai.ai. Given: we launched March 3 and the free tier is 3 flows. Keep my brief verbatim, do not audit anything I just told you, and state the cost before launching.

Related skills

Related skills from this docs set: Suede Graph Flo XR, Suede Copy, Suede Slop Stop, Suede Image.

Install this skill

It ships inside the Suede Creator Skills pack, so one install brings the whole pack and this skill with it. Claude Code takes two commands the first time and one after that; Codex installs the same pack natively.

terminal · install the pack
Claude Code
$ /plugin marketplace add JasonColapietro/suede-creator-skills
$ /plugin install suede-skills@suede
Codex
$ codex plugin add suede-skills@suede-codex

Cursor, Copilot, and Windsurf install through the skills CLI. Every path is on the install page, and every folder is readable first on GitHub.

Proof is part of the release.

First install takes two commands. After the marketplace is added, install is one. Every skill is plain Markdown.

$ /plugin marketplace add JasonColapietro/suede-creator-skills → /plugin install suede-skills@suede All install paths