claude-codepro (Pilot Shell) — Summary
Pilot Shell (marketed as claude-codepro / pilot-shell) is a comprehensive, production-grade harness for Claude Code built by maxritter that provides spec-driven development (/spec), enforced TDD, a local web dashboard (Console), persistent memory, 7 MCP servers, multi-agent subagents (spec-review, changes-review, web-search), Python hooks for quality gates and context management, and a pilot bot daemon for 24/7 scheduled automation. It requires a paid license (available at polar.sh) for the pilot CLI binary; the CLI source is git-crypt encrypted in the public repo.
Problem it solves: Claude Code out-of-the-box skips tests, loses context across sessions, and produces inconsistent results without structured planning. Pilot Shell adds spec-driven planning, enforced quality gates (lint/format/type-check/test auto-run on every file write), persistent memory, semantic code search, and a collaborative spec review workflow.
Distinctive trait: The Console — a local web dashboard that provides real-time notifications, spec management, session management, and a collaborative spec-review feature where teammates annotate specs at pilot-shell.com/s/<id> and feedback syncs back automatically. This cloud-assisted local workflow is unique in the corpus.
Target audience: Professional development teams using Claude Code who need production-grade quality automation, team collaboration on specs, and 24/7 background automation (pilot bot). Requires Claude Max 5x/20x subscription plus a Pilot Shell license.
Differs from seeds: Most similar to superpowers (comprehensive behavioral framework for Claude Code with skills, hooks, TDD enforcement, worktree isolation) but substantially more complex: Pilot Shell adds 7 MCP servers, Python hooks with spec lifecycle awareness, a local web dashboard, a pilot bot daemon mode, semantic code search (Semble), knowledge graph (CodeGraph), RTK token compression, and a licensed CLI binary — features superpowers explicitly avoids by design. Closer to a full platform than a framework.