alfredoperezalfredoperezCommunityยท28 Agent Skills Included

speckit-companion

Visual spec-driven development pipeline inside VS Code

Turns feature ideas into structured specs, plans, and task lists, then tracks implementation runs live inside VS Code. Renders specs as readable documents with inline review comments, per-phase timing, and requirement-to-test traceability instead of raw markdown walls. Keeps living specs synced with shipped code and records exactly what was built, so vague requirements never become wrong implementations.
npx skills add alfredoperez/speckit-companion --all -g -y
Available:

Tells the AI agent where the project's documentation, architecture notes, and current spec plan live, and sets the documentation, testing, and safety rules it must follow when working in this repository.

All Skills in This Repository (28)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
alfredoperezalfredoperez

speckit-checklist

Generate detailed checklists to validate AI-generated spec requirements in Spec-Driven Development workflows.

Community
Advanced
๐Ÿ“ฆ In Repo
alfredoperezalfredoperez

speckit-constitution

Update project constitutions and synchronize dependent templates in SpecKit.

Community
Advanced
๐Ÿ“ฆ In Repo
alfredoperezalfredoperez

speckit-implement

Execute implementation plans from tasks.md in Spec-Driven Development projects.

Community
Advanced
๐Ÿ“ฆ In Repo
alfredoperezalfredoperez

speckit-taskstoissues

Convert spec-kit project tasks into GitHub issues with dependency order.

Community
Intermediate
๐Ÿ“ฆ In Repo
alfredoperezalfredoperez

speckit-clarify

Identify ambiguities in AI feature specs and ask targeted clarification questions.

Community
Advanced
๐Ÿ“ฆ In Repo
alfredoperezalfredoperez

speckit-plan

Automate implementation planning for AI specifications in spec-kit projects.

Community
Intermediate
๐Ÿ“ฆ In Repo
alfredoperezalfredoperez

speckit-analyze

Analyze spec, plan, and tasks documents for consistency and quality.

Community
Advanced
๐Ÿ“ฆ In Repo
alfredoperezalfredoperez

speckit-specify

Create feature specifications from natural language inputs for spec-kit projects.

Community
Advanced
๐Ÿ“ฆ In Repo
alfredoperezalfredoperez

speckit-tasks

Generate dependency-ordered tasks.md from spec-kit design documents.

Community
Advanced
๐Ÿ“ฆ In Repo
alfredoperezalfredoperez

speckit-git-remote

Detect the Git remote URL for GitHub integration in SpecKit repositories.

Community
Basic
๐Ÿ“ฆ In Repo
alfredoperezalfredoperez

speckit-git-validate

Validate Git branch names against Spec-Kit naming conventions.

Community
Basic
๐Ÿ“ฆ In Repo
alfredoperezalfredoperez

speckit-git-initialize

Initialize a Git repository with an initial commit for Spec-Kit projects.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How 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โ†’