creative-ops-copilotConvert client briefs into detailed motion design/VFX production plans, estimates, and invoice drafts with optional project folder setup and invoicing API in...
Install via ClawdBot CLI:
clawdbot install Wiseape11/creative-ops-copilot1) 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.Prefer generating structured data first, then render it:
1) Extract entities
2) Decide the production approach
3) Estimate with motion/VFX realism
Use the bundled script to create consistent outputs:
python skills/creative-ops-copilot/scripts/creative_ops_copilot.py --brief "<paste 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
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 defaultsGenerated Mar 1, 2026
An agency receives a vague client brief for a 30-second TV commercial with mixed 2D and 3D elements. The skill extracts deliverables, creates a detailed production plan with milestones, and generates a quote and invoice draft for client approval, ensuring all assumptions and exclusions are documented.
A startup needs a series of animated explainer videos from chat log discussions. The skill structures the brief into a clear plan with deliverables matrix, schedules review rounds, and outputs an estimate JSON for budgeting, while flagging open questions about brand assets.
A film production team provides email notes for visual effects shots requiring 3D compositing. The skill outlines a bespoke workflow, estimates render times and costs, and creates an invoice draft ready for API integration into the local invoicing system.
A brand requests multiple short-form motion design videos from a messy brief. The skill defines deliverables like aspect ratios and versions, generates a project folder skeleton for asset organization, and exports quote details in CSV for team sharing.
An educational institution has a brief for an animated series with audio licensing needs. The skill scopes the project, includes audio deliverables in the estimate, and produces a client-ready plan with risks and dependencies highlighted.
A solo professional uses the skill to quickly turn client emails into structured plans and invoices, streamlining project setup and billing. It supports recurring revenue through repeatable project templates and accurate quoting for varied clients.
A studio employs the skill to standardize brief handling across team members, ensuring consistent documentation and reducing miscommunication. It enhances revenue by improving project turnaround and enabling easy invoice exports for multiple clients.
A corporate team uses the skill to manage internal requests for motion design, creating clear plans for stakeholder approval and integrating with local invoicing systems for budget tracking. It optimizes revenue by controlling costs and streamlining production workflows.
๐ฌ Integration Tip
Configure the invoicing API base URL and rate card defaults in the config file to automate invoice drafting; use the bundled Python script with --skeleton flag to quickly set up project folders for consistent file management.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.