skills/speckit-baseline/SKILL.md
Generate feature specifications by analyzing existing source code.
npx skillsauth add dceoy/spec-kit-agent-skills speckit-baselineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
.specify/ scripts and templates.If the target is missing or ambiguous, ask a focused question before continuing.
Generate a technology-agnostic spec for existing code, then create the feature branch/spec file using the standard Spec Kit templates.
Parse target input: Identify files, directories, or patterns to analyze.
Discover and read source files:
Analyze code structure:
Generate a short name (2-4 words) from the analyzed code:
Create the feature branch and spec file:
.specify/scripts/bash/create-new-feature.sh --json with the calculated number and short name.Load the spec template from .specify/templates/spec-template.md.
Draft the specification using the template structure:
Abstract implementation details:
Create spec quality checklist at FEATURE_DIR/checklists/requirements.md.
Report completion with:
specs/<feature>/spec.mdspecs/<feature>/checklists/requirements.md[NEEDS CLARIFICATION] for ambiguous code sections (max 3).Code Pattern → Spec Requirement:
if (user.role === 'admin') → "System MUST restrict action to administrator users"password.length >= 8 → "Passwords MUST be at least 8 characters"cache.set(key, value, 3600) → "System MUST cache results for improved performance"try { ... } catch (e) { notify(e) } → "System MUST notify users when errors occur"Code Pattern → User Story:
After generating spec.md:
data-ai
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
data-ai
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
testing
Create or update a feature specification from a natural language feature description.
content-media
Execute the implementation planning workflow using the plan template to generate design artifacts.