Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    marcusgoll

    cancel-ralph

    marcusgoll/cancel-ralph
    AI & ML
    2 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Skill from deep-loop plugin

    SKILL.md

    Cancel Ralph Mode

    Stop ralph mode immediately by marking all PRD tasks as complete or deleting the PRD.

    When to Use

    • User wants to stop autonomous processing
    • Tasks are stuck or going in wrong direction
    • Need to start fresh with different approach

    Actions

    1. Check for PRD file at .deep/prd.json

    2. Option A: Mark all complete (preserves history)

      // For each task, set:
      {
        "passes": true,
        "completedAt": "[timestamp]",
        "skippedReason": "Cancelled by user"
      }
      
    3. Option B: Delete PRD (clean slate)

      rm .deep/prd.json
      
    4. Clean up state files

      • Update .deep/state.json to { "complete": true, "phase": "CANCELLED" }
    5. Confirm cancellation

      Ralph mode cancelled. [N] tasks were pending.
      PRD file: [preserved/deleted]
      

    Example

    User: /cancel-ralph

    Response:

    Cancelling ralph mode...
    
    Found 5 tasks in PRD:
    - 2 completed
    - 3 pending (now marked as skipped)
    
    PRD preserved at .deep/prd.json with skip reasons.
    State reset. You can now exit cleanly.
    
    Recommended Servers
    Jina AI
    Jina AI
    Browserbase
    Browserbase
    Bright Data
    Bright Data
    Repository
    marcusgoll/deep-loop-plugin
    Files