Feature Forge
Description
A full feature lifecycle for coding agents: crucible, brief, wireframe, architecture, plan, TDD build loop, adversarial review, ship. Docs are the source of truth, sub-agents do the work, humans review at three gates.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Feature Forge
**A full feature lifecycle for coding agents: crucible, brief, wireframe, architecture, plan, TDD build loop, adversarial review, ship. Docs are the source of truth, sub-agents do the work, and a human reviews at three gates.**
[](LICENSE) [](#status) [](#status)
Status
**Coming soon.** Watch this repo if you want to know when the code lands.
Why
Agents are good at writing code and bad at deciding what to write. Handed a one-line feature request, an agent will start editing files inside of a minute, and you find out three hours later that it built the wrong thing, or built the right thing with no tests, or quietly rewrote a module nobody asked it to touch.
The Feature Forge puts the thinking before the typing. A feature moves through phases, and each phase produces a document that the next phase has to answer to. Different sub-agents read those documents from different angles: a PM challenges the brief, a security reviewer challenges the architecture, an engineering manager challenges the plan, and an adversary reads everyone else's findings and goes looking for what they all missed.
The human reads a compiled HTML page at three gates and comments in the browser. Everything else runs on its own.
The lifecycle
- Setup. Branch and worktree first, so no doc and no commit ever lands on the shared tree.
- Crucible. Challenge the idea before writing anything down. Is this worth building?
- Brief. What we're building and why. Problem, user, requirements, success criteria. No architecture.
- Wireframe. Interactive wireframes for anything a person looks at. Human gate.
- Architecture. The technical design, with alternatives considered. No step-by-step plan.
- Plan. Ordered, dispa
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11