Spec Craft
Description
Scaffold a spec-driven development (SDD) workflow into any project — stage-gated from business spec to LLD, decomposition, implementation, and validation. Supports Claude Code, Gemini CLI, and GitHub Copilot.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
speccraft
[](https://www.npmjs.com/package/@rspl/speccraft) [](https://www.npmjs.com/package/@rspl/speccraft) [](https://github.com/RishabhSoftwarePrivateLimited/spec-craft/actions/workflows/ci.yml) [](LICENSE)
**speccraft** is a CLI scaffolding tool for spec-driven development (SDD) — Rishabh Software Private Limited's stage-gated workflow that takes one business spec through LLD, decomposition, implementation, testing, and validation. Drop it into any project and pair it with the agent tooling you already use: Claude Code, Gemini CLI, or GitHub Copilot.
Quickstart
npx @rspl/speccraft my-app
What it does
- Drops in
spec/— the full stage-gated SDD workflow (business spec → LLD → decompose → implement → test → validate), agent-agnostic and always installed. - Ships
/speccraft.orchestrateto run that whole workflow end to end from one business spec file. Run it plain for a human-reviewed pass with an approval gate at every stage, or as/speccraft.orchestrate auto .mdfor a fully unattended run — the agent reviews and resolves every gate itself and logs each decision (including how it resolved any conflict) for you to audit afterward. See docs/command-reference.md. - Lets you pick which agent tooling to add: Claude Code, Gemini CLI, GitHub Copilot, and/or a plain agent-agnostic skills layer — install only what you use.
- Selecting Claude Code or Gemini CLI also makes their 12 commands available globally (
~/.claude/commands/,~/.gemini/commands/) in the same run, never overwriting a command you already have. - Everything is copy-once and yours: no ongoing dependency on this tool afte
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing