red
49Command Claude Code
Execute TDD Red Phase - write ONE failing test.
Command Claude Code
Execute TDD Red Phase - write ONE failing test.
Command Claude Code
Execute TDD Refactor Phase - improve code structure while keeping tests green.
Command Claude Code
Execute TDD Spike Phase - exploratory coding to understand problem space before TDD.
Command Claude Code
Summarize conversation progress and next steps.
Command Claude Code
Remind agent about TDD approach and continue conversation.
Command Claude Code
Add a new git worktree from branch name or issue URL, copy settings, install deps, and open in current IDE.
Command Claude Code
Clean up merged worktrees by verifying PR/issue status, consolidating settings, and removing stale worktrees.
Hook Claude Code
Runs when a git worktree is created, executing worktree-create.ts via bun. From christopher-buss/bedrock.
Hook Claude Code
Runs when a git worktree is removed, executing worktree-remove.ts via bun. From christopher-buss/bedrock.
Settings file Claude Code
Agent settings declaring 2 hook events (WorktreeCreate, WorktreeRemove) and 14 allowed tools.
Skill Claude CodeCodex
Functional programming patterns with immutable data. Use when writing logic or data transformations.
Skill Claude CodeCodex
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use…
Skill Claude CodeCodex
Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
Instructions file
Claude Code instructions for christopher-buss/bedrock, covering bedrock project context, what is bedrock?, architecture, architecture quick reference and testing requirements (non-negotiable).