process-optimization
Analyze and improve business processes. Trigger with "this process is slow", "how can we improve", "streamline this workflow", "too many steps", "bottleneck", or when the user describes an inefficient process they want to fix.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install anthropics-knowledge-work-plugins-process-optimization
Repository
Skill path: operations/skills/process-optimization
Analyze and improve business processes. Trigger with "this process is slow", "how can we improve", "streamline this workflow", "too many steps", "bottleneck", or when the user describes an inefficient process they want to fix.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: anthropics.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install process-optimization into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/anthropics/knowledge-work-plugins before adding process-optimization to shared team environments
- Use process-optimization for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: process-optimization description: Analyze and improve business processes. Trigger with "this process is slow", "how can we improve", "streamline this workflow", "too many steps", "bottleneck", or when the user describes an inefficient process they want to fix. --- # Process Optimization Analyze existing processes and recommend improvements. ## Analysis Framework ### 1. Map Current State - Document every step, decision point, and handoff - Identify who does what and how long each step takes - Note manual steps, approvals, and waiting times ### 2. Identify Waste - **Waiting**: Time spent in queues or waiting for approvals - **Rework**: Steps that fail and need to be redone - **Handoffs**: Each handoff is a potential point of failure or delay - **Over-processing**: Steps that add no value - **Manual work**: Tasks that could be automated ### 3. Design Future State - Eliminate unnecessary steps - Automate where possible - Reduce handoffs - Parallelize independent steps - Add checkpoints (not gates) ### 4. Measure Impact - Time saved per cycle - Error rate reduction - Cost savings - Employee satisfaction improvement ## Output Produce a before/after process comparison with specific improvement recommendations, estimated impact, and an implementation plan.