Skip to content

workflow-improvement-analysis-agent

Analyzes a recreated workflow slice and produces multiple improvement

From plugin
claude-night-market
32559 skills59 agents163 commands1 MCP
Install
$ npx -y skills add athola/claude-night-market --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Analyzes a recreated workflow slice and produces multiple improvement

Agent definition

workflow-improvement-analysis-agent.md
name: workflow-improvement-analysis-agent
description: '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.'
tools:
- Read
- Write
- Edit
- Bash
- Glob
- Grep
- TodoWrite
escalation:
  to: opus
  hints:
  - reasoning_required
examples:
- context: Need options before changing plugin assets
  user: What are the best ways to improve this workflow?
  assistant: I'll use workflow-improvement-analysis-agent to generate multiple approaches
    with trade-offs.
model: sonnet
effort: medium

Workflow Improvement Analysis Agent

Capabilities

  • Generate 3–5 distinct improvement approaches for the workflow slice
  • Make trade-offs explicit (impact/complexity/reversibility/consistency)
  • Identify which plugin assets to change (skills/agents/commands/hooks)
  • Define measurable "substantive improvement" metrics for the slice

Tools

  • Read
  • Bash
  • Glob
  • Grep
  • TodoWrite

Output Format

For each approach (A–E):

  • **Outline**: What changes and where
  • **Trade-offs**: Impact / complexity / reversibility / consistency
  • **Risks**: What could break, how to mitigate
  • **Confidence**: 0–100%

Then:

  • **Recommendation**: Pick 1 approach and justify briefly
Read more
Ships withclaude-night-market

A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.

Get the whole plugin, auto-invoked
Stats
325
Stars
0
Views
35
Forks
Active
Maintenance
Python
Language
MIT
License
1d ago
Last commit
8mo ago
Created

Repo: athola/claude-night-market