Understand → Explore → Clarify → Architect → Implement → Review → Document. A disciplined pipeline that forces the right questions before the first line of code.
mula-forge-code is a 7-phase feature development pipeline managed by mula-forge-code.mjs. It prevents premature coding by running codebase exploration agents and asking all clarifying questions before any implementation begins. Architecture goes through a competition phase where 2–3 options are designed and the best is selected before building. A review phase with 3 dedicated agents validates quality before the feature is documented. Fork of Anthropic's feature-dev plugin (MIT).
- Discovery — understand what the task requires
- Explore — 2–3 explorer agents scan the codebase → key files identified
- Clarify — ask ALL unclear questions BEFORE coding (gate: user approves)
- Architect — 2–3 architect agents design options → user selects
- Implement — code via StepForge (4–6K tokens/step, isolated)
- Review — 3 reviewer agents check quality
- Summary — document results
✅ New multi-file feature | ✅ Complex requirement needing codebase exploration | ✅ Important task needing quality review ❌ Small bug fixes | ❌ One-liner changes
forge code, feature dev, mula-forge-code, build feature, implement feature, phát triển tính năng
- mula-audit — parallel code quality audit
- mula-ralph — autonomous iterative loop
Part of the NachaFromMars OpenClaw skill ecosystem.