Skip to content

Releases: andrewstyer/claude-code-dev-toolkit

v1.0.0 - Initial Release

31 Oct 21:13

Choose a tag to compare

🎉 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.