What problem does it solve?
It solves the problem of turning a human intent description into an executable, topology-aware collaboration loop package that you can author, validate, and run across multiple loosely-coupled AI agents.
Core Features & Use Cases
- Schema-rich loop authoring: scaffolds editable intention material and generates a structured execplan/contract layout for a loop rooted at intention/ and execplan/.
- Deterministic staged execplan generation: supports fast-forward and step-by-step generation (with execplan ADRs) for process, contracts, harness, skills, bindings, and final docs.
- Topology-aware execution control: prepares agents and workspaces, validates readiness, launches agents, starts the loop, and provides run lifecycle actions like pause/resume/recover/stop/status.
- Operational boundaries & routing discipline: keeps platform mechanics routed to maintained Houmao skills while this skill focuses on generated loop packaging and its pro authoring/execution workflow.
Quick Start
Use houmao-agent-loop-pro init <loop-dir> to scaffold an empty pro loop workspace and create the intention source files (and do not generate files until you provide the loop directory).