Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Claude Code: Automated Dev Workflow
Learn about a practical Claude Code setup for development automation, including spec-driven development, TDD enforcement, automated Git workflows, and stuck detection for AI agents.
This will probably continue evolving - this is my current Claude Code setup & it allows me to function as a supervisor as my AI Agent crunches through and verifies large parts of the codebase itself - also includes a bunch of helpful functionality baked in
Some things it does well:
- Spec-driven development - automated checks to ensure document to doc consistency
- Enforces TDD and automated verification
- Automated git-based workflow
- Stuck detection for agents in loops
- Support features and greenfield