sdd-in-action
Spec-driven development workflows with OpenSpec and BMAD
All Skills in This Repository (12)
Pure Emerald Level Indicatorsgithub-trending
Parse GitHub trending repositories and emit AI/LLM/agent/ML filtered JSON.
openspec-apply-change
Automates OpenSpec change application by guiding selection, status checks, and task execution.
openspec-explore
Explore ideas and investigate requirements while reviewing repository artifacts and OpenSpec changes.
openspec-verify-change
Verify OpenSpec change implementations against tasks, specs, and design notes.
openspec-new-change
Scaffold a new OpenSpec change with artifact-driven workflow templates.
openspec-archive-change
Archive completed OpenSpec changes into dated directories with status checks.
openspec-onboard
Guide OpenSpec users through the full lifecycle from explore to archive.
openspec-propose
Generate proposal.md, design.md, and tasks.md via OpenSpec CLI.
openspec-bulk-archive-change
Archive multiple completed OpenSpec changes in a single batch operation.
openspec-continue-change
Continues an OpenSpec change workflow by generating the next required artifact.
openspec-sync-specs
...
openspec-ff-change
Generate OpenSpec change artifacts with dependency sequencing and templates.
Frequently Asked Questions
FAQPage SchemaHow to install sdd-in-action?▼
Run `npx skills add huangjia2019/sdd-in-action --all -g -y` in your terminal to install all skills in this collection globally.
What is spec-driven development?▼
It is a workflow where you write requirements, design, and task specs first, then let the agent implement code that must match those specs. This repository walks you through it week by week with real code.
What tools does this course cover?▼
Week 1 covers grill-me basics, Week 2 introduces OpenSpec change management, Week 3 adds BMAD multi-role planning, and Week 4 finishes with the Superpowers methodology.
Does it work with Claude Code and OpenCode?▼
Yes. Every skill follows the standard SKILL.md format and ships in both .claude and .opencode folders, so it runs in Claude Code, OpenCode, Cursor, and similar environments.
Can beginners use this without prior experience?▼
Yes. The weekly structure starts from basics and each week includes specs, runnable code, and advanced Q&A notes to guide you step by step.
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