← ClaudeAtlas

spec-advisorlisted

Detect whether a software project lacks a spec-driven development system and, if so, advise which one fits (GitHub Spec Kit, OpenSpec, BMAD-METHOD, Agent OS, Taskmaster, AWS Kiro, ADR tooling) and delegate setup to that system's own installer. Use when setting up a project's spec or planning process, when asked which spec system or SDD framework a project should use, when adopting spec-driven development, or when harness-setup detects a software project with no spec system. Scans first for any existing spec or ADR registry and stays out if one is present. Does NOT author specs itself (the installed system owns that), does NOT build the .claude/ agent harness (that is harness-setup), and does NOT create Claude Code components (that is plugin-dev or skill-creator).
MrBogomips/claude-code · ★ 0 · Testing & QA · score 75
Install: claude install-skill MrBogomips/claude-code
# Spec advisor — choose and set up a spec-driven development system When a software project has no spec-driven development (SDD) system, this skill helps the user **choose** a fitting one and **delegates setup to that system's own installer**. It never authors specs, PRDs, or ADRs — the installed system owns its workflow. The skill advises; it writes nothing of its own except by running the chosen system's installer, and only after explicit approval. It is offline-first. Everything needed to scan, recommend, and name an install command is in the two curated references; the network is reached only with the user's say-so (see the online policy in `references/spec-systems.md`). ## What this skill is not — and which skill to use instead The "no duplication" boundary is the point of this skill, so it is worth stating as hard limits. This skill does **not**: | Does NOT | Use instead | |---|---| | Author specs, PRDs, or ADRs | the **installed system** — it owns its workflow | | Build the `.claude/` agent harness (agents, skills, orchestrator) | **harness-setup** | | Assess how well a harness is used | **harness-review** | | Create Claude Code components (skills, agents, plugins) | **plugin-dev / skill-creator** | | Give one-shot Claude Code automation recommendations | **claude-code-setup** | | Push a spec system when one is already present | nothing — the scan reports and stops | | Write to `CLAUDE.md` | nothing — the chosen system's on-disk artifacts are self-evident | A spe