# {{PATTERN_NAME}} Loop

**Goal**: {{ONE_SENTENCE_GOAL}}

## Scheduling

**Recommended**:
- Grok: `{{GROK_COMMAND}}`
- Claude Code: `{{CLAUDE_COMMAND}}`
- Codex: {{CODEX_DESCRIPTION}}
- GitHub Actions: see `examples/github-actions/{{FILE}}.yml`

## Required Skills

- `{{SKILL_1}}` — {{DESCRIPTION}}
- `{{SKILL_2}}` — {{DESCRIPTION}}

## State

Filename: `{{STATE_FILE}}`

```markdown
<!-- Minimal example schema -->
```

## How the Loop Runs (Typical Cycle)

1. {{STEP_1}}
2. {{STEP_2}}
3. {{STEP_3}}

## Verification Strategy

- {{VERIFIER_RULES}}

## Human Handoff Points

- {{GATE_1}}
- {{GATE_2}}

## Tool-Specific Notes

**Grok Build TUI**: {{NOTES}}

**Claude Code**: {{NOTES}}

**Codex**: {{NOTES}}

## Failure Modes & Mitigations

| Failure | Mitigation |
|---------|------------|
| {{FAILURE}} | {{MITIGATION}} |

## Success Metrics

- {{METRIC_1}}
- {{METRIC_2}}