Ratler

30 mods across 2 repositories, 32 stars between them.

dream-team-dev

01

Ratler/dream-team

Plugin Claude Code

Plugin marketplace listing 1 plugin: dream-team.

16 3mo ago A tokens not measured original MIT

dream-team

02

Ratler/dream-team

Plugin Claude Code

Structured project planning and execution through brainstorm, spec, and build phases across three execution tiers: sequential, delegated sub-agents, and full agent teams.

16 3mo ago A tokens not measured original MIT

Ratler/dream-team

Instructions file

Instructions for Ratler/dream-team, covering claude.md, what this is, commands, run all tests and run a single test.

16 3mo ago A 1,760 tokens original MIT

architect

04

Ratler/dream-team

Agent

Use this agent for design decisions, architectural analysis, solution proposals, and structural recommendations. Read-only — produces designs, not code.

16 3mo ago A 28 tokens original MIT

builder

05

Ratler/dream-team

Agent

Use this agent when code needs to be written, files created, or features implemented. Executes ONE task at a time with full read/write access. Uses TDD. Follows specs exactly.

16 3mo ago A 40 tokens original MIT

debugger

06

Ratler/dream-team

Agent

Use this agent for systematic debugging. Reproduces issues, forms hypotheses, investigates root causes, applies targeted fixes, and verifies resolution. Interactive and methodical — understand it before fixing it.

16 3mo ago A 41 tokens original MIT

docs

07

Ratler/dream-team

Agent

Use this agent after all code is written to produce and update project documentation. Reviews changes against the spec's Documentation Requirements section and writes README updates, changelog entries, API docs, and inline comments for complex logic. Read-write — modifies documentation files only.

16 3mo ago A 53 tokens original MIT

merger

08

Ratler/dream-team

Agent

Use this agent for branch integration in delegated mode. Merges builder worktree branches back into the feature branch with tiered conflict resolution. Dispatched by the orchestrator after builder completion and review approval.

16 3mo ago A 43 tokens original MIT

researcher

09

Ratler/dream-team

Agent

Use this agent for codebase exploration, documentation research, pattern investigation, and gathering context. Read-only — cannot write or edit files.

16 3mo ago A 30 tokens original MIT

reviewer

10

Ratler/dream-team

Agent

Use this agent for qualitative code review against specs and coding standards. Categorizes issues by severity. Read-only — cannot modify files.

16 3mo ago A 29 tokens original MIT

scout

11

Ratler/dream-team

Agent

Use this agent for fast, cheap pre-build reconnaissance. Scans file structures, identifies patterns and conventions, reports gotchas. Read-only — haiku model for cost efficiency. Dispatched by the orchestrator before builders on complex tasks.

16 3mo ago A 50 tokens original MIT

security-reviewer

12

Ratler/dream-team

Agent

Use this agent for proactive security auditing of code changes. Works through a structured 7-category checklist on every review. Read-only — cannot modify files.

16 3mo ago A 34 tokens original MIT

tester

13

Ratler/dream-team

Agent

Use this agent for independent adversarial testing, integration tests spanning multiple components, and security/boundary testing. Writes test files only — cannot modify source code. Complements builder TDD by testing from the spec (not the implementation) and targeting edge cases builders miss.

16 3mo ago A 56 tokens original MIT

validator

14

Ratler/dream-team

Agent

Use this agent for final mechanical verification. Runs validation commands, checks acceptance criteria, produces pass/fail report. Read-only.

16 3mo ago A 27 tokens original MIT

build

15

Ratler/dream-team

Command

Execute an implementation plan — reads a spec file, detects mode from frontmatter, runs the appropriate strategy.

16 3mo ago A 20 tokens original MIT

debug

16

Ratler/dream-team

Command

Systematic debugging — reproduce the issue, investigate root cause, apply targeted fix, verify resolution.

16 3mo ago A 18 tokens original MIT

plan

17

Ratler/dream-team

Command

Start here — brainstorm and plan a new feature or task through interactive conversation.

16 3mo ago A 14 tokens original MIT

spec-delegated

19

Ratler/dream-team

Command

Write a delegated execution spec from the current brainstorming session.

16 3mo ago A 10 tokens original MIT

spec-sequential

20

Ratler/dream-team

Command

Write a sequential execution spec from the current brainstorming session.

16 3mo ago A 10 tokens copy · 92% MIT

spec-team

21

Ratler/dream-team

Command

Write a team execution spec from the current brainstorming session.

16 3mo ago A 10 tokens copy · 91% MIT

SessionStart

22

Ratler/dream-team

Hook

Runs when a session starts on startup, resume, clear and compact, executing session_start.js via node. From Ratler/dream-team.

16 3mo ago A tokens not measured original MIT

PreToolUse

23

Ratler/dream-team

Hook

Runs before the agent uses a tool for Skill, Agent and Task tool calls, executing preflight_team_check.js and block_nested_agent.js via node (2 commands). From Ratler/dream-team.

16 3mo ago A tokens not measured original MIT

TaskCompleted

24

Ratler/dream-team

Hook

Runs when a task is marked completed, executing validate_task_completed.js via node. From Ratler/dream-team.

16 3mo ago A tokens not measured original MIT