Project Board
Real systems I’ve designed and shipped: tooling, build pipelines, shared libraries, and experiments.
Ohara
Mekari’s mobile engineering command center — build health, pipeline orchestration, release trains, and crash triage in one internal platform.
- Opened daily by all 20 mobile developers — the team’s source of truth
- Turns raw build logs into root-cause categories with AI
- Consolidated build metrics, release planning, and crash triage into one app
Franky CLI
A single Go binary that runs the entire mobile build–test–scan–deploy pipeline for iOS, Android, and Flutter.
- One command surface for build, test, scan, and deploy across three platforms
- Bootstraps a full mobile dev environment from scratch (`doctor --setup`)
- Small static binary with self-update — chosen partly for AI-maintainability
Morgans
A Google Chat bot that lets engineers self-subscribe to exactly the CI/CD and crash alerts they care about.
- Self-service topic subscriptions with per-team severity/platform filters
- Routes build, release, crash, and security events from 19+ pipelines
- Replaced undifferentiated Jenkins spam with signal people opt into
MekariFlag
An internal iOS feature-flag wrapper that standardizes flag usage and provider integration.
- Standardized how flags are read across the app
- Made flag logic mockable and testable
- Swappable provider behind one interface
Agentic Engineering Experiments
How I actually build now — pairing with coding agents to go from task context to a reviewable pull request.
- Turns task context into a reviewable pull request
- Keeps judgment and review with a human
- Removes repetitive context-gathering and boilerplate
