Tixie
$ tixie --explain

How Tixie AI Works

Three powerful workflows that transform how you manage projects. From idea to execution, Tixie AI automates the entire ticket lifecycle using Claude AI.

Powered by Claude AI
Real-time Updates
Multi-Git Support
$ tixie init --help

Three Ways to Start

Choose your preferred workflow based on your project needs

tixie-chat.sh
Most Interactive

AI-Powered Chat

Idea → Epics

Describe your project in natural language. AI asks questions and generates structured epics.

$tixie chat --new-project
tixie-analyze.sh
Most Automated

Repository Analysis

Code → Tickets

Connect your Git repository. AI scans for bugs, TODOs, technical debt, and security issues.

$tixie analyze --repo <url>
tixie-create.sh
Most Control

Manual Creation

Traditional Approach

Create tickets manually with full control. Perfect for teams with existing processes.

$tixie create --ticket
Flow 1: AI-Powered Chat

From Idea to Structured Epics

Chat naturally with Claude AI to transform your project ideas into actionable work

1

Start Conversation

Describe your project idea in plain English. No structure needed.

"I want to build a todo app with AI-powered task prioritization"

2

AI Asks Questions

Claude gathers context through intelligent follow-up questions.

AI: What problem does this solve for users?

Understanding requirements, tech stack, user needs
3

Epic Generation

AI analyzes the conversation and generates structured epics with tickets.

Generated 5 epics with 23 tickets
4

Review & Confirm

Review, edit, or remove generated epics before adding to your board.

Tickets added to Kanban board

Live Example

tixie-ai-chat.sh

I want to build an e-commerce platform for artisan coffee

Great idea! Let me understand your vision better:

  • • What's your target audience?
  • • Will you handle inventory management?
  • • Do you need subscription features?
  • • What payment providers do you prefer?
Generated Epics
Epic: Product Catalog & Search
Epic: Shopping Cart & Checkout
Epic: User Authentication & Profiles
Epic: Payment Integration (Stripe, PayPal)
Epic: Inventory Management Dashboard
Flow 2: Repository Analysis

Automated Code Scanning

AI analyzes your entire codebase to discover hidden work items

Bug Detection

Identifies error handling gaps, edge cases, and potential runtime issues

Missing null checks
Uncaught exceptions
Race conditions

TODO/FIXME

Extracts code comments and converts them into structured tickets

// TODO: Add validation
// FIXME: Optimize query
// HACK: Temporary

Technical Debt

Surfaces refactoring opportunities and code quality improvements

Duplicate code
Complex functions
Deprecated APIs

Security Issues

Detects vulnerabilities and suggests security best practices

SQL injection risk
XSS vulnerabilities
Weak encryption
1

Connect Repository

Paste your GitHub, GitLab, or Bitbucket repository URL

$ tixie connect --repo https://github.com/user/project
2

AI Scans Codebase

Claude analyzes every file, dependency, and code pattern

Cloning repository...
Scanning 247 files...
Analyzing patterns...
Generating tickets...
3

Review Findings

AI presents categorized tickets grouped by type and priority

12
bugs
8
todos
15
debt
5
security
4

Import to Board

Select which tickets to import and customize before adding

Bulk import or individual selection
Smart Commit Analysis

Automatic Ticket Movement

Every commit is analyzed by Claude AI to intelligently update your board

How Commit Analysis Works

Webhook Trigger

Git provider sends commit notification to Tixie

AI Analysis

Claude analyzes commit message, changed files, and diff content

Context Matching

AI matches changes to existing tickets based on code context

Auto-Transition

Tickets move through workflow stages automatically

Transition Logic

feat: Add user authentication

auth.ts, login.tsx

To Do
In Progress
Code changes detected

test: Add auth unit tests

auth.test.ts

In Progress
Review
Tests added

Merge PR #42 to main

multiple

Review
Done
Merged to main branch

Real-Time Sync

Board updates instantly when you push code

Context-Aware

AI understands code changes, not just keywords

Full Traceability

See exactly which commits affected which tickets

Flow 3: Manual Creation

Traditional Ticket Management

Full control with manual ticket creation for teams with existing workflows

Features

  • Title and description with markdown support
  • Priority levels (Low, Medium, High, Critical)
  • Custom labels and tags
  • Story points for estimation
  • Ticket dependencies (blocks, blocked-by)
  • Direct links to code files
  • Drag-and-drop between columns
  • Customizable Kanban columns

When to Use Manual Creation

Feature Requests

User-reported features that need manual triage

Team Planning

Sprint planning sessions with your team

Custom Workflows

Organizations with specific PM processes

Ready to transform your workflow?

Start with any of the three workflows and let AI automate your project management