orchestrate-content-by-stepslisted
Install: claude install-skill Fractera/Agent-Engineering-Infrastructure
# orchestrate-content-by-steps
The **frozen process** for content operations. You give an **intent**; the orchestrator does
the rest **deterministically** — it decomposes the work by the site's state and runs every
piece through the real development-step lifecycle, with the deployment record as a hard gate.
This skill is **self-sufficient**: it is one tool (or one `.mjs`), no Hermes required.
## Why this exists (read once)
Calling `compose` / `create-page` directly, by hand, is what caused the failure: an agent did
"create section + 3 pages + rebuild" in one chaotic burst and crashed. The fix is to **freeze
the process**, not just the templates. You stop orchestrating; the pipeline does.
## Which scenario is this? (decide FIRST)
This skill runs the **FROZEN-ASSEMBLY** scenario only: a FLAT, MCP-only pipeline that stands up **new**
structural stubs from frozen templates. It is NOT the coding pipeline. Confirm the vector before using it:
- **CREATE-new** stubs (a section that does not exist yet, a new page/stub in a group) → FROZEN — use this.
- **MODIFY an existing page** or **author real/custom content** (fill a stub with real prose) → that is
**REAL-DEVELOPMENT** (coding agents), NOT this skill. Refuse and route it out (a coding agent, or from
Hermes `owner_report_blocker_step`); the stub executors already refuse a real body.
The border is the OPERATION, not a time-phase: create-new stub = FROZEN; modify-existing / real content =
REAL-DEV. If the owner's vector is