racecraft-lab

120 mods across 2 repositories, 15 stars between them.

verify

106

racecraft-lab/racecraft-plugins-public

Command

Perform a non-destructive post-implementation verification gate validating the implementation against spec.md, plan.md, tasks.md, and constitution.md.

4 2d ago A 27 tokens original MIT

racecraft-lab/racecraft-plugins-public

Instructions file CodexOpenCode

Instructions for racecraft-lab/racecraft-plugins-public, covering repository agent instructions, working rules, 1. surface assumptions before editing, 2. make the simplest change that solves the task and 3. keep edits surgical.

4 2d ago A 1,839 tokens original MIT

speckit-pro

110

racecraft-lab/racecraft-plugins-public

Plugin Claude Code

Autonomous Spec-Driven Development powered by GitHub SpecKit. Includes archive-aware autopilot startup, SDD coaching, multi-spec project management, and a fully autonomous workflow executor with multi-agent clarification consensus.

4 2d ago A tokens not measured original MIT

sweep-broker

111

racecraft-lab/racecraft-plugins-public

MCP server Claude CodeCodexCursor +2

MCP server "sweep-broker" as configured in racecraft-lab/racecraft-plugins-public. Runs speckit_pro_runner.sweep_broker with python3. Needs 1 environment variable to run.

4 2d ago A tokens not measured original MIT

analyze-executor

112

racecraft-lab/racecraft-plugins-public

Agent

Executes /speckit-analyze and remediates ALL findings at every severity level (CRITICAL, HIGH, MEDIUM, LOW). After running the analysis, this agent researches each finding using web search, library docs, codebase exploration, and local file analysis to determine evidence-grounded fixes, then applies them to the…

4 2d ago A 85 tokens original MIT

artifact-author

113

racecraft-lab/racecraft-plugins-public

Agent

Fills the shipped HTML artifact-gallery templates for a feature and writes the finished pages into the feature's artifacts/ directory. Use at draft pull-request time, after tasks.md exists and before the pull request is created or refreshed. Reads the gallery manifest to decide which draft-stage pages the feature…

4 2d ago A 108 tokens original MIT

checklist-executor

114

racecraft-lab/racecraft-plugins-public

Agent

Executes a single /speckit-checklist domain and remediates any [Gap] markers found. After running the checklist, this agent researches each gap using web search, library docs, codebase exploration, and local file analysis to determine evidence-grounded fixes, then applies them to spec.md or plan.md. Use for every…

4 2d ago A 80 tokens original MIT

clarify-executor

115

racecraft-lab/racecraft-plugins-public

Agent

Prepares a single Clarify question set for the autopilot workflow. This read-only agent inspects the workflow prompt, feature spec, and repo evidence, then returns prioritized questions with recommended answers and evidence for the parent orchestrator to answer/apply. It never edits artifacts and never waits on a user.

4 2d ago A 66 tokens original MIT

codebase-analyst

116

racecraft-lab/racecraft-plugins-public

Agent

Analyzes the existing codebase to resolve questions from the perspective of established code patterns and conventions. Used by speckit-autopilot during consensus resolution for Clarify (answering questions), Checklist (remediating gaps), and Analyze (fixing findings). Spawned with a specific question, gap description…

4 2d ago A 84 tokens original MIT

consensus-synthesizer

117

racecraft-lab/racecraft-plugins-public

Agent

Synthesizes outputs from the three consensus analysts (codebase-analyst, spec-context-analyst, domain-researcher) into a single actionable answer with confidence assessment. Applies the 2-of-3 agreement rule, flags all-disagree cases for human review, and produces exact artifact edits for the orchestrator to apply.…

4 2d ago A 85 tokens original MIT

domain-researcher

118

racecraft-lab/racecraft-plugins-public

Agent

Researches industry best practices and official documentation to resolve questions with evidence-based recommendations. Used across Clarify, Checklist, and Analyze consensus phases. Spawned with a specific question, gap, or finding — returns an answer backed by external documentation and community best practices.

4 2d ago A 57 tokens original MIT

gate-validator

119

racecraft-lab/racecraft-plugins-public

Agent

Runs gate validation commands (marker checks, metric thresholds) and returns pass/fail with structured JSON evidence. Used by the autopilot orchestrator after each phase to validate gates G0-G7. Replaces inline gate checking to offload mechanical work from the opus orchestrator.

4 2d ago A 58 tokens original MIT

implement-executor

120

racecraft-lab/racecraft-plugins-public

Agent

Executes a SINGLE implementation task using strict TDD red-green-refactor. Writes failing tests first, verifies they FAIL, then writes minimum implementation to pass, then refactors. Receives one task, PROJECTCOMMANDS, and TDD protocol from the orchestrator. Returns structured TDD evidence. Use for individual tasks in…

4 2d ago A 74 tokens original MIT