Plugin Claude Code
Plugin marketplace listing 1 plugin: boil-the-ocean.
Plugin Claude Code
Plugin marketplace listing 1 plugin: boil-the-ocean.
Plugin Claude Code
Hand your agent an entire spec and walk away: autonomous multi-sprint execution with a decision journal, checkpointed file-based state, and a scheduler that relaunches fresh sessions whenever context or usage limits hit. Works with Claude Code, Codex, Gemini CLI, and any headless agent.
Instructions file
Instructions for rajkaria/boil-the-ocean, covering boil-the-ocean — project notes for claude code, current state (2026-07-13), key decisions and next steps.
Command
Show the current boil-ocean run — sprint progress, daemon state, recent decisions.
Command
Gracefully stop the boil-ocean run and its scheduler.
Command
Start (or resume) a boil-the-ocean run — autonomous multi-sprint execution to completion.
Agent
Claude Code is the richest integration: native skill triggering, slash commands, and two lifecycle hooks that enforce the protocol mechanically.
Agent
Codex workers run through codex exec (Codex's non-interactive mode). The protocol file does the behavioral work — no Codex-side plugin system needed.
Agent
If your agent CLI can (a) be launched headlessly with a prompt, (b) read files, and (c) run shell commands, it can boil the ocean. The daemon treats agents as interchangeable workers; the protocol lives in a markdown file every worker is told to read.
Agent
Gemini workers run through gemini -p (headless prompt mode). The protocol file does the behavioral work — no Gemini-side extension needed.
Hook
Runs when a session starts, executing ocean-announce.sh via bash. From rajkaria/boil-the-ocean.
Hook
Runs when the agent finishes a response, executing ocean-stop-guard.sh via bash. From rajkaria/boil-the-ocean.
Skill Claude CodeCodex
Use when the user hands over a big multi-sprint task to finish end-to-end without supervision — "build the whole spec", "implement it all", "do all the sprints", "boil the ocean", "take the decisions yourself", "don't stop until it's done" — or when resuming an existing run (.ocean/state.json exists in the repo, or…