gosha70

66 mods across 1 repository, 6 stars between them.

build

02

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 yesterday A 29 tokens original MIT

code-simplifier

03

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 yesterday A 33 tokens original MIT

cooldown-report

04

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 yesterday A 34 tokens original MIT

cycle-retro

05

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 yesterday A 31 tokens original MIT

doc-writer

06

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 yesterday A 32 tokens original MIT

phase-recap

07

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 yesterday A 35 tokens original MIT

pitch-shaper

08

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 yesterday A 47 tokens original MIT

plan

09

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 yesterday A 34 tokens original MIT

research

10

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 yesterday A 30 tokens original MIT

review

11

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 yesterday A 33 tokens original MIT

scope-executor

12

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 yesterday A 40 tokens original MIT

security-review

13

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 yesterday A 32 tokens original MIT

verify-app

14

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 yesterday A 35 tokens original MIT

visual-reviewer

15

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 yesterday A 63 tokens original MIT

auto-build

16

gosha70/code-copilot-team

Command Claude Code

Scaffold and explain an autonomous build run for an approved SDD feature. Validates the approval + origin gates, writes specs/ /automation.json from the template, and prints the driver command — the driver itself runs OUTSIDE this session.

6 yesterday A 0 tokens original MIT

bet

17

gosha70/code-copilot-team

Command Claude Code

Lock a shaped Shape-Up pitch as a bet for the next cycle.

6 yesterday A 0 tokens original MIT

cooldown

18

gosha70/code-copilot-team

Command Claude Code

Close out a cycle — invoke cooldown-report and finalize the active pitch's bet status.

6 yesterday A 0 tokens original MIT

cycle-start

19

gosha70/code-copilot-team

Command Claude Code

Begin a cycle for a bet pitch — initializes the hill chart and transitions the pitch to building.

6 yesterday A 0 tokens original MIT

hill

20

gosha70/code-copilot-team

Command Claude Code

Update a scope's status on the hill chart of the active pitch.

6 yesterday A 0 tokens original MIT

list-agents

21

gosha70/code-copilot-team

Command Claude Code

List the custom subagents installed on this machine and in this project — the replacement for the built-in /agents command removed from recent Claude Code versions.

6 yesterday A 0 tokens original MIT

origin-check

22

gosha70/code-copilot-team

Command Claude Code

Run the origin-confirmation circuit breaker for a feature. Validates that the working spec/plan is a faithful realisation of the user's original idea, and surfaces an interactive escalation if it has drifted.

6 yesterday A 0 tokens original MIT

phase-complete

23

gosha70/code-copilot-team

Command Claude Code

Signal phase completion. Validates that the review loop has passed (if peer review is enabled) and runs the post-phase checklist.

6 yesterday A 0 tokens original MIT

promote-lesson

24

gosha70/code-copilot-team

Command Claude Code

Promote a session-level lesson into the project wiki at knowledge/wiki/. Follows the canonical curator procedure; never edits the wiki without it.

6 yesterday A 0 tokens original MIT