← All creators

racecraft-lab

Organization

Open-source Claude Code plugins from Racecraft Lab

25 indexed · 0 Featured · 0 stars · avg score 70
Prolific

Categories

Indexed Skills (25)

Testing & QA Listed

speckit-analyze

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

0 Updated today
racecraft-lab
Testing & QA Listed

speckit-checklist

Generate a custom checklist for the current feature based on user requirements.

0 Updated today
racecraft-lab
Testing & QA Listed

speckit-clarify

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

0 Updated today
racecraft-lab
Testing & QA Listed

speckit-constitution

Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.

0 Updated today
racecraft-lab
Testing & QA Listed

speckit-implement

Execute the implementation plan by processing and executing all tasks defined in tasks.md

0 Updated today
racecraft-lab
Testing & QA Listed

speckit-plan

Execute the implementation planning workflow using the plan template to generate design artifacts.

0 Updated today
racecraft-lab
Testing & QA Listed

speckit-specify

Create or update the feature specification from a natural language feature description.

0 Updated today
racecraft-lab
Testing & QA Listed

speckit-tasks

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

0 Updated today
racecraft-lab
Testing & QA Listed

speckit-taskstoissues

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

0 Updated today
racecraft-lab
Code & Development Listed

speckit-git-feature

Create a feature branch with sequential or timestamp numbering

0 Updated today
racecraft-lab
AI & Automation Listed

plugin-publish

Stage, commit, push, and open a PR for plugin changes. Validates the commit message against conventional-commits (required by validate-pr-title CI check), runs Layer 1 structural tests first, and reminds the user to run /plugin marketplace update after merge. Triggers on "publish plugin", "push plugin changes", "ship this plugin", "release this branch".

0 Updated today
racecraft-lab
Testing & QA Listed

scaffold-skill

Scaffold a new skill inside speckit-pro (or another plugin in this marketplace). Creates skills/<name>/SKILL.md with valid YAML frontmatter, optionally mirrors under codex-skills/, then runs bash tests/run-all.sh --layer 1 to verify. Triggers on "scaffold skill", "add a skill", "new speckit skill", "create skill in plugin".

0 Updated today
racecraft-lab
Code & Development Listed

speckit-git-commit

Auto-commit changes after a Spec Kit command completes

0 Updated today
racecraft-lab
Code & Development Listed

speckit-git-validate

Validate current branch follows feature branch naming conventions

0 Updated today
racecraft-lab
Data & Documents Listed

grill-me

Pre-spec design tree interview — walks one question at a time before /speckit-specify with the recommended answer first. Use when the user says: "grill me", "$grill-me", "grill me on this", "interview me about", "walk the design tree", "relentless interviewer", "produce a Design Concept doc", "Design Concept document for", "pre-spec scoping for". Accepts .md, .txt, or a free-text topic as input.

0 Updated today
racecraft-lab
AI & Automation Listed

speckit-autopilot

Autonomous SpecKit workflow executor. Reads a populated workflow file and runs all 7 SDD phases (specify → clarify → plan → checklist → tasks → analyze → implement) with programmatic gate validation, multi-agent consensus resolution, and auto-commits. Use when the user says "run autopilot", "execute workflow", "autonomous speckit", "autonomous execution", "kick off autopilot", "start the autonomous pipeline", "drive it through all the SDD phases", "run the whole thing autonomously", "full end-to-end speckit run", or hands over a populated SPEC-NNN-workflow.md file for end-to-end execution. Requires SpecKit CLI installed, constitution created, and a populated workflow file. Not for SDD methodology questions ($speckit-coach), pre-spec scoping ($grill-me), new-spec setup ($speckit-scaffold-spec), status checks ($speckit-status), or PR comment resolution ($speckit-resolve-pr).

0 Updated today
racecraft-lab
Testing & QA Listed

speckit-coach

Helps with SpecKit / Spec-Driven Development problems. Use when the user is stuck on: a failing simplicity gate or gate-validator rejecting acceptance criteria, deciding which checklist domains apply (api, security, observability, data-integrity, resilience), writing testable acceptance criteria the gate accepts, decomposing a large feature into multiple specs, creating a multi-spec technical roadmap, understanding the consensus protocol or how phase gates work, the difference between specify plan and specify tasks, what each /speckit-<command> does, how the tdd-mandate preset changes the workflow, where grill-me or clarify fit in the SDD process, repairing an existing speckit-pro project, making template customizations upgrade-safe, or browsing, installing, configuring, or removing SpecKit community extensions, presets, hooks, or catalog entries (verify, doctor, review, archive, retrospective, jira, azure-devops, and the rest of the upstream catalog). Not for actually running autopilot ($speckit-autopilot),

0 Updated today
racecraft-lab
Data & Documents Listed

install

Install or refresh the bundled SpecKit Pro Codex custom subagents. Copies the plugin's TOML agent templates into ~/.codex/agents/ by default, verifies the installed files, and tells the user to restart Codex so the new subagents load.

0 Updated today
racecraft-lab
AI & Automation Listed

speckit-install

Install the SpecKit CLI and initialize the current repository for one or both coding-agent integrations (Claude Code, Codex CLI). Use when the operator says: 'install speckit', 'set up speckit', 'initialize speckit in this repo', 'add speckit to this project', 'specify init for me', 'install spec-kit', '$speckit-install', or has a repo with no .specify/ directory and wants to start using Spec-Driven Development. Detects existing installs and hands off to $speckit-upgrade rather than overwriting. Safe to run on any repo. Not for upgrading an existing speckit install ($speckit-upgrade), not for scaffolding a new spec on an already-installed repo ($speckit-scaffold-spec), and not for installing this plugin's own bundled Codex subagents (use $install for that).

0 Updated today
racecraft-lab
Testing & QA Listed

speckit-resolve-pr

Address actionable review feedback on a pull request, push the fixes, and resolve review threads. Reads the PR comments, updates the code, runs project verification, replies to review threads, and reports what changed.

0 Updated today
racecraft-lab
AI & Automation Listed

speckit-scaffold-spec

Prepare a SPEC-ID from the technical roadmap for autonomous execution in Codex. Creates or reuses the spec branch and worktree, copies the workflow template, fills the phase prompts, commits the workflow artifacts, and updates roadmap status.

0 Updated today
racecraft-lab
Testing & QA Listed

speckit-status

Show the current SpecKit roadmap and workflow status in Codex. Aggregates workflow files and technical roadmaps, highlights active specs, identifies blocked work, and recommends the next unblocked spec to start.

0 Updated today
racecraft-lab
AI & Automation Listed

speckit-upgrade

Upgrade an existing SpecKit installation safely. Use when the operator says: 'upgrade speckit', 'update speckit', 'specify integration upgrade', 'migrate from slash commands to skills', 'safely upgrade spec-kit', 'bump speckit version', '$speckit-upgrade', or has an existing .specify/ directory and wants to move to the current spec-kit release. Preserves customizations (constitution.md, template overrides) via backup-and-restore. Handles the v0.8.13 slash-command → skills migration. Supports upgrading one or both integrations (Claude Code, Codex CLI). Hands off to $speckit-install when .specify/ is missing. Not for installing speckit for the first time (use $speckit-install), not for scaffolding a new spec ($speckit-scaffold-spec), and not for installing this plugin's bundled Codex subagents ($install).

0 Updated today
racecraft-lab
Code & Development Listed

speckit-git-initialize

Initialize a Git repository with an initial commit

0 Updated today
racecraft-lab
Code & Development Listed

speckit-git-remote

Detect Git remote URL for GitHub integration

0 Updated today
racecraft-lab

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.