new-loop
Spin up a new loop (domain) in a file-based knowledge base — bootstrap the substrate if it's missing, gather the loop's charter, scaffold domains/<loop>/README.md, then do ONE real test run and record it in the loop's Timeline and LOG.md. Use when the user says "set up a new loop", "create a domain", "start a new beat/workstream", or names a recurring job they want the agent to own.
Install
Show step-by-stepHide step-by-step
Open your terminal
- Mac: Press ⌘ Space, type "Terminal", press Enter
- Windows: Press Win R, type "cmd", press Enter
Paste the command above and press Enter
Use the Copy command button, then paste in your terminal (Mac: ⌘V, Windows: Ctrl V).
Restart Claude Code
Close and reopen Claude Code, or start a new session, so it picks up the new skill.
Where it lives
Comments
"our skills repo just hit 1,131 stars. it's the setup our team runs in production, packaged. two commands do most of the work: /setup-codebase-harness makes a..."
"our skills repo just hit 1,131 stars. it's the setup our team runs in production, packaged. two commands do most of the work: /setup-codebase-harness makes a..."
Related skills
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements