End-to-end closed-loop build flow (brief -> plan -> forge skills -> execute -> validate). Use when you want a repeatable build loop that improves itself by forging reusable skills over time.
SKILL.md
Builder Loop
Composition
project-architect -> write/update the plan (tasks + acceptance + runbook).
skillforge -> create the minimal project skills needed to execute repeatedly (under skills/<type>/<name>/).
Sync skills for the active agent (./forgeloop/bin/sync-skills.sh).
completion-director -> execute one unit of work, validate, repeat.
Output
Updated plan artifacts (IMPLEMENTATION_PLAN.md / prd.json)
Forged project skills under skills/*/*/ (kit ships its own base skills under forgeloop/skills/)