builder-loop

Orchestrate planning, skill forging, and execution to produce reusable project skills.

8|1|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/zakelfassi/Forgeloop-kit --skill builder-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: builder-loop
Source: https://github.com/zakelfassi/Forgeloop-kit/tree/main/skills/composed/builder-loop
Command: npx skills add https://github.com/zakelfassi/Forgeloop-kit --skill builder-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates an end-to-end build loop to steadily improve a project by creating reusable skills and automating the planning-to-execution cycle.

Core Features & Use Cases

  • Orchestrates the loop: project-architect writes the plan, skillforge forges minimal skills under skills/<type>/<name>/, and completion-director executes tasks.
  • Generates and updates plan artifacts (IMPLEMENTATION_PLAN.md, prd.json) and forges project skills under skills///.
  • Syncs skills for the active agent and maintains a living codebase ready for checks.

Quick Start

Provide a short project brief and start the Forgeloop agent to begin the end-to-end loop.

Frequently Asked Questions about builder-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate end-to-end build loops for iterative software engineering workflows?

Automating end-to-end build loops involves orchestrating planning, skill forging, and execution to produce reusable project skills. This approach creates plan-driven workflows that steadily improve a project by automating the cycle from initial brief to automated validation.

What is skill forging in a plan-driven DevOps workflow?

Skill forging in a plan-driven workflow is the process of creating minimal, reusable skills under a structured directory like skills/<type>/<name>/. It automates the generation of specific capabilities, syncing them for the active agent to maintain a living codebase ready for checks.

How do I generate and update IMPLEMENTATION_PLAN.md and prd.json for project planning?

Generating and updating IMPLEMENTATION_PLAN.md and prd.json requires an orchestrator that writes the project plan and manages artifacts. This is achieved by feeding a short project brief into an end-to-end build loop that automatically produces and maintains these plan artifacts.

Can I use automated planning and execution cycles for repeatable build cycles?

Automated planning and execution cycles are designed specifically for repeatable build cycles in software engineering. By orchestrating a project architect to write plans and a completion director to execute tasks, the system maintains a living codebase ready for automated build validation.

Do I need to provide a full specification to start an automated skill factory?

You do not need a full specification to start an automated skill factory. Providing a short project brief is sufficient to begin the end-to-end loop, which then orchestrates the planning, skill forging, and execution phases automatically to produce reusable project skills.

Why does my automated build loop need a completion director and project architect?

An automated build loop needs a project architect and completion director to properly orchestrate the end-to-end cycle. The architect writes the plan while the director executes tasks, ensuring the skill factory produces minimal reusable skills and maintains a codebase ready for validation.