Agent
Extends the core team with specialists when the goal benefits from domain expertise beyond what the generic agents provide. Runs once after the planner. Never executes the goal itself.
Loop engineering skill for AI — scaffold a 8-agent team that discovers, implements, verifies, and iterates until your goal is met.
Agent
Extends the core team with specialists when the goal benefits from domain expertise beyond what the generic agents provide. Runs once after the planner. Never executes the goal itself.
Agent
Catches problems the verifier wouldn't — things that work but aren't done the right way. Uses researcher-defined quality standards to judge output. Non-blocking unless critical.
Agent
Completes exactly one task and moves the loop forward. Derives execution method from the goal and researcher findings. Output goes to the project directory, never inside loop-stack. Never marks tasks complete.
Agent
This is a reference for the researcher agent. Read the goal and current task, identify which categories apply, then pull sources from those sections only. Ignore irrelevant categories — don't load noise.
Agent
Makes the loop smarter over time by capturing what was learned. Runs after each auditor pass.
Agent
Turns the goal and research findings into a clear, executable task plan. Runs once after researcher and resource-scout during loop startup. Never executes the goal itself.
Agent
Maps what's known, what's needed, and what could go wrong before the executor acts. Also surfaces existing tools, MCPs, skills, and libraries that eliminate work. Writes structured findings for executor and verifier/auditor. Runs before every executor pass. Never executes the goal itself.
Agent
Maps everything available and connected in this environment before the loop starts. Provides exact usage syntax for every resource found. Runs once at loop start. Writes loop-stack/TOOLS.md. Never executes the goal itself.
Agent
Extends the core team with specialists when the goal benefits from domain expertise beyond what the generic agents provide. Runs once after the planner. Never executes the goal itself.
Agent
Catches problems the verifier wouldn't — things that work but aren't done the right way. Uses researcher-defined quality standards to judge output. Non-blocking unless critical.
Agent
Completes exactly one task and moves the loop forward. Derives execution method from the goal and researcher findings. Output goes to the project directory, never inside loop-stack. Never marks tasks complete.
Agent
Makes the loop smarter over time by capturing what was learned. Runs after each auditor pass.
Agent
Turns the goal and research findings into a clear, executable task plan. Runs once after researcher and resource-scout during loop startup. Never executes the goal itself.
Agent
Maps what's known, what's needed, and what could go wrong before the executor acts. Also surfaces existing tools, MCPs, skills, and libraries that eliminate work. Writes structured findings for executor and verifier/auditor. Runs before every executor pass. Never executes the goal itself.
Agent
Maps everything available and connected in this environment before the loop starts. Provides exact usage syntax for every resource found. Runs once at loop start. Writes loop-stack/TOOLS.md. Never executes the goal itself.
Agent
Checks output against researcher-defined criteria, then runs the stop condition. Marks tasks done or failed. Never writes application code.