By onsails
Orchestrate large coding tasks as staged milestones across multiple Claude Code sessions, with autonomous planning, isolated investigation, parallel code review, and automated git workflow management.
Investigates one sprint question in isolation and returns a distilled, evidence-backed finding without implementing a fix.
Writes an approved sprint stage specification into a code-level execution plan without user interaction.
Coordinates an evidence-based, model-pinned review and repair gate for one uncommitted sprint stage worktree.
Implements one sprint stage plan in its existing git worktree, directly or through runtime-native SDD workers, and supports on-disk resume.
Runs one sprint stage end to end in its manual git worktree and delegates execution and review with the selected models.
Claude Code plugins for power users.
Strict Rust development standards with FAIL FAST error handling.
Orchestrate one large milestone as staged brainstorm/plan/execute cycles in a living sprint doc. Runs on Claude Code or Oh My Pi (OMP).
Decomposes a multistage milestone into stages; resumes across sessions from the doc
Per stage: brainstorm spec → write plan → executor implements → dedicated sprint-reviewer gate (parallel specialists, fix, re-review) → verify → land
Keeps the main session a lean conductor; nests each stage through a sprint-stage-runner subagent (Claude Code: probed once per sprint; OMP: requires task.maxRecursionDepth >= 3) or falls back to one subagent per step
Delegates implementation to an executor: native subagents on Claude Code or OMP (recommended default), plus mimo or codex on Claude Code only
Engine chosen by arg (/sprint native|mimo|codex) or an interactive runtime-supported menu; executor and review models are explicit choices recorded for resume
Depends on mimo-code for the Claude Code mimo engine; OMP currently offers native only. Matt Pocock's grilling, codebase-design, and diagnosing-bugs skills are strongly recommended but optional; sprint retains built-in brainstorming, planning, diagnosis, and runtime-native SDD paths.
claude plugin marketplace add mattpocock/skills
claude plugin install mattpocock-skills@mattpocock
Delegate write-capable coding sessions to the mimo CLI (Xiaomi's opencode fork), keeping Claude the conductor.
provider/model + effort--session, never --continue)mimo models ∩ authenticated providers and asks youO_EXCL lock keeps concurrent sessions isolatedclaude plugin marketplace add https://github.com/onsails/cc
claude plugin install rust-dev@onsails-cc
claude plugin install sprint@onsails-cc
claude plugin install mimo-code@onsails-cc
Installing sprint auto-installs its mimo-code dependency. To also use the codex engine, install the official Codex plugin from its own marketplace (optional):
claude plugin marketplace add https://github.com/openai/codex-plugin-cc
claude plugin install codex@openai-codex
MIT
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Rust development skill with strict coding standards, FAIL FAST error handling, and build/review agents
npx claudepluginhub p/onsails-sprint-sprintPlan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command — one paste between you and done — that drives execution to completion with built-in retry, fix-spec recovery, and per-phase memory writeback. Works on Claude Code and Codex.
PRD-driven AI dev team control plane for Claude Code — agents, skills, and a GitHub-first sprint workflow.
Autonomous multi-agent development framework with spec-driven sprints and convergent iteration
Sprint planning with story prioritization and capacity estimation
AI-native BizDevOps rhythm manager for Claude Code — multi-role collaboration, change impact analysis, quality gates, goal-to-code traceability, and cross-session continuity
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement