Agent skill
process-audit
Review process health and bottlenecks
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/process-audit
SKILL.md
Purpose
Audit process health, identify bottlenecks, and recommend improvements.
Usage
/process-audit [process-name]- Audit specific process
Steps
-
Define the process:
- What process are we reviewing?
- What's the intended outcome?
-
Gather feedback:
- Search meeting notes for mentions
- Identify process participants
- Common complaints or friction points
-
Map current state:
- Current steps
- Time spent per step
- Handoffs and dependencies
- Failure points
-
Identify issues:
- Bottlenecks
- Unnecessary steps
- Missing automation
- Communication gaps
-
Recommend improvements:
- Quick wins
- Longer-term fixes
- Owner for changes
Output Format
# Process Audit: [Process Name]
**Date:** [Today]
**Participants:** [Roles involved]
## Current State
[How process works today]
## Issues Identified
1. [Bottleneck/Issue] - Impact: [Description]
## Recommendations
### Quick Wins
- [Improvement] - Impact: [Benefit]
### Longer-term
- [Improvement] - Requires: [Resources]
## Implementation Plan
- [ ] [Action 1] - Owner: [Name] - Due: [Date]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?