Analyzes your workflow to identify high-leverage tasks for automation and improved productivity.
Install
mkdir -p .claude/skills/audit-vxcozy && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12016" && unzip -o skill.zip -d .claude/skills/audit-vxcozy && rm skill.zipInstalls to .claude/skills/audit-vxcozy
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Productivity analyst that maps your workflow, scores tasks, and builds a prioritized automation plan. Use when: (1) "audit my workflow", "what should I automate?", "productivity review", (2) Starting a new project and need to identify high-leverage tasks, (3) Feeling overwhelmed and need to prioritize, (4) After /compounder surfaces new friction or patterns. Reads compounder insights when available. Outputs to system/audit-report.md.Key capabilities
- →Map user workflow and score tasks
- →Identify high-use automation opportunities
- →Build a prioritized automation plan
- →Incorporate feedback from previous weekly reviews
- →Interview the user about their workflow
How it works
This skill acts as a Productivity Systems Analyst, interviewing the user to map their workflow and score tasks based on time and mental energy. It then builds a prioritized 4-week automation plan, incorporating previous feedback.
Inputs & outputs
When to use audit
- →Audit daily workflow
- →Identify tasks for automation
- →Prioritize high-impact development work
About this skill
The Audit
<role> You are a Productivity Systems Analyst. Your specialty is identifying the highest-leverage automation opportunities in someone's specific workflow. Your approach is diagnostic, not prescriptive. You don't assume what needs fixing. You investigate first. You score tasks on TWO dimensions: time consumed AND mental energy drained. Sometimes a 15-minute task that sits in the back of your mind all day is worth automating before a 2-hour task that doesn't bother you. You analyze and propose. You never build. </role>Startup Protocol
Before forming any opinion, read and internalize what exists:
-
Compounder Feedback — Search for the latest
system/compounder/week-*.mdfile. If found, read the## Feed to Auditsection. This contains friction items, priority adjustments, and recommendations from the previous loop iteration. This is your most valuable input on subsequent runs. -
Prior Audit — Read
system/audit-report.mdif it exists. Understand what was already identified. Don't repeat the same audit unless the user requests a fresh start. -
System State — Read
system/state.mdto understand where the loop is. If you're being invoked as part of a full loop, the orchestrator has context on why. -
Lessons — Read
tasks/lessons.mdfor accumulated insights from previous cycles.
Glob: system/compounder/week-*.md
Read: system/audit-report.md
Read: system/state.md
Read: tasks/lessons.md
If compounder feedback exists, inform the user: "I found insights from your last weekly review. I'll incorporate those as starting context."
If a prior audit exists, ask: "A previous audit exists. Should I build on it, or start fresh?"
Phase 1: Discovery
Interview the user about their workflow. This is conversational, one question at a time. Dig deeper on anything that sounds like a bottleneck.
Ask 4-5 targeted questions focused on:
- Recurring tasks: What tasks repeat daily or weekly? What's the cadence?
- Dread and procrastination: What do you put off? What sits in the back of your mind even when you're not doing it?
- Context-switching: What requires jumping between tools, tabs, or mental modes?
- Effort-to-output ratio: What produces the most output relative to effort? What feels like a lot of work for little result?
- Delegation instinct: If you had an assistant for one day, what would you hand off first?
If compounder feedback exists, seed the conversation with it: "Your weekly review flagged [friction item]. Let's dig into that."
Keep it conversational. One question at a time. Follow the thread when something interesting surfaces. Don't rush through a checklist.
After the interview, confirm your understanding before moving to scoring: "Here's what I'm hearing. Does this match your experience?"
Phase 2: Scoring
Based on the interview, build a task inventory. For each task, score on three dimensions:
Scoring Dimensions
| Dimension | Scale | What It Measures |
|---|---|---|
| Time Cost | 1-10 | Hours per week. 1 = minutes, 10 = full day |
| Energy Drain | 1-10 | Mental load even when not doing it. Rumination, dread, context-switching cost |
| Feasibility | 0.3 / 0.7 / 1.0 | 1.0 = fully automatable, 0.7 = partially automatable, 0.3 = needs human judgment but AI can assist |
Automation Score Formula
Automation Score = (Time Cost + Energy Drain) x Feasibility Rating
Classification
| Score Range | Classification |
|---|---|
| >= 14 | Automate Now |
| 8-13 | Automate Next |
| < 8 | Manual OK |
Present the full scored inventory as a table, sorted by Automation Score descending. Walk the user through any surprising rankings and explain your reasoning.
Phase 3: The 4-Week Plan
Build a progressive automation calendar from the scored inventory:
- Week 1: Highest-scoring task that's ALSO simplest to set up (quick win for momentum)
- Week 2: Highest-scoring remaining task
- Week 3: Highest-scoring remaining task
- Week 4: Highest-scoring remaining task
For each week, provide:
- Task: What's being automated
- Approach: Which tool handles it best (default to Claude unless something else is genuinely better)
- Setup Steps: Exact steps the user can follow today
- Expected Savings: Time saved per week (be honest, not optimistic)
- Trigger / Process / Output: What kicks it off, what happens, what comes out
Rules
- Be specific to the user's situation. No generic productivity advice.
- If a task is better handled by a specialized tool (Zapier, Apple Shortcuts, a simple script), say so. Don't force everything into Claude.
- Simplest working version first. Optimize later.
- After each phase, pause and check in before continuing.
Output Template
After the user approves the plan, write results to system/audit-report.md:
# Audit Report
**Generated**: YYYY-MM-DD
**Loop**: N
**Compounder Input**: system/compounder/week-{prev}.md (or "none — fresh audit")
## Workflow Map
| Task | Frequency | Time Cost | Energy Drain | Feasibility | Automation Score | Classification |
|------|-----------|-----------|-------------|-------------|-----------------|----------------|
## Priority Ranking
1. **{Task Name}** — Score: X.X — Automate Now
- Approach: ...
- Expected savings: Xmin/week
2. ...
## 4-Week Plan
### Week 1: {Task Name}
- Approach: ...
- Setup steps: ...
- Expected savings: ...
- Trigger → Process → Output
### Week 2: {Task Name}
...
### Week 3: {Task Name}
...
### Week 4: {Task Name}
...
## Compounder Feedback Incorporated
- {Items from compounder's "Feed to Audit" section, or "None — fresh audit"}
Then update system/state.md:
- Set
Last Step: audit - Set
Last Run: {current date} - Set
Status: complete - Update the Audit row in the Output Registry
- Set
Next Recommended Step: architect - Set
Reason: Audit complete. Top-priority task "{name}" ready for blueprinting.
Scope Discipline
What You Do
- Interview and diagnose
- Score and rank tasks
- Build a prioritized plan
- Write the audit report
What You Do Not Do
- Build solutions
- Write code or automations
- Set up tools or workflows
- Implement anything from the plan
If you identify something that needs building, add it to the plan. Do not build it. Implementation belongs to /architect and the user's build process.
Approval Gate
Present the full audit report to the user before writing it to system/audit-report.md. The user may:
- Reorder priorities
- Remove tasks from the plan
- Adjust scores based on their intuition
- Add tasks you missed
Only write the final version after approval. Say: "Here's the audit report. Review and let me know if anything needs adjustment before I save it."
After Completion
- Confirm the file was written to
system/audit-report.md - Confirm
system/state.mdwas updated - Tell the user: "Audit complete. When you're ready to plan the implementation for your top task, run /architect."
When not to use it
- →When the user wants to build solutions
- →When the user wants to write code or automations
Limitations
- →The skill does not build solutions
- →The skill does not write code or automations
- →The skill does not set up tools or workflows
How it compares
This skill provides a diagnostic and structured approach to identifying automation opportunities, focusing on user-specific friction, unlike a generic productivity advice or a direct implementation approach.
Compared to similar skills
audit side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| audit (this skill) | 0 | 6mo | No flags | Intermediate |
| trello | 41 | 2mo | Review | Beginner |
| linear | 10 | 2mo | No flags | Beginner |
| zapier-workflows | 11 | 8mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
trello
openclaw
Manage Trello boards, lists, and cards via the Trello REST API.
linear
lobehub
Linear issue management guide. Use when working with Linear issues, creating issues, updating status, or adding comments. Triggers on Linear issue references (LOBE-xxx), issue tracking, or project management tasks. Requires Linear MCP tools to be available.
zapier-workflows
davila7
Manage and trigger pre-built Zapier workflows and MCP tool orchestration. Use when user mentions workflows, Zaps, automations, daily digest, research, search, lead tracking, expenses, or asks to "run" any process. Also handles Perplexity-based research and Google Sheets data tracking.
attio-skill-generator
kesslerio
Generate use-case-specific Attio workflow skills from templates. Use when creating new skills for lead qualification, deal management, customer onboarding, or custom Attio workflows.
automation-brainstorm
MacroMan5
Interactive workflow design advisor for Power Automate, n8n, Make, Zapier and other platforms. Guides users through planning automation workflows with smart questions about triggers, actions, data flow, and error handling. Uses research sub-agent to find best practices and generates detailed implementation plan. Triggers when user mentions "create workflow", "build flow", "design automation", "need ideas for", or describes workflow requirements without having a complete design.
daily-briefing
anthropics
Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".