gf-review

Gate greenfield progress by requiring user verification after an implementation step.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gate the greenfield workflow on user verification after an implementation step, ensuring human oversight before advancing.

Core Features & Use Cases

  • Reads the current task from the greenfield progress store.
  • Reads the implementation digest and surfaces verification guidelines to the user.
  • Prompts for a binary review decision with a follow-up explanation path when issues arise.
  • Writes a review-confirmed flag and stop signal to advance on success, or preserves the step for rework on failure.

Quick Start

Run the /gf-review command to begin the user-verified gate for a greenfield implementation.

Frequently Asked Questions about gf-review

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

FAQPage Schema
How do I add user verification to a greenfield workflow?▼

User verification in a greenfield workflow gates progress by reading the current task and implementation digest, presenting verification guidelines, and prompting for a review decision before advancing.

How do I enforce guardrails before advancing an implementation step?▼

Enforce guardrails by requiring user verification after an implementation step, writing a review-confirmed flag and stop signal on success, or leaving the step incomplete for rework on failure.

What is the best way to control greenfield progress automatically?▼

Control greenfield progress by reading the next-task identifier from the progress store, surfacing verification guidance, and prompting a binary review decision to ensure human oversight.

How does the review process handle failed verification?▼

Failed verification preserves the current implementation step for rework by leaving it incomplete, ensuring the workflow does not advance until the user confirms a successful review.

Do I need a progress store file to gate greenfield tasks?▼

Yes, the gate requires a progress store file to read the next-task identifier and its corresponding implementation digest to present verification guidance and prompt for a decision.