The operating system for human+agent dev teams. Enables agents to work autonomously and helps human developers support them effectively.
Two questions TAP answers:
- How to enable agents to work autonomously in the most effective way
- How can human developers support AI agents to actually complete the work
# Add Team Brilliant marketplace (one-time)
/plugin marketplace add teambrilliant/marketplace
# Install
/plugin install tap-skills@teambrilliantOr install directly from GitHub:
/plugin install --from github teambrilliant/tap-skills| Skill | What it does |
|---|---|
/tap-skills:tap-audit |
Assess how ready a repo is for autonomous agent work |
/tap-skills:blast-radius |
Impact analysis of PR changes before merging |
/tap-skills:systems-health |
Measure dev system health via stocks, flows, feedback loops |
/tap-skills:retrospective |
Just-in-time retro focused on improving agent autonomy |
/tap-skills:tech-roadmap |
Build 12-month outcome-based tech roadmap for CEO/board |
/tap-skills:curate-product-context |
Install and maintain .tap/product.md — product vision, focus, bets, non-goals |
Agent enters repo
│
▼
/tap-audit ──► assess readiness, identify gaps
│
▼
(implement + test using dev-skills)
│
▼
Agent opens PR
│
▼
/blast-radius ──► human reviews impact, merges or rejects
│
▼
/systems-health ──► measure how the system is performing
│
▼
/retrospective ──► what to improve so agents need less help next time
Skills read and write to .tap/ in the target repo:
.tap/
tap-audit.md ← repo readiness assessment
system-health.md ← latest health metrics
learnings.md ← retrospective insights (append-only)
architecture.md ← discovered ADRs and design decisions
product.md ← durable product context: what we build, focus, bets, non-goals
- Claude Code
ghCLI (for blast-radius, systems-health, retrospective)
teambrilliant/dev-skills — generic development workflow skills (shaping, grooming, planning, implementing, testing, browser QA). tap-skills is the methodology layer that wraps around them.