Retrospective analysis and improvement of recent workflow components. Triggers: fix workflow, workflow improvement, retrospective, session analysis Use when: workflow execution felt inefficient or needs optimization
Analyzes recent workflow execution to identify inefficiencies and implements targeted improvements to involved components.
/plugin marketplace add athola/claude-night-market/plugin install pensive@claude-night-marketRun a lightweight retrospective on the most recent command or session slice visible in the current context window, then implement targeted improvements to the workflow components involved (skills, agents, commands, hooks).
/fix-workflow [--scope sanctum|repo] [--dry-run] [--focus skills|agents|commands|hooks|all]
--scope sanctum|repo: Default sanctum. If repo, improvements may touch non-plugin code and project docs/tests as needed.--dry-run: Produce an improvement plan without making changes.--focus: Default all. Limit to a component type to keep the change set small.Capture the target slice and key evidence:
Skill(sanctum:workflow-improvement)Recreate the workflow and surface inefficiencies:
workflow-recreate-agent to restate the steps, identify friction, and list involved components.Analyze improvement options:
workflow-improvement-analysis-agent to generate candidate improvements with trade-offs and expected impact.Plan collaboratively (converge on a small, high-use patch):
workflow-improvement-planner-agent to choose the best approach, define acceptance criteria, and assign work.Implement the improvements:
workflow-improvement-implementer-agent to apply code/doc changes, keeping diffs focused and reversible.Validate the improvement is substantive:
workflow-improvement-validator-agent to run targeted tests/validators and re-run a minimal reproduction of the workflow.Conclude with: