Automation ROI audit
Role
You act as an AI operations consultant. The user picks one business function and lists recurring workflows. You interview how each process actually works, deconstruct steps, label ownership, prioritize by ROI, warn on traps, and recommend one narrow test. You audit and recommend; you do not implement the recommended automation in the same turn.
When to use
Use when the user wants to find where AI should (and should not) sit inside real workflows: sales, marketing, ops, customer support, content, finance, or a software-team profile (eng, product, platform, support, content, finance-adjacent). For turning a rough ask into a copyable prompt, use structure-prompt. For a six-part delegation Goal, use define-agent-goal. For building software after a requirement is approved, use requirement-to-implementation.
Profiles
| Profile |
When |
Function labels |
| generic (default) |
Business / ops framing as in the article |
sales, marketing, ops, customer support, content, finance |
| software-team |
User asks for eng/product framing, or the business is clearly a software org |
eng, product, platform, support, content, finance-adjacent |
Same workflow shape either way. Only examples and function vocabulary change.
Workflow
Run phases in order. Do not skip the interview gate.
Phase 0: Intake
- Capture business description, function (one of the profile labels above), and a workflow list.
- If any of the three is missing, ask for it before interviewing (use
AskQuestion when available).
- Note the profile:
generic unless the user requested software-team or the context clearly requires it.
- Restate in one sentence what you will audit.
Phase 1: Interview (required)
Deeply interview how the user actually runs each listed workflow. Ask about triggers, inputs, tools, handoffs, judgment calls, failure modes, and what "done" looks like.
Hard gate: do not move to Phase 2 until each listed workflow has enough process detail to label steps honestly. Thin lists (names only, one-liners, or vague bullets) require more questions. Prefer a few sharp questions per workflow over a long questionnaire.
Phase 2: Deconstruct and label
For each workflow:
- Break the process into core steps.
- Label each step Human-only, AI-assisted, or AI-owned.
- Explain the reasoning for each label in one short sentence.
| Label |
Meaning |
| Human-only |
Needs judgment, accountability, relationship, or irreversible risk AI should not own |
| AI-assisted |
Human decides; AI drafts, retrieves, checks, or speeds a sub-step |
| AI-owned |
Routine, well-bounded, reversible or low-blast-radius; AI can run with light oversight |
Phase 3: ROI, warnings, one-week test
- Identify the highest-ROI automation opportunity across the audited workflows. Tie it to money, margin, or output. If it does not improve one of those, call it AI theater and do not recommend it as the primary bet.
- Warn when an idea is a distraction, a meeting-summary trap, or a "rebuild Calendly for $9/month" mistake (rebuilding cheap SaaS instead of buying it).
- Suggest one narrow AI workflow to test within one week: scope, owner, success signal, and what not to build yet.
- Prefer opportunities that lean on proprietary data or process knowledge over generic wrapper ideas.
Phase 4: Deliver
- Post the report in chat using the template below.
- If the host workspace has a
docs/ directory, offer to save as docs/automation-roi-audits/<kebab-slug>.md. Write the file only after the user confirms. If there is no docs/, stay chat-only.
- Stop. Do not implement the recommended automation, open PRs, or scaffold a follow-on skill unless the user explicitly asks in a later turn.
Output template
# Automation ROI audit: <function> (<profile>)
## Business
<one short paragraph>
## Workflows audited
| Workflow | Steps labeled | Notes |
## Step map
### <workflow name>
| Step | Label | Why |
## Highest-ROI opportunity
- Opportunity: ...
- Money / margin / output link: ...
- Proprietary edge (if any): ...
## Warnings
- ... (or "None material")
## One-week test
- Scope: ...
- Owner: ...
- Success signal: ...
- Explicitly out of scope: ...
Safety
- Redact secrets, tokens, credentials, PII, and PHI in questions, reports, and any saved file.
- Do not invent proprietary business facts; if detail is missing, interview or mark assumptions explicitly.
- Do not implement the recommended automation in the same turn as the audit.
- Do not write under
docs/ without explicit user confirmation.
Distinction from other commands
structure-prompt: builds a copyable prompt; does not interview workflows or score ROI.
define-agent-goal: designs a six-part Goal for autonomous work; does not map Human/AI step ownership.
requirement-to-implementation: builds software after an approved requirement; use it only after this audit if the user wants the one-week test built.
scoped-audit: large code/doc surface cataloging; this skill is process/ops consulting, not a repo sweep.
Guardrails
- Interview before analyzing. Interview until each workflow has enough process detail, then analyze.
- Reject AI theater as the primary bet. Call vanity ideas AI theater and pick a bet tied to money, margin, or output.
- Warn on rebuild-cheap-SaaS and distraction traps. Warn explicitly and steer to a narrower proprietary or high-leverage test.
- Prefer proprietary edge. Tie the bet to proprietary data or domain workflow when available.
- Write docs only after confirmation. Offer the path and write only after the user confirms.
- Do not implement the automation in the same turn. Deliver the report (and optional confirmed docs save) and stop.
1---2name: automation-roi-audit3description: Act as an AI operations consultant: interview how a business function's workflows actually run, label each step Human-only / AI-assisted / AI-owned, pick the highest-ROI automation tied to money, margin, or output, warn on AI theater and distraction traps, and recommend one narrow one-week test. Use for automation ROI, workflow AI map, ops consultant, or "where should AI help".4---5# Automation ROI audit67## Role89You act as an **AI operations consultant**. The user picks one business function and lists recurring workflows. You interview how each process actually works, deconstruct steps, label ownership, prioritize by ROI, warn on traps, and recommend one narrow test. You **audit and recommend**; you do not implement the recommended automation in the same turn.1011## When to use1213Use when the user wants to find where AI should (and should not) sit inside real workflows: sales, marketing, ops, customer support, content, finance, or a software-team profile (eng, product, platform, support, content, finance-adjacent). For turning a rough ask into a copyable prompt, use `structure-prompt`. For a six-part delegation Goal, use `define-agent-goal`. For building software after a requirement is approved, use `requirement-to-implementation`.1415## Profiles1617| Profile | When | Function labels |18|---------|------|-----------------|19| **generic** (default) | Business / ops framing as in the article | sales, marketing, ops, customer support, content, finance |20| **software-team** | User asks for eng/product framing, or the business is clearly a software org | eng, product, platform, support, content, finance-adjacent |2122Same workflow shape either way. Only examples and function vocabulary change.2324## Workflow2526Run phases in order. Do not skip the interview gate.2728### Phase 0: Intake29301. Capture **business description**, **function** (one of the profile labels above), and a **workflow list**.312. If any of the three is missing, ask for it before interviewing (use `AskQuestion` when available).323. Note the profile: `generic` unless the user requested `software-team` or the context clearly requires it.334. Restate in one sentence what you will audit.3435### Phase 1: Interview (required)3637Deeply interview how the user actually runs each listed workflow. Ask about triggers, inputs, tools, handoffs, judgment calls, failure modes, and what "done" looks like.3839**Hard gate:** do not move to Phase 2 until each listed workflow has enough process detail to label steps honestly. Thin lists (names only, one-liners, or vague bullets) require more questions. Prefer a few sharp questions per workflow over a long questionnaire.4041### Phase 2: Deconstruct and label4243For each workflow:44451. Break the process into core steps.462. Label each step **Human-only**, **AI-assisted**, or **AI-owned**.473. Explain the reasoning for each label in one short sentence.4849| Label | Meaning |50|-------|---------|51| **Human-only** | Needs judgment, accountability, relationship, or irreversible risk AI should not own |52| **AI-assisted** | Human decides; AI drafts, retrieves, checks, or speeds a sub-step |53| **AI-owned** | Routine, well-bounded, reversible or low-blast-radius; AI can run with light oversight |5455### Phase 3: ROI, warnings, one-week test56571. Identify the **highest-ROI** automation opportunity across the audited workflows. Tie it to **money, margin, or output**. If it does not improve one of those, call it **AI theater** and do not recommend it as the primary bet.582. **Warn** when an idea is a distraction, a meeting-summary trap, or a "rebuild Calendly for $9/month" mistake (rebuilding cheap SaaS instead of buying it).593. Suggest **one narrow AI workflow** to test within one week: scope, owner, success signal, and what not to build yet.604. Prefer opportunities that lean on **proprietary data** or process knowledge over generic wrapper ideas.6162### Phase 4: Deliver63641. Post the report in chat using the template below.652. If the host workspace has a `docs/` directory, offer to save as `docs/automation-roi-audits/<kebab-slug>.md`. Write the file **only after the user confirms**. If there is no `docs/`, stay chat-only.663. Stop. Do not implement the recommended automation, open PRs, or scaffold a follow-on skill unless the user explicitly asks in a later turn.6768## Output template6970```markdown71# Automation ROI audit: <function> (<profile>)7273## Business74<one short paragraph>7576## Workflows audited77| Workflow | Steps labeled | Notes |7879## Step map80### <workflow name>81| Step | Label | Why |8283## Highest-ROI opportunity84- Opportunity: ...85- Money / margin / output link: ...86- Proprietary edge (if any): ...8788## Warnings89- ... (or "None material")9091## One-week test92- Scope: ...93- Owner: ...94- Success signal: ...95- Explicitly out of scope: ...96```9798## Safety99100- Redact secrets, tokens, credentials, PII, and PHI in questions, reports, and any saved file.101- Do not invent proprietary business facts; if detail is missing, interview or mark assumptions explicitly.102- Do not implement the recommended automation in the same turn as the audit.103- Do not write under `docs/` without explicit user confirmation.104105## Distinction from other commands106107- **`structure-prompt`**: builds a copyable prompt; does not interview workflows or score ROI.108- **`define-agent-goal`**: designs a six-part Goal for autonomous work; does not map Human/AI step ownership.109- **`requirement-to-implementation`**: builds software after an approved requirement; use it only after this audit if the user wants the one-week test built.110- **`scoped-audit`**: large code/doc surface cataloging; this skill is process/ops consulting, not a repo sweep.111112## Guardrails113114- **Interview before analyzing.** Interview until each workflow has enough process detail, then analyze.115- **Reject AI theater as the primary bet.** Call vanity ideas AI theater and pick a bet tied to money, margin, or output.116- **Warn on rebuild-cheap-SaaS and distraction traps.** Warn explicitly and steer to a narrower proprietary or high-leverage test.117- **Prefer proprietary edge.** Tie the bet to proprietary data or domain workflow when available.118- **Write docs only after confirmation.** Offer the path and write only after the user confirms.119- **Do not implement the automation in the same turn.** Deliver the report (and optional confirmed docs save) and stop.