AutoLoop-inspired task management for Claude Opus CLI collaboration.
"Most tasks don't need a human to remember — they need a loop"
- Create GitHub issue for each task
- Attach
verifycode block for validation - Set verification timing
- System auto-verifies and updates status
- Failed tasks auto-retry with memory
- After 3 failures, escalate to human
## Task Description
[What needs to be done]
## Implementation
[What was done]
## Verify
```bash
# Verification commands[When to verify: immediate / 2 hours / 1 day / 1 week]
[Auto-populated on failures]
## Labels
- `type:architecture` - Architecture design tasks
- `type:implementation` - Code implementation
- `type:observation` - Long-term observation
- `type:bug` - Bug fixes
- `pending-verify` - Awaiting verification
- `verified` - Verification passed
- `needs-retry` - Verification failed, needs retry
- `needs-decision` - Max retries exceeded, human decision needed
## Status Flow
new issue → pending-verify → verified (close) ↓ (failed) needs-retry (retry_count++) ↓ (retry_count >= 3) needs-decision (notify human)