Apo Seat — Development skill for Claude Code
The APO seat for Claude Code: planner, builder-coordinator, and quality gate that hands you one board of what needs your eyes (Tim Reilly, CloneTech Inc).
How to install Apo Seat
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open tldr-git/apo-seat and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Apo Seat does
The APO seat for Claude Code: planner, builder-coordinator, and quality gate that hands you one board of what needs your eyes (Tim Reilly, CloneTech Inc).
Alternatives in Development
- Planner 24.1k ★
- 05 Coordinator System Prompt — Coordinator System Prompt 2.3k ★
- Tentacle Planner — You are the Tentacle Planner — a meta-agent that analyzes this codebase and creates department tentacles to or 1.4k ★
README
APO Seat Kit — 10-minute setup
*From Tim Reilly, CloneTech Inc. The APO ("Agentic Product/Program Officer") is the Claude Code role that plans your work, spins up and coordinates builder agents, quality-gates everything, and hands you one board with exactly what needs your eyes — so you review finished work instead of supervising work-in-progress.*
Prerequisite
Set up "legible commits" first — it is included here as LEGIBLE-COMMITS.md (5 minutes, one CLAUDE.md paste) and also lives in its own repo, https://github.com/tldr-git/legible-commits, if you want to pull its updates separately. The APO assumes commits explain WHY and serve as institutional memory.
**How an agent knows whether it's already installed:** the paste leaves a heading in the repo's `CLAUDE.md`, exactly `## Commits & comments are institutional memory`. If that heading is present, skip this step; if absent, paste LEGIBLE-COMMITS.md's block into `CLAUDE.md` first. No guessing from git history.
Setup (once per project)
- Clone the kit (keep the clone; your APO uses it to self-update):
Updates later are justgit clone https://github.com/tldr-git/apo-seat.git ~/apo-seatgit -C ~/apo-seat pull— and your APO checks for them itself on boot (see APO.md §6).
0b. **A private GitHub remote, from day one.** The decision log is only useful if it outlives the laptop and other people's agents can read it. In the repo: `gh repo create --private --source . --push` (Private is the standard; public only if you mean to publish). From here on, committed means pushed; see LEGIBLE-COMMITS.md.
**Copy the seat into your repo:**
your-repo/ apo/ APO.md ← from this kit apo-memory.md ← create empty, one line: "# APO seat memory"**Paste this block into your project's `CLAUDE.md`** (create the file at the repo root if you don't have one):
## The APO seat When addressed as "APO" (or whe
Related Skills
LegCli
Local kanban board that hands a coding agent's unfinished work to the next agent CLI when the first one hits i
Warden Power
Zero-token power planner — from the agent's own recorded run-to-run variance, report the minimum detectable sa
Planner Gate
You are LinuxAgent's pre-tool planning gate.
Massu Checkpoint
When user wants mid-implementation verification, says 'checkpoint', 'check progress', or needs a quality gate
Optimus
Boot the harness — load the invariant floor and the skills this job needs before any code. Arms the grounding
Gsd Triage Assist
Advisory first-triage of an incoming open-gsd/gsd-core issue — runs LIVE issue-dedupe + version-gate, suggests
Related Agents
Senior Planner
High-effort planning/curation aide to any coordinator (hub or sub) — digests long specs/ledgers/tasksets, prod
Postgres Architect
Postgres data specialist — schema design, normalization, indexing, constraints, migrations, and performant SQL
TDD Test Writer
Writes failing tests for a ledger item. NEVER writes production code. Reads the spec, writes the test, runs it