speckit-agent-skills
Spec-driven development from requirements to working code
All Skills in This Repository (11)
Pure Emerald Level Indicatorsspeckit-checklist
Generate a requirements-quality checklist with CHK IDs referencing spec sections.
claude-command-converter
Convert Claude Code commands into portable SKILL.md files.
speckit-baseline
Analyze source code to generate feature specifications with user stories and acceptance criteria.
speckit-constitution
Define and update Spec Kit project constitution across templates and prompts.
speckit-implement
Execute tasks from tasks.md with dependency-driven sequencing and parallel support.
speckit-taskstoissues
Converts tasks.md entries into GitHub issues with original IDs referenced.
speckit-clarify
Identifies underspecified areas in feature specs and records up to five targeted clarification answers.
speckit-plan
Convert feature specifications into implementation plans and artifacts with Spec Kit.
speckit-analyze
Cross-check spec.md, plan.md, and tasks.md for inconsistencies and gaps.
speckit-specify
Generate a ready-to-plan specification from a natural-language feature description.
speckit-tasks
Generate dependency-ordered tasks.md from feature plans and design artifacts.
Frequently Asked Questions
FAQPage SchemaHow to install speckit-agent-skills?โผ
Run `npx skills add dceoy/speckit-agent-skills --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development?โผ
It is a workflow where you write a clear feature specification first, then generate a plan and task list from it before any code is written. These skills automate each step of that process.
Can it generate specs from existing code?โผ
Yes. The speckit-baseline skill analyzes existing source code and produces a technology-agnostic specification, which is useful for documenting legacy projects before refactoring.
Which coding assistants does it work with?โผ
The skills follow the standard SKILL.md format and work with Claude Code, Codex CLI, Cursor, GitHub Copilot CLI, OpenCode, and Gemini CLI.
Can it turn tasks into GitHub issues?โผ
Yes. The speckit-taskstoissues skill converts generated task lists into dependency-ordered GitHub issues, skipping any tasks that already have matching issues.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core