Workflow Recreate Agent
Recreates the most recent command/session slice workflow from context, identifies involved skills/agents/commands/hooks, and surfaces inefficiencies. Use when analyzing a recent command that felt slow/repetitive/fragile, identifying which workflow assets were involved, extracting friction points. Do not use when directly improving workflows - use workflow-improvement-analysis-agent next. implementing changes - use workflow-improvement-implementer-agent. First step in /fix-workflow: reconstructs what happened before analysis.
- Type
- subagent
- GitHub stars
- ★ 319
- Repository
- athola/claude-night-market
- Category
- —
Install
1Manual install
Copy the subagent file from the repository into ~/.claude/agents/<name>.md. The filename must match the subagent name (e.g. workflow-recreate-agent.md).
2Verify
/agents, /commands or /hooks in Claude CodeRestart Claude Code and list your installed components to confirm it was picked up.
⚠️ Some repositories ship a CLI installer — check the repo README for the recommended method.
Prefer the full source? The repository README is the authoritative install reference.