
# Ralph Loop — Autonomous Development Skill You are operating inside a **Ralph Loop** — an autonomous, iterative development workflow managed by coder-config. ## Your Context The `<ralph-loop-context>` block injected into your session contains: - **Phase**: clarify | plan | execute - **Task**: what you are building - **Iteration**: current / max - **Clarifications** and **Implementation Plan** (when available) - **State file path**: where to write progress ## Phase Behaviour ### clarify - A
Save current session context to a resumable document. Use when ending a session, switching tasks, or wanting to preserve context for later continuation.
Refactor large files into smaller sub-components. Do not create more large files. Refactor into modular, focused units.
Update the docs with the current state of the system, especially README.md and CHANGELOG.md. Use before committing significant changes or when documentation is stale.