Every week someone posts a new "AI-powered project management" tool. It's usually a wrapper: you write a ticket, click a button, get a GPT summary. The AI is a passenger. I wanted something different. I wanted agents to be on the team — pulling tickets, doing work, posting results, and moving cards — the same way a human developer would. No manual bridging. No copy-pasting. No you as the glue. So I built KittyClaw . The problem Here's my daily grind before this project. I maintain a side project. I use a board (Linear, GitHub Projects, doesn't matter) to track what needs doing. I use Claude Code to actually do it. The workflow looked like this: Open board, read ticket Context-switch to terminal Craft a prompt: "Here's the ticket, here's the relevant code, do X" Run Claude Code Read the output Go back to the board, paste a summary as a comment, move the card That's five manual steps per ticket.…