Case Writer Hybrid
by @abigale-cyber
Expand a structured brief in `content-production/inbox/` into a reusable long-form markdown article draft, then run a local writer / critic / judge quality l...
clawhub install case-writer-hybrid📖 About This Skill
name: case-writer-hybrid description: Expand a structured brief in
content-production/inbox/ into a reusable long-form markdown article draft, then run a local writer / critic / judge quality loop with a constrained humanization pass. Use when Codex needs a stage-1 article draft plus reusable writing sidecars for downstream generate-image and wechat-formatter.
Case Writer Hybrid
Turn the structured brief into a stage-1 article draft, a writing pack sidecar, and a review trace that can flow into image generation and WeChat formatting.
Quick Start
Run the default command:
.venv/bin/python -m skill_runtime.cli run-skill case-writer-hybrid --input content-production/inbox/20260403-ai-content-system-brief.md
Prepare Input
Expect a markdown file with these sections:
基础信息核心观点背景与语境论证方向可用案例 / 素材Important fields inside 基础信息:
dateslugtopictarget_readerpublish_goalFollow Drafting Workflow
1. Read the brief and preserve explicit user-supplied claims, framing, and evidence.
2. Use 论证方向 as the backbone for the major argument sections.
3. Pull material from 可用案例 / 素材 into the matching sections instead of inventing new examples first.
4. Build a stable first draft structure: title, 导语, 问题提出, 核心判断, 论证段, 结论, 可传播总结.
5. Run up to 3 local rounds of writer -> critic -> humanizer-zh -> judge.
6. If the score still fails after 3 rounds, stop and emit a quality-gate notice instead of continuing downstream.
Write Output
Write the markdown draft to:
content-production/drafts/-article.md
Also write:
content-production/drafts/-writing-pack.md
content-production/drafts/-writing-pack.json
content-production/drafts/-review-trace.json
If the draft fails the quality gate after 3 rounds, also write:
content-production/published/YYYYMMDD--quality-gate.md
Respect Constraints
Read Related Files
skill_runtime/engine.pydocs/case-writer-hybrid-execution-spec.mdgenerate-image, wechat-formatter💡 Examples
Run the default command:
.venv/bin/python -m skill_runtime.cli run-skill case-writer-hybrid --input content-production/inbox/20260403-ai-content-system-brief.md