quick-spec

Rapid spec development for simpler tasks. Deep codebase analysis with opinionated recommendations and max 10 targeted questions. Use instead of spec-elicitation for straightforward features, refactors, and well-understood work.

Content Preview
---
model: opus
description: Rapid spec development for simpler tasks. Deep codebase analysis with opinionated recommendations and max 10 targeted questions. Use instead of spec-elicitation for straightforward features, refactors, and well-understood work.
argument-hint: <feature-description> [output-path.md]
allowed-tools: [Read, Write, Edit, Glob, Grep, AskUserQuestion, Task]
---

<objective>
Rapidly develop a focused specification for $1 by deeply understanding the codebase first, making info
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/quick-spec.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/spec-workflow/quick-spec.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/spec-workflow/quick-spec.md

Related Skills