Content pipeline
the governed runtime for agent skill workflows, off the leash but on the record
npx -y skills add runxhq/runx --skill content-pipelineAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Turn governed source evidence into a citation-bound reader-facing draft, channel package, and provider-neutral publication handoff.
SKILL.md
3.2 KB, as published. Nobody here has run it
Content Pipeline
This is the standard preparation lane for researched content. It keeps evidence, writing, packaging, and external delivery distinct so an operator can inspect one concrete artifact and no local success is mistaken for publication.
Use it for articles, updates, newsletters, explainers, and other channel-bound content whose substantive claims need traceable support. The result should do something for the reader—clarify a decision, explain a change, establish trust, or enable a concrete next step—not merely prove that research happened.
Composes
<!-- Generated from the native execution closure; run pnpm core-skills:composes:generate. -->ghostwrite#draftghostwrite#handoffghostwrite#packageresearch#research
How the chain works
- The caller provides the objective, audience, channel, and governed source
packets. Usually those packets come from
web-fetchor a provider reader. researchadmits the sources, verifies citations, and decides whether the evidence supports a useful deliverable.ghostwritedrafts only from the admitted claims and digests, applying any supplied voice or operator context without treating it as factual evidence.- The validated draft is packaged deterministically for the declared channel.
- A provider-neutral handoff records the target and approval requirement. The lane stops before external delivery.
Local research, drafting, and packaging require no approval. A later provider skill owns the consequential gate, idempotency, send or publish request, acknowledgement, and readback.
Inputs and result
objectivestates what the content should change for its reader.source_packetscontain bounded governed evidence.audience,channel, anddomainshape the artifact.operator_contextandtarget_entitiesnarrow interpretation but are not source evidence.publication_target,boundary_kind, andapproval_contextprepare the next lane; they do not authorize it.
The result preserves the citation-validated research packet, the evidence-bound
draft, a deterministic channel package with not_sent state, and a
provider-neutral handoff. needs_more_evidence, needs_review, and
not_worth_publishing are valid terminal states when the topic is unsupported,
stale, duplicative, or unhelpful.
Stop conditions
- Stop before drafting when the source packet is missing or invalid.
- Do not turn operator context, campaign intent, or a target URL into evidence.
- Withhold any draft whose material claim cannot be tied to an admitted digest.
- Do not add delivery or publication evidence to a local package.
- Route the exact accepted artifact into the relevant provider lane instead of rebuilding it there.
Example
An operator wants a blog post explaining a new governance boundary. The lane can validate official docs and receipt evidence, draft for engineering readers, package the accepted body for the blog, and prepare a CMS handoff. It cannot say the post is live until an approved CMS operation and provider readback prove it.