spec-kit-command-cursor
Spec-driven planning, implementation, and code auditing workflows
All Skills in This Repository (5)
Pure Emerald Level Indicatorssdd-planning
Convert specifications into technical plans with architecture and phased roadmaps.
sdd-audit
Compare code implementations against spec documents to produce structured audit reports.
sdd-research
Analyze codebase patterns and external references to produce a research brief.
sdd-implementation
Execute planned implementation tasks in dependency order from spec files.
sdd-evolve
Update specification files and changelog after implementation discoveries.
Frequently Asked Questions
FAQPage SchemaHow to install spec-kit-command-cursor?โผ
Run `npx skills add madebyaris/spec-kit-command-cursor --all -g -y` in your terminal to install all skills globally.
What is spec-driven development in Cursor?โผ
It means writing a clear specification and technical plan first, then letting the agent implement code that follows that plan exactly. This suite provides the commands and templates to run that workflow inside Cursor.
How do I plan a feature before coding?โผ
Type /brief followed by your feature name to get a quick 30-minute plan, or use /research, /specify, and /plan for complex or high-risk work.
Can it check my code against the spec?โผ
Yes. The /audit command and sdd-audit skill compare your implementation against the specification and produce a report with severity-ranked issues.
Does it remember decisions between sessions?โผ
Yes, optionally. The /sdd-memory command lets you enable Cursor native memories or a self-hosted mem0 backend so decisions and conventions persist across sessions.
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