Zagrosi Forge turns broad software work into a file-backed engineering workflow:
split the project, write a reviewed TDD plan, implement bounded sections, and
verify the artifacts before shipping. It is built for Codex sessions that need
durable state, clear scope, and a stronger process than "prompt, patch, hope."
## What You Get
| Workflow | Use It For | Durable Output |
|----------|------------|----------------|
| `$zagrosi-forge:zagrosi-project` | Split a broad idea or requirements file into focused planning units | `project-manifest.md` and child `spec.md` files |
| `$zagrosi-forge:zagrosi-plan` | Turn one spec into a researched, reviewed TDD implementation plan | `codex-plan.md`, `codex-plan-tdd.md`, governance files, and `sections/` |
| `$zagrosi-forge:zagrosi-implement` | Build section files with tests, review, documentation, git hygiene, and scope checks | completed sections, review notes, implementation state, and traceability updates |