/create-operation
> Define a new operation (a packaged workflow with agents, skills, and deliverables).
Best use case
/create-operation is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
> Define a new operation (a packaged workflow with agents, skills, and deliverables).
Teams using /create-operation should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/create-operation/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How /create-operation Compares
| Feature / Agent | /create-operation | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
> Define a new operation (a packaged workflow with agents, skills, and deliverables).
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# /create-operation > Define a new operation (a packaged workflow with agents, skills, and deliverables). ## Usage ``` /create-operation "<name>" --goal "<goal>" [--agents "<agent-list>"] ``` ## What It Does Creates an operation definition -- a reusable workflow that combines multiple agents and skills to achieve a specific outcome. Operations are the packaged units of work in the Workspace Protocol. ## Implementation 1. **Define goal** -- what the operation achieves when complete. 2. **Select agents** -- which agents participate and in what order. 3. **Map skills** -- which skills each agent uses. 4. **Define phases** -- sequential steps with inputs/outputs. 5. **Set deliverables** -- concrete artifacts the operation produces. 6. **Write definition** -- create `operations/<name>/OPERATION.md`. 7. **Validate** -- check all referenced agents and skills exist. ## Examples ```bash # Create a feature delivery operation /create-operation "feature-delivery" --goal "Ship a feature from spec to production" --agents "architect, backend-go, frontend-react, test-automator, devops-engineer" # Create a knowledge maintenance operation /create-operation "weekly-review" --goal "Friday review cycle" --agents "orchestrator" # Create a client onboarding operation /create-operation "client-onboard" --goal "Onboard new client from signup to first value" ```
Related Skills
ads create
Campaign concept and copy brief generator for paid advertising. Reads brand-profile.json and optional audit results to produce structured campaign concepts, messaging pillars, and copy briefs. Outputs campaign-brief.md. Run after /ads dna and before /ads generate. Triggers on: "create campaign", "campaign brief", "ad concepts", "write ad copy", "campaign strategy", "ad messaging", "creative brief", "generate concepts"
create-spec
Guided spec creation through 9 phases from discovery to testing strategy. Supports spec types: library, feature, change. Produces a complete specification document with requirements, architecture, constraints, and YAML test data. Interactive or autonomous modes. Triggers on: "create spec", "write spec", "spec out", "specification", "design document"
/create-pr
> Create a pull request with summary, test plan, and proper labeling.
/list-operations
> List all defined operations with their status, agents, and deliverables.
/create-agent
> Define a new specialist agent with role, capabilities, triggers, and routing rules.
/do
> The agent's primary skill. Customize this to match your agent's purpose.
/report
> Generate structured reports. Director-owned.
/primary
> Main workflow execution and routing. Director-owned.
Qualify
## Command
Prospect
## Command
Close Plan
## Command
Battlecard
## Command