Vibe Coding
Tip: Pilot Shell Wraps Claude Code and Codex in Spec-Driven TDD with Quality Gates
Pilot Shell (1.7K stars) enforces a structured workflow around Claude Code and Codex: /prd scopes work, /spec plans under TDD, /fix handles small bugs. Implementation runs in isolated git worktrees with strict RED-GREEN-REFACTOR cycles, auto-linting/formatting/type-checking on every edit, and a full test suite after each task. A separate review sub-agent validates compliance, and for UI features, E2E scenarios execute step-by-step via browser automation. Squash-merges to main on success.
Source
↳ Follow the thread