Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
From Ticket to PR: An Autonomous Coding Workflow with Claude Code
See an autonomous 10-stage coding workflow. A single command takes a ticket to a pull request, handling discovery, planning, coding, review, and creation.
A live demo of an end-to-end agentic coding framework that takes a Linear ticket ID and autonomously executes a structured 10-stage workflow; from ticket discovery all the way through branch setup, planning, implementation, self-directed code review, PR creation, and cleanup. The workflow is triggered by a single slash command (/work-ticket TK-123) and Claude Code handles the rest: reading the ticket, detecting scope, writing and reviewing code, updating ticket status, opening the PR, and producing a final summary. No manual handoffs, no context switching, just a ticket in and a pull request out.