What problem does it solve?
This Skill provides a robust framework for executing AI-generated plans, ensuring safety, resumability, and collaboration across multiple AI sessions and repositories. It prevents common AI coding failures like lost progress, unsafe code execution, and uncoordinated changes.
Core Features & Use Cases
- Safe Execution: Isolates tasks in worktrees, verifies code independently, and merges only passing changes to main.
- Resumable Runs: Automatically picks up where a previous run left off after a crash.
- Collaborative Execution: Allows multiple AI sessions to work on the same plan concurrently.
- Cross-Repo Coordination: Manages plans that span multiple Git repositories.
- Use Case: You ask an AI to implement a new feature. Forge takes the AI's generated plan, executes each step in isolated environments, verifies the code, and merges it safely, retrying failed tasks and allowing you to resume if the process is interrupted.
Quick Start
Use the forge skill to execute the plan located at docs/plans/my-feature.md.