review-implementation

Read progress and digest files to gate workflow advancement on user confirmation.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ricky-yosh/agent-workflows --skill review-implementation-ricky-yosh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-implementation
Source: https://github.com/ricky-yosh/agent-workflows/tree/main/skills/generic/review-implementation
Command: npx skills add https://github.com/ricky-yosh/agent-workflows --skill review-implementation-ricky-yosh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gate the workflow on user verification after an implementation step. Reads the active progress directory to determine the target task, then presents verification steps to the user and gates on confirmation before advancing.

Core Features & Use Cases

  • Gate the workflow on explicit user confirmation prior to progressing an implementation task.
  • Read progress and digest files to present relevant verification information, ensuring traceability across workflow families.
  • Works with the generic workflow runner to stop progression until review confirms.

Quick Start

Run the Review Implementation step in a workflow to require user confirmation before advancing.

Frequently Asked Questions about review-implementation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a user confirmation gate to an automated workflow?

To add a user confirmation gate, this Skill reads active progress and digest files to present relevant verification steps, pausing the automated workflow until explicit user confirmation is granted before advancing.

What is workflow verification and how does it stop bad code from progressing?

Workflow verification is a quality gate requiring explicit user review of an implementation step. Upon rejection, it leaves the step incomplete and stops the workflow from advancing to prevent errors.

Can I use user-confirmation gates across different workflow families?

Yes, you can apply user-confirmation gates across all workflow families. The Skill operates by reading the active progress directory dynamically rather than relying on hardcoded family-specific logic.

How do I require manual review before a workflow step advances?

You require manual review by running the Review Implementation step within your generic workflow runner, which prompts for user verification and writes a stop signal to halt progression until confirmed.

What happens to the workflow state when a user rejects an implementation step?

When a user rejects an implementation step, the workflow state is left incomplete. The Skill ensures end-to-end guardrails by halting progression and leaving the target task marked as unfinished.