forger

Orchestrate a seven-phase execution-gated pipeline for AI-generated artifacts.

1|Updated May 19, 2026
One-click install
npx skills add https://github.com/RyanDev1st/FORGER --skill forger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forger
Source: https://github.com/RyanDev1st/FORGER/tree/main
Command: npx skills add https://github.com/RyanDev1st/FORGER --skill forger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ajv, ajv-formats, dotenv, js-yaml, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of AI hallucination in non-trivial tasks by forcing the agent to ground its work in live internet sources, survive adversarial cross-model review, and pass automated execution tests before shipping any artifact.

Core Features & Use Cases

  • Seven-Phase Pipeline: Enforces a strict, deterministic workflow from contract definition to final retention.
  • Execution-Gated: Guarantees that "Done Means Ran" by requiring successful execution and acceptance test passage.
  • Use Case: Use this when building complex systems, research reports, or architectural designs where the cost of being subtly wrong is high and you need to trust the agent's output without manual verification.

Quick Start

Run the forger pipeline on your current project by typing /forger followed by your task description.

Frequently Asked Questions about forger

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

FAQPage Schema
How do I verify AI-generated software artifacts against live data before shipping?

You verify AI artifacts against live data using an execution-gated pipeline that forces agents to ground outputs in live sources and pass automated testing before delivery. This enforces structural invariants through adversarial cross-model review.

What is an execution-gated pipeline for AI agent workflows?

An execution-gated pipeline is a deterministic multi-phase workflow ensuring AI artifacts ship only after surviving adversarial review and passing automated execution tests. It enforces strict contracts from definition to final retention.

How do I prevent AI hallucination in high-stakes system design tasks?

Prevent AI hallucination in system design by enforcing a seven-phase pipeline requiring agents to ground work in live data and pass automated execution tests. This validates outputs rigorously without manual verification.

Does the forger framework require a specific workspace configuration to run?

Yes, the framework requires a configured workspace and integration with subagents to enforce structural invariants and audit gates. It orchestrates a strict seven-phase pipeline ensuring grounded, verified AI outputs.

When should I use an execution-gated pipeline for research synthesis?

Use an execution-gated pipeline for research synthesis when the cost of subtle errors is high and you need to trust agent output without manual verification. It ensures artifacts survive cross-model review and automated testing.

Can I integrate automated testing within an AI agent pipeline?

Yes, you can integrate automated testing within an AI agent pipeline to enforce execution gates. This guarantees generated artifacts pass acceptance tests and are grounded in live data before the workflow reaches final retention.