Back to browse
GitHub Repository

AI teammate that turns Trello cards into pull requests using Claude

7 starsTypeScript

SergioAI – Trello bot with Claude that reviews PRDs and opens draft PRs

by albelfio·Feb 22, 2026·2 points·0 comments

AI Analysis

MidNiche GemShip It

Trello-to-PR pipeline with Claude Code, but no clear edge over existing AI coding tools.

Strengths
  • Two-user sandbox architecture isolates AI from secrets, similar security posture to OpenClaw
  • Trello-card-as-trigger UX is elegant for PM-dev workflow and keeps artifacts visible
  • Roadmap signals real intent: MCP servers for Google Docs, Figma, Notion integration
Weaknesses
  • Self-hosted-only, no SaaS option limits adoption; $5/month VM means DevOps overhead on buyer
  • Orchestration over Claude Code is incremental—core capability (write code, run tests) already commoditized by Cursor, Copilot, and Claude Web
Target Audience

Teams with non-technical product managers and developers, where knowledge gaps block planning; small teams on tight budgets

Similar To

Cursor · GitHub Copilot · Vercel v0

Post Description

I built an open-source bot that turns Trello cards into working code using Claude Code.

Drop a task card in a list → Sergio picks it up, explores your codebase, and posts an implementation plan as a comment. Add feedback, move the card back, and iterate. When you're happy, move it to the Development list → Sergio creates a worktree, writes the code, runs tests, and opens a draft PR on GitHub.

It's a tool that can be used by teams of devs and product managers to cover the knowledge gaps between non technical and technical planning.

All triggered by dragging cards. It's basically Claude Code running as an autonomous teammate on a $5/month VM, orchestrated through Trello. The two-user sandbox architecture keeps the AI isolated from secrets and credentials (similar to OpenClaw's approach to secure agentic coding).

The roadmap includes pluggable engine support (OpenCode, Codex) and MCP servers for reading Google Docs, Figma, and Notion directly from cards.

Similar Projects