racecraft-lab/racecraft-plugins-public
Command
Create a feature branch with sequential or timestamp numbering.
racecraft-lab/racecraft-plugins-public
Command
Create a feature branch with sequential or timestamp numbering.
racecraft-lab/racecraft-plugins-public
Command
Initialize a Git repository with an initial commit.
racecraft-lab/racecraft-plugins-public
Command
Detect Git remote URL for GitHub integration.
racecraft-lab/racecraft-plugins-public
Command
Validate current branch follows feature branch naming conventions.
racecraft-lab/racecraft-plugins-public
Command
Perform a post-implementation retrospective analysis measuring spec adherence, implementation deviations, and lessons learned.
racecraft-lab/racecraft-plugins-public
Command
Validate project health: templates, agent config, Python runner/helpers, constitution, and feature artifacts.
racecraft-lab/racecraft-plugins-public
Command
Resume an interrupted session by detecting feature state and suggesting the next command.
racecraft-lab/racecraft-plugins-public
Command
Verify spec-to-task traceability and check that completed tasks produced expected files.
racecraft-lab/racecraft-plugins-public
Command
Verify tasks marked [X] in tasks.md are implemented, not phantom completions (marked done but backed by missing or dead code).
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.
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.
racecraft-lab/racecraft-plugins-public
Instructions file
Instructions for racecraft-lab/racecraft-plugins-public, a project described as: Open-source Claude Code plugins from Racecraft Lab.
racecraft-lab/racecraft-plugins-public
Instructions file Gemini CLI
Instructions for racecraft-lab/racecraft-plugins-public, a project described as: Open-source Claude Code plugins from Racecraft Lab.
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.
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.
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…
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…
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…
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.
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…
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.…
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.
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.
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…