Port of ralph-orchestrator to Claude Code's official plugin system. Runs your prompt in a loop until a verification command passes. Solo mode for one session, team mode for parallel agents. Logs telemetry for post-session QA.
npx claudepluginhub james-traina/science-plugins --plugin ralpha-teamCancel active ralpha-team session
Run a planning-only loop to generate or refresh IMPLEMENTATION_PLAN.md
Analyze QA telemetry from the last Ralpha session
Start ralpha-team solo loop (single-session mode)
Check ralpha-team session status
Start ralpha-team orchestrated loop (team mode)
System design, API planning, task decomposition, and architectural decisions. Structure over implementation. <example> The lead needs to break down "Build a REST API with auth" into parallelizable tasks with clear file ownership. </example> <example> The team hit iteration 5 with failing integration tests. The architect needs to re-examine the module boundaries and fix the interfaces. </example>
Diagnoses failures, traces bugs, and fixes broken tests. Activated when things go wrong. <example> The verification command is failing and nobody can figure out why. </example> <example> Tests pass individually but fail when run together. The debugger investigates shared state. </example>
Writes production code, implements features, and builds modules. The primary code-writing teammate. <example> A task requires implementing the auth module at src/auth/ following the architect's design. </example> <example> The verification command is failing because a function returns the wrong type. The implementer fixes it. </example>
Strategic gap analysis and plan generation. Compares specs against the current codebase and produces a prioritised IMPLEMENTATION_PLAN.md. Use for plan mode and for complex priority/scope reasoning during build. <example> No IMPLEMENTATION_PLAN.md exists yet. The planner scans specs/* and src/* to find what is missing, partially implemented, or inconsistent, then writes a prioritised task checklist. </example> <example> Midway through a build loop the scope has drifted. The planner audits IMPLEMENTATION_PLAN.md against reality and identifies which completed items aren't actually done and which new items should be added. </example>
Code review, correctness checking, and quality assessment. Reads and critiques, does not write code. <example> An implementer has finished their task and the code needs review before marking complete. </example> <example> The team is on iteration 8 and the verification command still fails. The reviewer audits the codebase for systemic issues. </example>
Writes tests, validates coverage, and ensures quality. Focused on test-driven validation. <example> The implementer finished the auth module and tests need to be written for it. </example> <example> The verification command passes but only because the test suite is incomplete. The tester adds the missing coverage. </example>
Build and test validation. Runs typecheck, lint, and the full test suite mechanically and reports PASS or FAIL with specifics. Never modifies code. IMPORTANT: only one validator should run at a time — parallel validators produce backpressure conflicts. <example> An implementer has finished a feature. The lead spawns the validator to run the build and tests before marking the task complete. </example> <example> Verification keeps failing. The validator re-runs the suite and reports exactly which test or type error is blocking, giving the debugger a precise target. </example>
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams