gosha70/code-copilot-team

Project templates with multi-agent team configurations for AI code copilots. Includes ready-to-use setups for ML/AI (RAG, LangChain, n8n), enterprise Java, and web apps — each with defined agent roles, delegation patterns, and session management best practices.

6Stars on the repository
66Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

build

01

gosha70/code-copilot-team

Agent Claude Code

Decomposes approved plans into tasks, delegates to sub-agents, integrates results, verifies builds. The only phase that writes code.

6 2d ago A 29 tokens original MIT

code-simplifier

02

gosha70/code-copilot-team

Agent Claude Code

Reviews recently changed code for unnecessary complexity. Simplifies conditionals, removes dead code, extracts repeated patterns, and improves readability without changing behavior.

6 2d ago A 33 tokens original MIT

cooldown-report

03

gosha70/code-copilot-team

Agent Claude Code

Generates a cooldown report — bug fixes shipped + pitches ready for next betting table. Writes specs/retros/cooldown-after-NN.md.

6 2d ago A 34 tokens original MIT

cycle-retro

04

gosha70/code-copilot-team

Agent Claude Code

Generates a cycle retrospective from pitch.md, hill.json, and git log. Writes specs/retros/cycle-NN.md.

6 2d ago A 31 tokens original MIT

doc-writer

05

gosha70/code-copilot-team

Agent Claude Code

Generates and updates project documentation after feature work. Updates README, adds JSDoc/docstrings for new functions, and maintains CHANGELOG.

6 2d ago A 32 tokens original MIT

phase-recap

06

gosha70/code-copilot-team

Agent Claude Code

Generates a phase recap document summarizing what was built, decisions made, issues encountered, and what's next. Runs at the end of each build phase.

6 2d ago A 35 tokens original MIT

pitch-shaper

07

gosha70/code-copilot-team

Agent Claude Code

Takes a rough idea, asks clarifying questions, and produces a Shape-Up pitch with appetite, scopes, rabbit holes, no-gos, and circuit breaker. Writes specs/pitches/ /pitch.md.

6 2d ago A 47 tokens original MIT

plan

08

gosha70/code-copilot-team

Agent Claude Code

Asks clarifying questions, produces implementation plans with files, interfaces, test strategy, and delegation. Writes SDD artifacts to specs/. No application code changes.

6 2d ago A 34 tokens original MIT

research

09

gosha70/code-copilot-team

Agent Claude Code

Explores codebase, reads docs, searches the web. No code changes. Returns a research summary with paths, patterns, and risks.

6 2d ago A 30 tokens original MIT

review

10

gosha70/code-copilot-team

Agent Claude Code

Holistic review of all changes — correctness, consistency, style, test coverage. Runs tests, checks console, verifies integration. Returns pass/fail report.

6 2d ago A 33 tokens original MIT

scope-executor

11

gosha70/code-copilot-team

Agent Claude Code

Executes a single scope of an active Shape-Up pitch. Reads pitch context, updates hill.json, delegates implementation to the build agent. Thin adapter — no inlined build logic.

6 2d ago A 40 tokens original MIT

security-review

12

gosha70/code-copilot-team

Agent Claude Code

Scans code for common security vulnerabilities. Checks for hardcoded secrets, injection risks, missing input validation, and exposed debug endpoints. Read-only.

6 2d ago A 32 tokens original MIT

verify-app

13

gosha70/code-copilot-team

Agent Claude Code

Runs end-to-end verification of the project. Executes test suite, type checker, linter, and dev server. Reports pass/fail with specific failure details.

6 2d ago A 35 tokens original MIT

visual-reviewer

14

gosha70/code-copilot-team

Agent Claude Code

Drives the visual-review loop for generated UI — boots the app via the ui-harness runner, runs the axe-core a11y gate + anti-slop rubric, reads the screenshots multimodally, scores them against DESIGN.md, and reports triaged findings until the design bar is met.

6 2d ago A 63 tokens original MIT