From devflow
Use when the active DevFlow flow is in 'review' state. Guides self-review via diff analysis and writes the agent summary + testing instructions.
npx claudepluginhub klausfreiberufler/devflow-mcp --plugin devflowThis skill uses the workspace's default tool permissions.
The flow is `review`. The agent has submitted work; you are checking it and preparing handover notes for the user.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
The flow is review. The agent has submitted work; you are checking it and preparing handover notes for the user.
If superpowers:code-review is available, use it for the diff analysis.
Otherwise, do an inline self-review following the steps below.
git diff <base-branch>...HEAD to see everything this flow addedThe review → done transition is human-only in strict mode — you cannot do it. Your job stops at:
agentSummary populated via flow_updatetestingInstructions populated via flow_updateThen wait. The user tests in DevFlow UI and clicks approve (or rejects back to in_progress with feedback).
If the flow is rejected back to in_progress, call devflow_init again — the MCP response will include previousFeedback. Address it before retrying review.