Releases: gotalab/cc-sdd
v3.0.2
🔧 Patch Fixes
Patch release that keeps the Codex spec-reviewer role valid for cross-spec review.
What Changed
- Added the missing
descriptionfield to the Codexspec-reviewertemplate so Codex keeps the custom role available instead of ignoring it as malformed.
Resources
- Pull Requests: #160, #161
- Full Changelog: CHANGELOG.md
- Release Notes: English | 日本語
Installation
npx cc-sdd@latestv3.0.1
🛡️ Path Safety Hardening
Patch release focused on safer filesystem handling in cc-sdd, with a small follow-up mojibake fix and a minor English wording cleanup.
What Changed
- Hardened manifest-, template-, and shared-rule-derived path handling so generated file operations stay within their expected roots
- Rejected unsafe traversal-style inputs and writes through symlinked destinations during execution
- Fixed the mojibake in the Claude Code Skills
kiro-impltemplate so the feature-flag protocol renders the→arrow correctly - Updated a few English docs lines to replace
team-scale AI-driven developmentwithAI-driven development at team scale
Resources
Installation
npx cc-sdd@latest🙏 Contributors
Thanks to all contributors who made this release possible, including @takaram.
v3.0.0
Skills Mode & Autonomous Implementation
cc-sdd v3.0.0 makes Agent Skills the primary workflow across 8 platforms and turns approved specs into a practical execution control plane, from discovery through long-running autonomous implementation.
Highlights
- Skills mode is now the primary installation path across 8 platforms
- New workflow entry points: /kiro-discovery, /kiro-spec-batch, and autonomous /kiro-impl
- Native subagent-driven implementation flow replaces the external Ralph Loop dependency
- Clear migration path for deprecated command-based installs and blocked --codex prompts mode
What Changed
- Added skills-based agents for Cursor, GitHub Copilot, OpenCode, Gemini CLI, Windsurf, and Antigravity, alongside upgraded Claude Code Skills and Codex Skills support
- Added new .kiro/settings/ rules and templates for boundary-first planning, design synthesis, review gates, task decomposition, and steering customization
- Added cc-sdd-new-agent, a SOP-style skill for adding or migrating supported agents
- Tightened issue timeout automation so only maintainer-labeled awaiting-response issues are auto-closed
Resources
- Pull Requests: #141, #138
- Full Changelog: https://github.com/gotalab/cc-sdd/blob/main/CHANGELOG.md#300---2026-04-10
- Release Notes EN: https://github.com/gotalab/cc-sdd/blob/main/docs/RELEASE_NOTES/RELEASE_NOTES_en.md
- Release Notes JA: https://github.com/gotalab/cc-sdd/blob/main/docs/RELEASE_NOTES/RELEASE_NOTES_ja.md
Installation
npx cc-sdd@latest
v2.1.1
🔧 Bug Fixes & Security
This patch release includes a bug fix for OpenCode agent and a security update.
What Changed
- Fixed OpenCode agent slash command frontmatter to use full agent path
- Updated vitest to v4 to resolve security vulnerabilities
New Contributors
- @hiiamkazuto made their first contribution in #134
Resources
- Pull Requests: #134, #135
- Full Changelog: CHANGELOG.md
- Release Notes: English | 日本語
Installation
npx cc-sdd@latestv2.1.0
🚀 OpenCode Support
Added OpenCode as the 8th supported agent with full Spec-Driven Development workflow integration, and updated recommended models to the latest versions.
✨ Highlights
- OpenCode Support: Full SDD workflow with 11 kiro commands and subagent mode
- Model Updates: Claude Opus 4.5, OpenAI GPT-5.2, Google Gemini 3 Flash
- Cleaner Prompts: Removed think keywords from templates
🔧 Changes
- Added: OpenCode support with
.opencode/commands/and.opencode/agents/ - Changed: Updated recommended models across all agents
- Changed: Removed think keywords for cleaner prompt templates
📈 Key Metrics
- Supported Agents: 8 (Claude Code, Cursor, Gemini CLI, Codex CLI, GitHub Copilot, Qwen Code, Windsurf, OpenCode)
- Commands: 11 per agent
- Languages: 13
🔮 Coming Next
- Claude Code Skills support: SDD commands as reusable skills
🔗 Resources
📦 Installation
npx cc-sdd@latest🙏 Contributors
Thanks to @inovue for contributing OpenCode support!
v2.0.5
🌍 Greek Language Support
Added Greek (el) as the 13th supported language.
What's New
- Greek (el) language support - All templates, guidelines, and documentation now available in Greek
New Contributors
- @tpapamichail made their first contribution in #121
Resources
- Pull Request: #121
- Full Changelog: CHANGELOG.md
- Release Notes: English | 日本語
Installation
npx cc-sdd@latestv2.0.4
What's Changed
🐛 Bug Fixes
- Fixed GitHub Copilot prompt files to replace deprecated
modeattribute withagent(#118) - Fixed registry.ts with review improvements (#107)
📚 Documentation
- Added AI-Assisted SDD book reference to documentation (#109)
New Contributors
- @irisTa56 made their first contribution in #118
- @leosamp made their first contribution in #109
- @Kakenyan made their first contribution in #107
Full Changelog: v2.0.3...v2.0.4
v2.0.3
🎉 cc-sdd v2.0.3 – GPT-5.1 Codex tuning
Small, focused patch release that refines GPT-5.1 model recommendations and keeps tests aligned with the stricter language-handling rules introduced in v2.0.2.
✨ Highlights
- GPT-5.1 Codex recommendations: Explicitly recommend
gpt-5.1-codex medium/highfor Codex CLI, Cursor, GitHub Copilot, and Windsurf as the primary code-focused option, while keepinggpt-5.1 medium/highas a general-purpose fallback. - DEV_GUIDELINES test alignment: Update DEV_GUIDELINES-related tests and real manifest tests so they match the tightened language-handling behavior from v2.0.2 and keep
npm testgreen on v2.0.3.
🔧 Changes
- Changed: Refined
recommendedModelsentries in the dev guideline registry for agent integrations (Codex, Cursor, Copilot, Windsurf) to surface GPT-5.1 Codex as the default suggestion for coding workflows. - Fixed: Adjusted tests under
tools/cc-sdd/test/to assert the new DEV_GUIDELINES copy and updated recommended-model strings.
🔗 Resources
- Pull Requests: #104, #105
- Full Changelog: CHANGELOG.md
- Release Notes: English | 日本語
📦 Installation
npx cc-sdd@latest🙏 Contributors
Thanks to everyone iterating on GPT-5.1 and Codex workflows and keeping the templates and tests sharp.
v2.0.2
📝 cc-sdd v2.0.2 – Language & EARS Behavior
This release refines language handling and EARS-format guidance across all agents so that generated Markdown follows the spec language more reliably, with clearer EARS behavior.
What Changed
- Align DEV guidelines so that all generated Markdown in project files (requirements, design, tasks, research, validation) uses the target language from
spec.json.language/{{LANG_CODE}}. - Unify fallback behavior across agents so that when
spec.json.languageis undefined, the default language is English (en). - Clarify EARS behavior: treat trigger phrases such as
When,If,While,Where,The system shall, andThe [system] shallas atomic English fragments, keep them in English, and localize only the variable parts of each requirement into the target language.
Resources
- CHANGELOG: https://github.com/gotalab/cc-sdd/blob/main/CHANGELOG.md#202---2025-11-15
- Release Notes (EN/JA): https://github.com/gotalab/cc-sdd/tree/main/docs/RELEASE_NOTES
- Detailed plan: https://github.com/gotalab/cc-sdd/blob/main/docs/cc-sdd/v2.0.2/RELEASE_NOTES.md
- Pull Request: #102
Installation
npx cc-sdd@latest