Forge Execute banner
krzemienski krzemienski

Forge Execute

Development community

Description

--- name: forge-execute description: "Run validation journeys against the real system with autonomous fix loop" allowed-tools: "Read, Write, Edit, Bash, Glob, Grep, Agent" --- # /forge-execute Execute validation plan against the real system. ## Pipeline ``` PREFLIGHT → EXECUTE → ANALYZE → FIX → RE-EXECUTE (max 3 attempts) ``` ## Modes | Mode | Flag | Behavior | |------|------|----------| | Full | (default) | All journeys, full evidence, fix loop | | Quick | `--quick` | Critical journeys on

Installation

Installs to ~/.claude/skills/krzemienski-validationforge-forge-execute/SKILL.md

Terminal
mkdir -p ~/.claude/skills/krzemienski-validationforge-forge-execute && curl -fsSL https://raw.githubusercontent.com/krzemienski/validationforge/HEAD/commands/forge-execute.md -o ~/.claude/skills/krzemienski-validationforge-forge-execute/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository