bostonaholic

89 mods across 2 repositories, 31 stars between them.

bostonaholic/rpikit

Skill Claude CodeCodex

Rigorous TDD methodology enforcing RED-GREEN-REFACTOR discipline. Use when implementing features or fixing bugs during the implement phase. Tests must be written before production code - no exceptions.

20 8d ago A 42 tokens original MIT

bostonaholic/rpikit

Skill Claude CodeCodex

Evidence-before-claims discipline for implementation completion. Use before claiming any work is complete, fixed, or passing. Run verification commands and confirm output before making success claims.

20 8d ago A 38 tokens original MIT

writing-plans

27

bostonaholic/rpikit

Skill Claude CodeCodex

Transform research findings into actionable implementation plans with granular steps, verification criteria, and stakes-based enforcement. Plans serve as contracts between human and AI.

20 8d ago A 32 tokens original MIT

team-dev

28

bostonaholic/team

Plugin Claude Code

Plugin marketplace listing 1 plugin: team.

11 yesterday A tokens not measured original MIT

team

29

bostonaholic/team

Plugin Claude Code

Orchestrates specialized agents to autonomously implement entire features end-to-end.

11 yesterday A tokens not measured original MIT

PreToolUse

30

bostonaholic/team

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing pre-merge-guard.mjs via node. From bostonaholic/team.

11 yesterday A tokens not measured original MIT

PostToolUse

31

bostonaholic/team

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, executing check-registry-sync.mjs via node. From bostonaholic/team.

11 yesterday A tokens not measured original MIT

team

32

bostonaholic/team

Settings file Claude Code

Agent settings declaring 2 hook events (PreToolUse, PostToolUse).

11 yesterday A tokens not measured original MIT

create-team-skill

33

bostonaholic/team

Skill Claude CodeCodex

Authoring guide for creating a new skill in this plugin, matching the conventions the existing skills already use. Establishes the three decisions every skill must make before any prose is written: how it is invoked (entry point vs building block), how it acquires its input, and how it manages the context window. Do…

11 yesterday A 119 tokens original MIT

version-bump

34

bostonaholic/team

Skill Claude CodeCodex

Version the Team plugin at land time (DEV-internal, not distributed): decide the SemVer level, compute the next free version against current main, update all six version strings, cut the [Unreleased] changelog body into a dated [X.Y.Z] section, run the land-time consistency assertion, and commit chore(version): X.Y.Z.…

11 yesterday A 207 tokens original MIT

team AGENTS.md

35

bostonaholic/team

Instructions file CodexOpenCode

Instructions for bostonaholic/team, covering agents.md: project router, what this is, runtime vs. development, design philosophy and pipeline.

11 yesterday A 3,513 tokens original MIT

team CLAUDE.md

36

bostonaholic/team

Instructions file

Instructions for bostonaholic/team, a project described as: Orchestrates specialized agents to autonomously implement entire features end-to-end.

11 yesterday A 3 tokens copy · 100% MIT

code-reviewer

37

bostonaholic/team

Agent

Use when an adversarial code review is needed after implementation. Reviews with fresh context and no shared conversation history to prevent self-evaluation bias. Produces a hard-gating verdict — REQUEST CHANGES blocks shipping. Example triggers — "review my changes", "code review the implementation", "check this PR…

11 yesterday A 67 tokens original MIT

design-author

38

bostonaholic/team

Agent

Use after research is complete to draft the approach before any code is written. Drafts a 200-line design document covering current state, desired end state, patterns to follow, and decisions made. Resolves its own open questions autonomously, recording each as an explicit, auditable assumption in the design.

11 yesterday A 64 tokens original MIT

file-finder

39

bostonaholic/team

Agent

Use when you need to locate files in a codebase relevant to a specific area. Maps conceptual goals to actual file locations even when exact names are unknown. Operates from questions.md only, never the original task description.

11 yesterday A 48 tokens original MIT

implementer

40

bostonaholic/team

Agent

Use when the implementation plan needs to be executed slice by slice. A seasoned coding expert that reads the plan, follows TDD discipline, executes one vertical slice at a time, and commits each slice atomically when its tests pass. Dispatched during the Implement phase.

11 yesterday A 56 tokens original MIT

planner

41

bostonaholic/team

Agent

Use after the structure is produced to create the tactical implementation plan. Translates each vertical slice in structure.md into precise file-level steps with acceptance test mappings. The plan is a tactical artifact for the implementer — neither the structure nor the plan is human-reviewed (the design passed…

11 yesterday A 61 tokens original MIT

questioner

42

bostonaholic/team

Agent

Use as the first agent of the QRSPI pipeline. Decomposes a user's task description into a full task record (task.md) and neutral research questions (questions.md), plus conditional artifacts — a prd.md when the PRD criteria apply, and a repos.md listing the repos the topic touches when the description names more than…

11 yesterday A 89 tokens original MIT

researcher

43

bostonaholic/team

Agent

Use when codebase facts need to be gathered before any design or implementation work. Reads code, traces dependencies, documents patterns. Receives only the path to questions.md, never the original task description.

11 yesterday A 43 tokens original MIT

security-reviewer

44

bostonaholic/team

Agent

Use when a security review is needed after implementation. Applies OWASP-style checks with fresh context. Critical findings are a hard gate — they block shipping until resolved. Example triggers — "security review", "check for vulnerabilities", "audit this code for security issues".

11 yesterday A 56 tokens original MIT

structure-planner

45

bostonaholic/team

Agent

Use after the design review passes to break the work into vertical slices with verification checkpoints. Each slice is end-to-end (touches every layer needed to deliver one piece of functionality), independently testable, and atomically committable. Produces a 2-page document that the planner and implementer consume…

11 yesterday A 77 tokens original MIT

technical-writer

46

bostonaholic/team

Agent

Use after implementation to review whether project documentation needs updating. Reads the diff and compares against existing docs to identify gaps and stale content. Produces a structured report — does not rewrite docs itself. Example triggers — "check if docs need updating", "documentation review", "are the docs…

11 yesterday A 63 tokens original MIT

test-architect

47

bostonaholic/team

Agent

Use after the worktree is prepared to write all failing acceptance tests from the structure. Tests form the immutable scope fence for implementation. Operates inside the implement phase as a sub-step before the implementer runs.

11 yesterday A 46 tokens original MIT

ux-reviewer

48

bostonaholic/team

Agent

Use when live application verification is needed after implementation. Boots the application, interacts with it as a user would, and evaluates the experience. For API-only projects, sends real HTTP requests. Example triggers — "verify the app works", "test the UI", "check the user experience", "smoke test the…

11 yesterday A 68 tokens original MIT