eforge
Autonomous build pipeline with planning, blind review, and validation
All Skills in This Repository (15)
Pure Emerald Level Indicatorseforge-daemon-restart
Rebuild eforge from source and restart the daemon to apply code changes.
eforge-plugin-update-docs
Detect documentation drift and enqueue an eforge build to fix it.
eforge-release
Automates eforge release workflow by generating notes, bumping versions, and publishing GitHub Releases.
eval-analysis
Analyze eval runs to detect signal quality and regressions with anti-bias gating.
eforge-profile-new
Create named eforge agent runtime profiles via interactive prompts and YAML generation.
eforge-profile
List, inspect, and switch agent runtime profiles across local, project, and user scopes.
eforge-plan
Create structured eforge planning sessions with frontmatter and context summaries.
eforge-playbook
Manage eforge playbooks for Run, List, Promote, Demote, Create, and Edit workflows.
eforge-init
...
eforge-recover
Inspect failed PRD recovery verdicts and apply retry, split, or abandon actions after user confirmation.
eforge-build
Enqueue PRD files or inline descriptions for the eforge daemon to build.
eforge-config
Configure team-wide eforge settings in eforge/config.yaml with daemon validation.
Frequently Asked Questions
FAQPage SchemaHow to install eforge?▼
Run `npx skills add eforge-build/eforge --all -g -y` in your terminal to install all skills in this suite globally.
What does eforge do?▼
eforge takes a requirement or PRD and autonomously plans, builds, blind-reviews, and validates the code in the background. Separate agents handle each stage so code quality does not depend on one agent approving its own work.
How do I start a build with eforge?▼
Use the eforge-build skill with a PRD file path or a plain-English description of what you want. The daemon formats it into a PRD, compiles a plan, and runs the full build pipeline automatically.
Does eforge work with Claude Code and Pi?▼
Yes. You can drive eforge from Claude Code, Pi, or the CLI, and choose the execution harness and model provider independently per build tier.
What happens when an eforge build fails?▼
The eforge-recover skill analyzes the failure and recommends retrying from scratch, continuing from preserved artifacts, or archiving the PRD. Nothing is applied without your confirmation.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core