π¦ ClawHub
Creative Ops Copilot
by @wiseape11
Convert client briefs into detailed motion design/VFX production plans, estimates, and invoice drafts with optional project folder setup and invoicing API in...
TERMINAL
clawhub install creative-ops-copilotπ About This Skill
name: creative-ops-copilot description: Turn messy client briefs into a production-ready plan for motion design/VFX projects: scope, assumptions/exclusions, deliverables matrix, schedule/milestones, review rounds, and estimate/quote. Also generate an invoice draft payload for Chris's local invoicing system (invoicing_system_2025) or export quote/invoice JSON/CSV/Markdown. Use when Chris asks to go from brief/email notes/chat logs into a clear plan + quote/invoice, or to create a repeatable project folder + docs.
Creative Ops Copilot
What to do
1) Ask for (or infer) the input brief:
2) Produce these outputs (always):
docs/creative-ops/plan.md (client-ready)docs/creative-ops/estimate.json (structured line items)docs/creative-ops/invoice-draft.json (ready for API import later)3) If Chris wants it, also:
docs/README.md.Canonical output structure (plan.md)
How to generate reliably
Prefer generating structured data first, then render it:
1) Extract entities
2) Decide the production approach
3) Estimate with motion/VFX realism
Scripts (recommended)
Use the bundled script to create consistent outputs:
python skills/creative-ops-copilot/scripts/creative_ops_copilot.py --brief "" --out .
If the brief is a file:
python skills/creative-ops-copilot/scripts/creative_ops_copilot.py --brief-file "C:\path\to\brief.txt" --out .
To also create a project skeleton:
python skills/creative-ops-copilot/scripts/creative_ops_copilot.py --brief "..." --out . --skeleton
To attempt pushing the invoice draft to your local invoicing API (only if configured):
python skills/creative-ops-copilot/scripts/creative_ops_copilot.py --brief "..." --out . --push-invoice
Configuration
Optional config file:
skills/creative-ops-copilot/references/config.example.jsonCopy to:
skills/creative-ops-copilot/references/config.jsonThen edit:
invoicingApi.baseUrlinvoicingApi.apiKey (if needed)rateCard defaultsNotes
βοΈ Configuration
Optional config file:
skills/creative-ops-copilot/references/config.example.jsonCopy to:
skills/creative-ops-copilot/references/config.jsonThen edit:
invoicingApi.baseUrlinvoicingApi.apiKey (if needed)rateCard defaults