forge

Plans and verifies complex tasks using Plan Forge and Verification Chain with persistent memory across sessions.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/malakhov-dmitrii/local-marketplace --skill forge-malakhov-dmitrii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge
Source: https://github.com/malakhov-dmitrii/local-marketplace/tree/main/plugins/beast/skills/forge
Command: npx skills add https://github.com/malakhov-dmitrii/local-marketplace --skill forge-malakhov-dmitrii

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Forge provides a structured two-machine workflow for complex planning tasks: a Plan Forge to refine plans and a Verification Chain to prove that a plan can be executed correctly, with persistent memory across sessions.

Core Features & Use Cases

  • Two-machine workflow: Plan Forge and Verification Chain with independent gates for scrutiny.
  • Persistent memory: Ralph stores state across sessions for continuity.
  • Scalability guidance: recommended usage patterns for small, standard, and complex tasks.
  • HUD Integration: status updates in status line and notepad.
  • Security & governance: traceable gates and documented decisions.

Quick Start

Create a new forge with /forge "your task" to start the end-to-end planning and verification pipeline.

Frequently Asked Questions about forge

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

FAQPage Schema
How do I plan and verify complex software tasks that touch multiple files?

Complex task planning and verification uses a two-machine system: a Plan Forge refines plans and a Verification Chain proves correctness with persistent memory across sessions. It enforces gated, traceable decision making for reliable end-to-end workflows.

When do I need a structured workflow with independent review gates for architectural decisions?

Structured workflow with independent review gates is needed when tasks touch 3+ files, have unclear scope, require architectural decisions, or need independent review. This ensures traceable decision making and reliable execution for complex software engineering tasks.

What's the best way to maintain task continuity and state across multiple coding sessions?

Maintaining task continuity across sessions requires persistent memory that stores state across sessions. This provides structured execution continuity, ensuring reliable end-to-end workflows even when complex planning tasks span multiple coding intervals.

Can I use a two-machine planning and verification system for small tasks?

A two-machine planning and verification system provides scalability guidance for small, standard, and complex tasks. While designed for complex tasks touching 3+ files, it offers recommended usage patterns to suit various task scales.

How do I start an end-to-end planning and verification pipeline for a new task?

Starting an end-to-end planning and verification pipeline requires creating a new forge with the /forge command followed by your task description. This initiates the structured two-machine workflow with Plan Forge and Verification Chain.

Does the planning workflow provide status updates during execution?

The planning workflow provides HUD integration with status updates in the status line and notepad. This allows real-time monitoring of the gated, traceable decision making process during complex task execution.