Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
i.2Wiki
Agentic AI Atlas · Pilot Shell Methodology for Babysitter SDK (Library)
library/pilot-shella5c.ai
Search the atlas/
Wiki · linked records

Article and nearby pages

I.Current articlepp. 1 - 1
Aerospace Engineering Specialization (Library)AI Agents and Conversational AI Specialization (Library)Algorithms and Optimization Specialization (Library)Arts and Culture Specialization (Library)ATDD/TDD Methodology (Library)AutoMaker (Library)
II.Documented nodesrefs · 1
Pilot Shell · Specialization
I.
Wiki article

library/pilot-shell

Reading · 3 min

Pilot Shell Methodology for Babysitter SDK (Library) reference

Adapted from Pilot Shell(https://github.com/maxritter/pilot-shell) by Max Ritter -- a spec-driven development framework with strict TDD, quality hooks, and persistent memory.

Page nodewiki/library/pilot-shell.mdNearby pages · 111Documents · 1

Continue reading

Nearby pages in the same section.

Aerospace Engineering Specialization (Library)AI Agents and Conversational AI Specialization (Library)Algorithms and Optimization Specialization (Library)Arts and Culture Specialization (Library)ATDD/TDD Methodology (Library)AutoMaker (Library)Automotive Engineering Specialization (Library)Backend Development (Library)BDD/Specification by Example (Library)Bioinformatics and Genomics Specialization (Library)Biomedical Engineering Specialization (Library)BMAD Method (Library)Business Analysis and Consulting (Library)Business Strategy and Operations (Library)Business Strategy Specialization (Library)CC10X Methodology (Library)CCPM - Claude Code PM Methodology (Library)Chemical Engineering Specialization (Library)Civil Engineering Specialization (Library)ClaudeKit Methodology (Library)Cleanroom Software Engineering (Library)CLI and MCP Development Specialization (Library)Code Migration and Modernization Specialization (Library)COG Second Brain (Library)Common Utilities (Library)Computer Science Specialization (Library)Cryptography and Blockchain Development Specialization (Library)Customer Experience and Support Specialization (Library)Data Engineering, Analytics, and BI Specialization (Library)Data Science and Machine Learning Specialization (Library)Intelligence, Decision Support and Decision Making (Library)Desktop Product Development Specialization (Library)DevOps, SRE, and Platform Engineering Specialization (Library)Digital Marketing and Content Strategy Specialization (Library)Domain-Driven Design (DDD) Methodology (Library)Double Diamond Methodology (Library)Education and Learning Specialization (Library)Electrical Engineering Specialization (Library)Embedded Systems Engineering Specialization (Library)Entrepreneurship and Startup Processes (Library)Environmental Engineering Specialization (Library)Event Storming (Library)Everything Claude Code Methodology (Library)Example Mapping Methodology (Library)Extreme Programming (XP) (Library)Feature-Driven Development (FDD) (Library)Finance, Accounting, and Economics Specialization (Library)FPGA Programming and Hardware Description Specialization (Library)Game Product Development Specialization (Library)Gas Town Methodology (Library)GPU Programming and Parallel Computing (Library)GSD-Adapted Workflows for Babysitter SDK (Library)Healthcare and Medical Management Specialization (Library)Human Resources and People Operations Specialization (Library)Humanities and Anthropology Specialization (Library)Hypothesis-Driven Development (Library)Impact Mapping Methodology (Library)Industrial Engineering Specialization (Library)Jobs to Be Done (JTBD) Methodology (Library)Kanban (Library)Knowledge Management (Library)Legal and Compliance Specialization (Library)Logistics and Operations Specialization (Library)Maestro App Factory (Library)Marketing and Brand Management Specialization (Library)Materials Science Specialization (Library)Mathematics Specialization (Library)Mechanical Engineering Specialization (Library)Meta Specialization - Process, Skill, and Agent Creation (Library)Metaswarm Methodology (Library)Mobile Product Development Specialization (Library)Nanotechnology Specialization (Library)Network Programming and Protocols Specialization (Library)Enhanced Ontology-Driven Development (ODD) Methodology (Library)Operations Management Specialization (Library)Performance Optimization and Profiling Specialization (Library)Philosophy and Theology Specialization (Library)Physics Specialization (Library)Planning with Files (Library)Product Management and Product Strategy Specialization (Library)Production contract (Library)Programming Languages and Compilers Development Specialization (Library)Project Management and Leadership Specialization (Library)Public Relations and Communications Specialization (Library)QA, Testing, and Test Automation (Library)Quantum Computing Specialization (Library)Research Specialization (Library)Robotics and Simulation Engineering Specialization (Library)RPIKit Methodology (Library)Ruflo Methodology (Library)RUP (Rational Unified Process) (Library)Sales and Business Development Specialization (Library)Scientific Discovery and Problem Solving Specialization (Library)Scrum (Library)SDK, Platform, and Systems Development (Library)Security, Compliance, and Risk Management Specialization (Library)Security Research and Vulnerability Analysis Specialization (Library)Shape Up (Library)Social Sciences Specialization (Library)Software Architecture and Design Patterns Specialization (Library)Spec Kit Methodology (Library)Spiral Model (Library)Superpowers Extended Methodology (Library)Supply Chain Management Specialization (Library)Technical Documentation Specialization (Library)Travel (Curated-Dataset + SQL-Tool Pattern) (Library)UX/UI Design and User Experience Specialization (Library)V-Model Methodology (Library)Venture Capital and Investment Due Diligence Specialization (Library)Waterfall Methodology (Library)Web Product Development Specialization (Library)

Documented graph nodes

Records linked directly from this page’s Page node.

Pilot Shell · Specialization

Pilot Shell Methodology for Babysitter SDK

Adapted from Pilot Shell by Max Ritter -- a spec-driven development framework with strict TDD, quality hooks, and persistent memory.

Overview

Pilot Shell is a comprehensive development methodology that enforces spec-driven planning, strict test-driven development (RED->GREEN->REFACTOR), automated quality pipelines, and cross-session persistent memory. This adaptation implements all core workflows as Babysitter SDK process definitions with full orchestration support.

Process Files

FileProcess IDDescriptionTasks
pilot-shell-orchestrator.jspilot-shell/orchestratorFull lifecycle: mode routing -> plan -> implement -> verify -> merge17
pilot-shell-feature.jspilot-shell/featureFeature mode: semantic search -> spec -> TDD -> unified review -> merge14
pilot-shell-bugfix.jspilot-shell/bugfixBugfix mode: analysis -> behavior contract -> test-before-fix -> verify9
pilot-shell-sync.jspilot-shell/syncCodebase sync: explore -> index -> conventions -> rules8
pilot-shell-quality-pipeline.jspilot-shell/quality-pipelineQuality hooks: lint/format/typecheck -> TDD -> context monitoring9

Skills

DirectoryNameDescription
skills/spec-driven-development/spec-driven-developmentSpec creation via semantic search and structured planning
skills/strict-tdd/strict-tddRED->GREEN->REFACTOR enforcement with compliance scoring
skills/behavior-contract/behavior-contractBug condition/postcondition formalization
skills/quality-hooks/quality-hooksLanguage-specific lint/format/typecheck pipeline
skills/context-preservation/context-preservationState capture/restore across compactions
skills/persistent-memory/persistent-memoryCross-session observation storage and retrieval
skills/worktree-isolation/worktree-isolationGit worktree management for safe development
skills/codebase-sync/codebase-syncConvention discovery and rule generation

Agents

DirectoryNameRole
agents/plan-reviewer/plan-reviewerSpec completeness validation, assumption challenging
agents/unified-reviewer/unified-reviewerCompliance + quality + goal alignment review
agents/tdd-enforcer/tdd-enforcerTest-first implementation verification
agents/file-checker/file-checkerLanguage-specific lint/format/typecheck
agents/context-monitor/context-monitorContext usage tracking and threshold alerts
agents/spec-guard/spec-guardPrevents premature completion of incomplete specs
agents/memory-curator/memory-curatorObservation capture and skill extraction

Execution Modes

Feature Mode (`mode: 'feature'`)

Full spec-driven lifecycle: 1. **PLAN**: Semantic search -> clarifying questions -> spec -> plan-reviewer validation (conditional) -> approval 2. **IMPLEMENT**: Git worktree -> strict TDD RED->GREEN->REFACTOR per task -> quality hooks -> full test suite 3. **VERIFY**: Full tests -> unified review (compliance + quality + goals) -> auto-fixes -> squash merge

Bugfix Mode (`mode: 'bugfix'`)

Systematic bug resolution: 1. **ANALYSIS**: Trace to file:line -> root cause -> blast radius assessment 2. **CONTRACT**: Bug Condition + Postcondition + Invariants = Behavior Contract 3. **TEST-BEFORE-FIX**: Failing bug test (RED) -> preservation tests -> minimal fix (GREEN) -> verify 4. **VERIFY**: Behavior Contract audit + full suite + lint

Quick Mode (`mode: 'quick'`)

Chat-based iteration without planning scaffolding. TDD still enforced.

Quality Pipeline

Supported tool chains:

  • **Python**: ruff + pyright
  • **TypeScript/JavaScript**: prettier + eslint + tsc
  • **Go**: gofmt + golangci-lint

Auto-fix convergence loop: up to 3 iterations of fix-and-recheck.

Model Routing (Informational)

The original Pilot Shell uses model routing. In Babysitter SDK, this is informational context for agent configuration:

  • **Planning**: Opus (reasoning-heavy tasks)
  • **Plan Verification**: Sonnet (conditional review)
  • **Implementation**: Sonnet (fast execution)
  • **Code Verification**: Sonnet (unified review)

Examples

See examples/ directory for input JSON examples for each process.

Attribution

All processes, skills, and agents in this directory are adapted from Pilot Shell by Max Ritter. See references.md for detailed attribution.

Trail

Wiki

Library

Pilot Shell Methodology for Babysitter SDK (Library)

Continue reading

Aerospace Engineering Specialization (Library)
AI Agents and Conversational AI Specialization (Library)
Algorithms and Optimization Specialization (Library)
Arts and Culture Specialization (Library)
ATDD/TDD Methodology (Library)
AutoMaker (Library)
Automotive Engineering Specialization (Library)
Backend Development (Library)

Page record

Open node ledger

wiki/library/pilot-shell.md

Documents

Pilot Shell · Specialization