BeClaude

loop-goal-skills

New
1GitHub TrendingGeneralby Jcapathy

Loop + 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.

First seen 6/17/2026

Summary

md file.

  • It helps developers maintain focus, track progress, and systematically iterate on tasks within Claude Code or Cowork.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/loop-goal-skills.md https://raw.githubusercontent.com/Jcapathy/loop-goal-skills/main/SKILL.md
3
Invoke in Claude Code
/loop-goal-skills

Use Cases

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.

Usage Examples

1

/loop start 'Add user authentication' to begin a new development cycle with plan, build, test, reflect, improve steps.

2

/goal 'Deploy the API to production' to set an objective and track completion with persistent state.

3

Use /loop next to advance to the next phase of the current cycle after completing the current step.

View source on GitHub
testingagent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..