with one click
content-loop
// Orchestrate only the net-new Career Hub content pipeline: topic discovery, optional VOC research, factual research, structure, draft, edit, and review. Use only when creating a brand-new content asset from scratch.
// Orchestrate only the net-new Career Hub content pipeline: topic discovery, optional VOC research, factual research, structure, draft, edit, and review. Use only when creating a brand-new content asset from scratch.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | content-loop |
| description | Orchestrate only the net-new Career Hub content pipeline: topic discovery, optional VOC research, factual research, structure, draft, edit, and review. Use only when creating a brand-new content asset from scratch. |
| metadata | {"family":"orchestrators","owner":"engineering + content","last_reviewed":"2026-04-30T00:00:00.000Z","version":"1.0.0"} |
This is the orchestrator for new content only.
content-loop: artifact-only. Produce the editorial artifacts and implementation handoff; do not write repo files.content-scoutworker-researchcontent-researchercontent-strategistcontent-writercopy-editorcontent-reviewStart with one of:
The loop should end with these artifacts:
Mobile-first is a non-negotiable criterion across every content asset that lives in a public route, but new-content skills do not own rendered-route verification.
pnpm audit:responsive as a required code-family verification before shipping.Return this block with the final accepted draft:
implementation_handoff:
requires_code_family: true
target_destination: "<feature-owned data or route path>"
required_code_skills:
- data-placement
- verification-checklist
route_requirements:
- metadata
- schema
- internal_links
verification_required:
- pnpm audit:responsive
Do not run route implementation or browser verification from this loop.
nextjs-app/src/features/guides/data/guides/articles/data.tsnextjs-app/src/features/financial-tips/data/financial-tips/data.tsnextjs-app/src/features/career-hub/personas/data/persona-hubs/*These are common homes, not the full routing table. Template-driven destinations outside these homes must follow the content-strategist destination recommendation and, for implementation, the code-family data-placement or Stage 3 routing decision.
When the draft is approved and needs implementation in routes, metadata, UI, schema, or internal linking, stop this loop and switch to code skills. The handoff must carry forward the mobile responsiveness requirement; the implementing code skill is responsible for running pnpm audit:responsive before declaring the work complete.