process-optimization
$
npx mdskill add anthropics/knowledge-work-plugins/process-optimizationAnalyzes business processes to identify inefficiencies and recommend improvements when triggered by user descriptions of slow workflows.
- Helps users fix inefficient workflows by mapping steps and identifying waste like waiting or manual tasks.
- Does not integrate with specific tools or APIs; relies on user-provided process descriptions.
- Uses a framework to map current state, identify waste, design future state, and measure impact.
- Presents a before/after comparison with recommendations, estimated impact, and an implementation plan.
SKILL.md
.github/skills/process-optimizationView on GitHub ↗
--- 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.
More from anthropics/knowledge-work-plugins
- accessibility-reviewRun a WCAG 2.1 AA accessibility audit on a design or page. Trigger with "audit accessibility", "check a11y", "is this accessible?", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.
- account-research"Research a company using Common Room data. Triggers on 'research [company]', 'tell me about [domain]', 'pull up signals for [account]', 'what's going on with [company]', or any account-level question."
- analyzeAnswer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.
- architectureCreate or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.
- audit-supportSupport SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.
- brand-reviewReview content against your brand voice, style guide, and messaging pillars, flagging deviations by severity with specific before/after fixes. Use when checking a draft before it ships, when auditing copy for voice consistency and terminology, or when screening for unsubstantiated claims, missing disclaimers, and other legal flags.
- brand-voice-enforcement>
- briefGenerate contextual briefings for legal work — daily summary, topic research, or incident response. Use when starting your day and need a scan of legal-relevant items across email, calendar, and contracts, when researching a specific legal question across internal sources, or when a developing situation (data breach, litigation threat, regulatory inquiry) needs rapid context.
- build-dashboardBuild an interactive HTML dashboard with charts, filters, and tables. Use when creating an executive overview with KPI cards, turning query results into a shareable self-contained report, building a team monitoring snapshot, or needing multiple charts with filters in one browser-openable file.
- build-zoom-botBuild a Zoom meeting bot, recorder, or real-time media workflow. Use when joining meetings programmatically, processing live media or transcripts, or combining Meeting SDK, RTMS, and backend services.