Pilot Shell: A Structured Workflow Layer for Claude Code

Pilot Shell is an open-source layer installed on top of Claude Code that enforces structured workflows for planning, fixing, and brainstorming. It addresses common pain points like skipped tests, lost context, and inconsistent output while avoiding the overhead of frameworks that require dozens of agents or thousands of config lines.
Key Components
/spec— Plans, implements, and verifies features end-to-end with TDD./fix— Bugfix workflow with TDD; bails out when complexity exceeds the standard fix lane./prd— Brainstorms ideas into clear requirements with optional deep research.- Quality hooks — Enforce linting, formatting, type checking, and tests as quality gates.
- Context engineering — Preserves decisions and knowledge across sessions.
- Code intelligence — Semantic search (Probe) + code knowledge graph (CodeGraph).
- Token optimization — 60–90% cost reduction via RTK and context-mode.
- Extensions — Reusable rules, skills, and MCP servers with team sharing and customization.
- Console — Local web dashboard with real-time notifications and session management.
- Pilot Bot — Persistent automation agent with scheduled tasks and background jobs.
Installation
Works on macOS, Linux, and Windows (WSL2). Installs globally with a single command:
curl -fsSL https://raw.githubusercontent.com/maxritter/pilot-shell/main/install.sh | bash
All tools and rules go to ~/.pilot/ and ~/.claude/. After installation, run pilot or ccp in any project directory.
Who It's For
Developers who already use Claude Code and want structured, repeatable workflows without switching to a heavy agent framework.
📖 Read the full source: r/ClaudeAI
👀 See Also

Heren Godot MCP: Persistent WebSocket Daemon Cuts AI–Godot Interaction Latency to ~20ms
Heren is a new MCP server for Godot that keeps a lightweight WebSocket daemon alive, achieving ~20ms operations instead of waiting for full engine cold starts. It provides 15 tools for scene management, debugging, GPU‑accelerated screenshots, and automatic shutdown after 3 minutes of inactivity.

Claude Code Used to Simulate 4,000+ Blind Werewolf Games with LLMs
A developer used Claude Code to build a simulator where LLMs play blind one-night Werewolf, running ~4,600 games across OpenAI and xAI models. The experiment revealed consistent name-based voting patterns despite minimal game signals.

AI Agent Autonomously Creates Video Using Remotion Without Predefined Tools
A developer tested an AI agent that autonomously created a short video reel by installing Remotion, writing composition code, debugging issues, and delivering a rendered file without human intervention.

PocketBot Beta: Privacy-First iOS AI Agent with Hybrid Local/Cloud Engine
PocketBot is an iOS AI agent that runs in the background, hooks into App Intents, and uses a hybrid engine: local execution for system triggers and PII sanitization, with cloud processing for complex tasks like email summarization or flight booking.