eforge-buildeforge-buildOfficial·15 Agent Skills Included

eforge

Autonomous build pipeline with planning, blind review, and validation

Turns requirements, PRDs, and session plans into reviewed, validated code through a multi-stage build pipeline. Separates planning, building, blind review, and evaluation into distinct stages so no single agent approves its own work. Runs builds in the background via a daemon with dependency-aware parallel worktrees, queue controls, and failure recovery. Tracks progress, cost, and token usage live in a web monitoring dashboard.
npx skills add eforge-build/eforge --all -g -y
Available:

Gives the AI agent the project's architectural boundaries, coding conventions, and command references so it edits and extends the eforge codebase correctly, including rules for routing backlog work through eforge-plan extension actions.

All Skills in This Repository (15)

Pure Emerald Level Indicators
📦 In Repo
eforge-buildeforge-build

eforge-daemon-restart

Rebuild eforge from source and restart the daemon to apply code changes.

Official
Intermediate
📦 In Repo
eforge-buildeforge-build

eforge-plugin-update-docs

Detect documentation drift and enqueue an eforge build to fix it.

Official
Advanced
📦 In Repo
eforge-buildeforge-build

eforge-release

Automates eforge release workflow by generating notes, bumping versions, and publishing GitHub Releases.

Official
Advanced
📦 In Repo
eforge-buildeforge-build

eval-analysis

Analyze eval runs to detect signal quality and regressions with anti-bias gating.

Official
Advanced
📦 In Repo
eforge-buildeforge-build

eforge-profile-new

Create named eforge agent runtime profiles via interactive prompts and YAML generation.

Official
Advanced
📦 In Repo
eforge-buildeforge-build

eforge-profile

List, inspect, and switch agent runtime profiles across local, project, and user scopes.

Official
Intermediate
📦 In Repo
eforge-buildeforge-build

eforge-plan

Create structured eforge planning sessions with frontmatter and context summaries.

Official
Intermediate
📦 In Repo
eforge-buildeforge-build

eforge-playbook

Manage eforge playbooks for Run, List, Promote, Demote, Create, and Edit workflows.

Official
Advanced
📦 In Repo
eforge-buildeforge-build

eforge-init

...

Official
Advanced
📦 In Repo
eforge-buildeforge-build

eforge-recover

Inspect failed PRD recovery verdicts and apply retry, split, or abandon actions after user confirmation.

Official
Advanced
📦 In Repo
eforge-buildeforge-build

eforge-build

Enqueue PRD files or inline descriptions for the eforge daemon to build.

Official
Advanced
📦 In Repo
eforge-buildeforge-build

eforge-config

Configure team-wide eforge settings in eforge/config.yaml with daemon validation.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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