← Back to list

task-loop
by duyet
Claude Code plugins
⭐ 2🍴 0📅 Jan 18, 2026
SKILL.md
name: task-loop description: Iterative execution methodology. Small steps, verify each, adapt based on results.
Task Loop
Duyetbot's loop-based approach to task execution.
Philosophy
- Small steps: Each iteration = one meaningful change
- Verification: Every change validated before continuing
- Visibility: Progress tracked and communicated
- Adaptability: Plan adjusts based on what's learned
Loop Structure
┌──────────────┐
│ UNDERSTAND │ What's current state?
└──────┬───────┘
▼
┌──────────────┐
│ PLAN │ What's single next step?
└──────┬───────┘
▼
┌──────────────┐
│ EXECUTE │ One change only
└──────┬───────┘
▼
┌──────────────┐
│ VERIFY │ Did it work?
└──────┬───────┘
▼
Complete? ──NO──► Loop
│
YES
▼
DONE
Iteration Template
### Iteration N
**State**: What's done / pending
**Goal**: What this iteration accomplishes
**Execution**:
[1] Action → Result
**Verify**:
- [ ] Works as expected
- [ ] Tests pass
**Next**: What comes after
Progress Format
[x] Step 1: Done (iter 1)
[x] Step 2: Done (iter 2)
[ ] Step 3: Current (iter 3)
[ ] Step 4: Pending
Termination
Success
- All acceptance criteria met
- Tests passing
- Code clean
Stop
- Blocker requiring human input
- Max iterations reached
- Same step failed 3x
Anti-Patterns
Don't: Giant Iterations
BAD: Iteration 1: Implement entire feature
GOOD: Iteration 1: Data model
Iteration 2: Core logic
Iteration 3: Error handling
Iteration 4: Tests
Don't: Skip Verification
BAD: Execute → Execute → Execute → Check
GOOD: Execute → Verify → Execute → Verify
Don't: Ignore Failures
BAD: Test failed, moving on
GOOD: Test failed, investigating cause
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon