speckit-companion
Visual spec-driven development pipeline inside VS Code
All Skills in This Repository (28)
Pure Emerald Level Indicatorsspeckit-checklist
Generate detailed checklists to validate AI-generated spec requirements in Spec-Driven Development workflows.
speckit-constitution
Update project constitutions and synchronize dependent templates in SpecKit.
speckit-implement
Execute implementation plans from tasks.md in Spec-Driven Development projects.
speckit-taskstoissues
Convert spec-kit project tasks into GitHub issues with dependency order.
speckit-clarify
Identify ambiguities in AI feature specs and ask targeted clarification questions.
speckit-plan
Automate implementation planning for AI specifications in spec-kit projects.
speckit-analyze
Analyze spec, plan, and tasks documents for consistency and quality.
speckit-specify
Create feature specifications from natural language inputs for spec-kit projects.
speckit-tasks
Generate dependency-ordered tasks.md from spec-kit design documents.
speckit-git-remote
Detect the Git remote URL for GitHub integration in SpecKit repositories.
speckit-git-validate
Validate Git branch names against Spec-Kit naming conventions.
speckit-git-initialize
Initialize a Git repository with an initial commit for Spec-Kit projects.
Frequently Asked Questions
FAQPage SchemaHow to install SpecKit Companion?โผ
Run `npx skills add alfredoperez/speckit-companion --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. This suite automates that flow from spec to implementation.
How does SpecKit Companion track what the AI built?โผ
It records every pipeline step and task completion in a context file, then shows per-phase timing, verified checks, and a requirement-to-test coverage table in a visual overview.
Does it work with Claude Code and other AI providers?โผ
Yes. The skills follow the universal SKILL.md standard and run in Claude Code, terminal CLIs, IDE chat, and the VS Code extension panel.
Can I review and correct a spec before coding starts?โผ
Yes. You can comment on individual spec lines like a pull request review, then dispatch those comments back to the AI for an in-place revision.
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