Skip to content

teambrilliant/tap-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tap-skills

The operating system for human+agent dev teams. Enables agents to work autonomously and helps human developers support them effectively.

Two questions TAP answers:

  1. How to enable agents to work autonomously in the most effective way
  2. How can human developers support AI agents to actually complete the work

Install

# Add Team Brilliant marketplace (one-time)
/plugin marketplace add teambrilliant/marketplace

# Install
/plugin install tap-skills@teambrilliant

Or install directly from GitHub:

/plugin install --from github teambrilliant/tap-skills

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

How they work together

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

Project memory

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

Requirements

  • Claude Code
  • gh CLI (for blast-radius, systems-health, retrospective)

Companion plugin

teambrilliant/dev-skills — generic development workflow skills (shaping, grooming, planning, implementing, testing, browser QA). tap-skills is the methodology layer that wraps around them.

About

The operating system for human+agent dev teams. Assess repo readiness, analyze blast radius, monitor system health, run retrospectives, and build outcome-based tech roadmaps.

Resources

Stars

Watchers

Forks

Contributors