Workflow Improvement Analysis Agent
Analyzes a recreated workflow slice and produces multiple improvement approaches with explicit trade-offs and confidence scores. Use when generating improvement options after workflow recreation, comparing trade-offs between approaches, scoring improvement confidence. Do not use when recreating workflow first - use workflow-recreate-agent. already have chosen approach - use workflow-improvement-planner-agent. Second step in /fix-workflow: generates 3-5 improvement approaches with trade-offs.
By athola
How to install
Skill (folder)A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.
Claude Code (project or global):
# per-project mkdir -p .claude/skills/workflow-improvement-analysis-agent # ...or for all projects mkdir -p ~/.claude/skills/workflow-improvement-analysis-agent # copy SKILL.md and any supporting files into that folder
Claude.ai / Claude Desktop:
Customize β Skills β β+β β Browse skills β Install. (Installed skills are view-only; download a copy to customise.)
Claude auto-detects skills in that folder β no restart needed.
Exact steps can vary per project β always double-check the original source. New to this? Read the full install guide β
Source
More in Agents & Workflow
View all βDispatching Parallel Agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Subagent Driven Development
Use when executing implementation plans with independent tasks in the current session
Conversation Analyzer
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Typical triggers include the /hookify command being invoked without arguments, or the user explicitly asking to look back at the current conversation and surface mistakes that should be prevented in the future. See "When to invoke" in the agent body for worked scenarios.
Linear Server
Manage Linear issues, projects, and workflows for seamless project management integration