merge
01peterkrueck/Claude-Code-Development-Kit
Command
Finalize work on a branch: verify docs + tree are clean, merge to main, clean up. Supports both standard git checkout -b branches and git worktree flows — auto-detected at pre-flight.
Claude Code Workflow for beginners & intermediate users. Tutorial and Installer included
peterkrueck/Claude-Code-Development-Kit
Command
Finalize work on a branch: verify docs + tree are clean, merge to main, clean up. Supports both standard git checkout -b branches and git worktree flows — auto-detected at pre-flight.
peterkrueck/Claude-Code-Development-Kit
Command
Load core context for the project before working on it. Default is a LIGHT prime (4–6k tokens: spec TOC + opening invariants + structure Map + task-relevant spec sections). --full loads the entire docs — reserve for design/architecture/spec-review sessions where broad context genuinely pays.
peterkrueck/Claude-Code-Development-Kit
Command
Run the app or its tests to confirm a change actually works — observed behavior, not just "it compiles." Compiling proves the types line up; it does not prove the feature does what you intended. This command makes you exercise the change and watch the result.