Agent skill
ralph-pause
Pause RALPH execution after current subtask
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/ralph-pause-doravidan-supreme-ralph
SKILL.md
RALPH-PAUSE - Pause Execution
Pause RALPH execution gracefully after the current subtask completes.
Commands
| Command | Description |
|---|---|
/ralph-pause |
Pause after current subtask |
/ralph-pause "reason" |
Pause with reason |
Process
- Set state to PAUSED in
.ralph/intervention.json - RALPH checks for pause signal after each subtask
- Current work completes, then pauses
- No work is lost
Output
╔════════════════════════════════════════════════════════════════╗
║ RALPH Paused ║
╚════════════════════════════════════════════════════════════════╝
Status: ⏸️ PAUSED
RALPH will pause after current subtask completes.
Reason: User requested pause
Current subtask: ST-001-3 (in progress)
Completed subtasks: 2
Checkpoints saved: 2
To resume: /ralph-resume
To rollback: /ralph-rollback
To cancel: /ralph-cancel
Use Cases
- Need to review changes before continuing
- Want to make manual adjustments
- Taking a break from development
- Need to discuss approach with team
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?