π Initial Release of Claude Code Development Toolkit
A complete, reusable session management system for autonomous Claude Code development.
β¨ Features
Core Workflow Documents:
- π START-HERE.md - First session comprehensive onboarding
- π CONTINUE-SESSION.md - Quick 2-minute context for continuing sessions
- π END-SESSION.md - Mandatory session handoff checklist
- π SESSION-STATUS.md - Living progress tracker template
- π RECOVERY.md - Troubleshooting guide with 9 common failure scenarios
- π PROMPTS.md - 4 copy-paste prompts for all session types
Setup & Documentation:
- π Complete customization guides (QUICK-START.md, SETUP.md)
- π PROJECT-CONFIG.md template for project-specific configuration
- π PLACEHOLDER-REFERENCE.md documenting all ~50 placeholders
- π€ CONTRIBUTING.md for community contributions
Automation:
- π§ Git pre-commit hook that reminds to update SESSION-STATUS.md
- βοΈ One-command installation script
π― Key Benefits
β
Project-Agnostic - Works with any tech stack (Node, Python, Go, Rust, etc.)
β
Quality Enforcement - Automatic quality gates (tests, coverage, type checking)
β
Context Preservation - Survives Claude Code session context loss
β
TDD Workflow - Test-driven development enforced
β
Battle-Tested - Proven on Health Narrative project (React Native MVP)
π Quick Start
# Copy to your project
cp -r /path/to/claude-code-dev-toolkit/* /your-project/
# Fill out PROJECT-CONFIG.md
# Replace placeholders (see QUICK-START.md)
# Install git hooks
./git-hooks/setup-git-hooks.sh
# Start first Claude Code session with First Session Prompt from PROMPTS.mdπ Stats
- 18 files (388 KB total)
- ~50 placeholders for customization
- 9 recovery scenarios documented
- 4 ready-to-use prompts
- MIT Licensed
π Acknowledgments
Built from experience developing Health Narrative with Claude Code.
See README.md for complete documentation.