loop-goal-skills
NewLoop + Goal Agent Skills by Saido Labs: a Plan-Build-Test-Reflect-Improve project cadence (/loop) and an objective-mode driver (/goal) with persistent .md state. Works in Claude Code and Cowork.
Summary
md file.
- It helps developers maintain focus, track progress, and systematically iterate on tasks within Claude Code or Cowork.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/loop-goal-skills.md https://raw.githubusercontent.com/Jcapathy/loop-goal-skills/main/SKILL.md/loop-goal-skillsUse Cases
Usage Examples
/loop start 'Add user authentication' to begin a new development cycle with plan, build, test, reflect, improve steps.
/goal 'Deploy the API to production' to set an objective and track completion with persistent state.
Use /loop next to advance to the next phase of the current cycle after completing the current step.
Security Audits
Frequently Asked Questions
What is loop-goal-skills?
This skill provides a structured Plan-Build-Test-Reflect-Improve project cadence via the /loop command and an objective-mode driver via the /goal command, both persisting state in a .md file. It helps developers maintain focus, track progress, and systematically iterate on tasks within Claude Code or Cowork.
How to install loop-goal-skills?
To install loop-goal-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/loop-goal-skills.md https://raw.githubusercontent.com/Jcapathy/loop-goal-skills/main/SKILL.md. Finally, /loop-goal-skills in Claude Code.
What is loop-goal-skills best for?
loop-goal-skills is a skill categorized under General. It is designed for: testing, agent. Created by Jcapathy.
What can I use loop-goal-skills for?
loop-goal-skills is useful for: Iteratively develop a feature by planning, building, testing, reflecting, and improving in a loop.; Set a clear objective and track progress toward it using the /goal command with persistent state.; Break down a complex project into manageable cycles with documented state between sessions.; Ensure consistent testing and quality checks by integrating the loop cadence into daily workflow.; Collaborate with Claude Code on long-running tasks without losing context or direction.; Adopt a disciplined development process for personal projects or team-based agent workflows..