~ — yeaboi — 96×32

you@team ~ $ yeaboi

██╗   ██╗███████╗ █████╗ ██████╗  ██████╗ ██╗
╚██╗ ██╔╝██╔════╝██╔══██╗██╔══██╗██╔═══██╗██║
 ╚████╔╝ █████╗  ███████║██████╔╝██║   ██║██║
  ╚██╔╝  ██╔══╝  ██╔══██║██╔══██╗██║   ██║██║
   ██║   ███████╗██║  ██║██████╔╝╚██████╔╝██║
   ╚═╝   ╚══════╝╚═╝  ╚═╝╚═════╝  ╚═════╝ ╚═╝

A team lead's best friend.

yeaboi decomposes a project into epics, stories, tasks, and a sprint plan — then runs the standups, retros, 1:1s, and delivery reports around them. All from your terminal.

$uv tool install yeaboi
or pipx install yeaboi

$ yeaboi # pick a mode

Six modes, one command

Everything a lead does between planning and delivery, each its own screen in the TUI. Read-only sources plug in when you have them; skip anything you don't.

01

Planning

Turn a project description into epics, stories, tasks, and a sprint plan — then push straight to Jira or Azure DevOps.

02

Analysis

Read your team's real velocity and history first, so estimates and capacity are calibrated to how you actually deliver.

03

Standup

Detect what everyone shipped, score sprint progress, and deliver the summary — on a schedule, even when yeaboi is closed.

04

Retro

Open a board your whole team joins from any browser on the network. Cards, reactions, a shared timer — then AI action items.

05

Performance

Prep and write up 1:1s, and synthesize six-month reviews from each engineer's real delivery history.

06

Reporting

Turn a sprint or a whole quarter of delivered work into a business-ready summary and a slide deck for stakeholders.

$ yeaboi --dry-run # from description to sprint plan

See it run

A full-screen terminal UI — no browser tab, no web app. Plan, edit stories, adjust sprints, and push to your tracker without leaving the shell.

~ — yeaboi --dry-run
yeaboi turning a project description into a sprint plan in the terminal

From project description to sprint plan in under a minute.

$ # three lines to your first plan

Get started

Installs in its own isolated environment and pulls the full dependency tree from PyPI. Python 3.11+.

1 · installuv tool install yeaboi  — or pipx install yeaboi
2 · configureyeaboi --setup  — add your API key
3 · runyeaboi  — launch the interactive TUI

Works with Anthropic Claude by default, plus OpenAI, Google, and AWS Bedrock. Optional extras: uv tool install "yeaboi[voice]" for offline voice input, or "yeaboi[all-providers]".