forge:implement

Automate the FORGE implement pipeline from approved plans to tested implementations.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Chulf58/FORGE --skill forge-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge:implement
Source: https://github.com/Chulf58/FORGE/tree/main/skills/implement
Command: npx skills add https://github.com/Chulf58/FORGE --skill forge-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the FORGE implement feature pipeline to execute approved plans.

Core Features & Use Cases

  • End-to-end orchestration of the implement flow, including run creation, worktree setup, plan validation, coder work, reviewer dispatch, and gate updates.
  • Blockers handling, scope checks, and revision loops to ensure safe, approved changes.
  • Gate2 preparation and user prompt to finalize approval or discard.

Quick Start

Supply the feature name to initiate the FORGE implement pipeline.

Frequently Asked Questions about forge:implement

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

FAQPage Schema
How do I automate feature implementation after a plan is approved?

Automating feature implementation after plan approval requires a pipeline that transforms the plan into tested code. This skill orchestrates that flow by creating a dedicated worktree, running coder steps, dispatching reviewers, and handling revision loops.

What is the FORGE implement pipeline and how does it work?

The FORGE implement pipeline is an automated workflow that executes approved plans end-to-end. It creates isolated worktrees, validates plans, synthesizes code via coder and reviewer steps, manages revision loops, and prepares a gate2 decision for user confirmation.

How do I handle blockers and scope checks during an automated implementation workflow?

Handling blockers during an automated implementation workflow involves running scope checks and revision loops within the pipeline. The process detects blockers, validates changes against the approved plan, and iterates through coder and reviewer synthesis until safe.

Can I use this implementation pipeline without Gate #1 approval?

Using this implementation pipeline requires Gate #1 approval as a prerequisite. The automation applies specifically when an approved plan exists and needs transforming into a concrete, tested implementation within a dedicated worktree.

What's the best way to finalize an automated code implementation and review cycle?

Finalizing an automated code implementation and review cycle requires a user-confirmed gate2 decision. After the pipeline completes coder synthesis, reviewer dispatch, and revision loops, it prompts the user to either approve and finalize changes or discard them.

Why does my automated feature implementation need a dedicated worktree?

Automated feature implementation needs a dedicated worktree to isolate run creation, coder work, and reviewer steps from the main branch. This ensures safe, approved changes by containing the synthesis and revision loops within a separate workspace.