← projects

a structured place to record your wins

Bragfile is a simple tool for capturing accomplishments as they happen, so that performance reviews, resumes, and weekly updates write themselves.

install

brew install bragfile

capture a win

brag add -t "shipped the auth refactor" \
         -T "auth,security" -p platform \
         -i "cut login p99 from 1.2s → 340ms"

no flags? brag add opens $EDITOR with a template.

see what you've captured

brag list --since 30d

generate your self-review

brag export --format markdown --since "Q2 2026" > review.md

groups entries by project, surfaces impact statements, ready to paste into a doc.