Agent skill · Workflow & Productivity

autonomous-loop

자율 실행 루프. Plan→Execute→Verify를 반복하여 복잡한 작업을 자율적으로 완성합니다. Ralph(완료 보장) 모드와 Autopilot(병렬 최대 성능) 모드를 지원합니다. Use when the user wants autonomous task completion without manual intervention.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill autonomous-loop-jimmy-jung-claude-symbiote --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/agent/autonomous-loop-jimmy-jung-claude-symbiote/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Autonomous Loop Plan→Execute→Verify를 반복하여 복잡한 작업을 자율적으로 완성합니다. 사용자 개입 없이 계획 수립부터 구현, 검증, 수정까지 수행합니다. ## Task-Folder 구조 모든 상태 파일은 작업별 폴더에 격리됩니다: ``` .claude/project/state/{ISO8601-basic}_{task-name}/ ├── ralph-state.md # 루프 제어 메타데이터 ├── notepad.md # 작업 메모 (note 스킬) └── prd.json # PRD (선택) ``` 폴더 네이밍 예시: `2026-02-13T1430_login-feature` ## 모드 | 모드 | 설명 | 최대 반복 | 병렬 실행 | |------|------|-----------|----------| | Ralph | 완료 보장. 상태 파일 추적, PRD 연동, 완료까지 반복 | 10 (설정 가능) | 선택적 | | Autopilot | 최대 성능. 병렬 에이전트, 빠른 반복 | 3 | 적극적 | Ralph: 사용자가 "끝까지", "완료할 때까지" 등을 요청할 때 Autopilot: 사용자가 "최대 성능", "병렬로" 등을 요청할 때 ## 참조 스킬 Read tool로 다음 스킬을 읽어 적용하세요: - `.claude/skills/verify-loop/SKILL.md` — 자기 수정 루프, 4-Level 완료 기준 - `.claude/skills/planning/SKILL.md` — 개발 계획 수립 - `.claude/skills/code-accuracy/SKILL.md` — 코드 정확성 검증 - `.claude/skills/notify-user/SKILL.md` — 에스컬레이션 시 Slack-First 모드로 사용자 응답 수신 - `project CLAUDE.md or .claude/rules/` — 프로젝트별 패턴 및 컨벤션 ## 진입 조건 다음 조건 중 하나 이상에 해당할 때 사용합니다: - 사용자가 자율 완료를 요청할 때 - 3개 이상의 파일 수정이 필요한 Feature 구현 - 신규 Feature 전체 생성 - 대규모 리팩토링 (5개 이상 파일 영향) - PRD가 있고 acceptance criteria가 명확할 때 ## 상태 파일 (Ralph 모드) 경로: `.claude/project/state/{task-folder}/ralph-state.md` ```markdown #

What's inside
Steps it walks through
  1. Task-Folder 구조
  2. 모드
  3. 참조 스킬
  4. 진입 조건
  5. 상태 파일 (Ralph 모드)
  6. 6-Step 워크플로우
  7. Step 1: 초기화
  8. Step 2: ANALYZE
  9. Step 3: PLAN
  10. Step 4: EXECUTE
  11. Step 5: VERIFY
  12. Step 6: LOOP
  13. 완료 기준 (4-Level)
  14. PRD 연동
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the autonomous-loop skill do?

자율 실행 루프. Plan→Execute→Verify를 반복하여 복잡한 작업을 자율적으로 완성합니다. Ralph(완료 보장) 모드와 Autopilot(병렬 최대 성능) 모드를 지원합니다. Use when the user wants autonomous task completion without manual intervention.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill autonomous-loop-jimmy-jung-claude-symbiote --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going