Skip to content

Commit 1ade6aa

Browse files
gotalabclaude
andcommitted
docs: fix Kiro IDE integration descriptions in READMEs
- Remove misleading /kiro:spec-impl reference for Kiro IDE - Clarify that specs created by cc-sdd are portable to Kiro IDE - Update descriptions across English, Japanese, and Traditional Chinese 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a598147 commit 1ade6aa

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ After running cc-sdd, you'll have:
6464

6565
Brings to Claude Code, Cursor IDE and Gemini CLI your project context, Project Memory (steering) and development patterns: **requirements → design → tasks → implementation**. **Kiro IDE compatible** — Reuse Kiro-style SDD specs and workflows seamlessly.
6666

67-
【Claude Code/Cursor IDE/Gemini CLI】ワンライナーで **AI-DLC(AI-Driven Development Life Cycle)****Spec-Driven Development(仕様駆動開発)** のワークフローを導入。プロジェクト直下に **10個のSlash Commands** 一式と設定ファイル(Claude Code用の **CLAUDE.md** / Cursor IDE用の **AGENTS.md** / Gemini CLI用の **GEMINI.md**)を配置し、プロジェクトの文脈と開発パターン(**要件 → 設計 → タスク → 実装**)、**プロジェクトメモリ(ステアリング)** を含みます。
67+
**【Claude Code/Cursor IDE/Gemini CLI】**
68+
ワンライナーで **AI-DLC(AI-Driven Development Life Cycle)****Spec-Driven Development(仕様駆動開発)** のワークフローを導入。プロジェクト直下に **10個のSlash Commands** 一式と設定ファイル(Claude Code用の **CLAUDE.md** / Cursor IDE用の **AGENTS.md** / Gemini CLI用の **GEMINI.md**)を配置、プロジェクトの文脈と開発パターン(**要件 → 設計 → タスク → 実装**)、**プロジェクトメモリ(ステアリング)** を含む。
6869

6970
📝 **関連記事**
7071
**[Kiroの仕様書駆動開発プロセスをClaude Codeで徹底的に再現した](https://zenn.dev/gotalab/articles/3db0621ce3d6d2)** - Zenn記事

tools/cc-sdd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ npx cc-sdd@latest --cursor --lang ja # For Cursor IDE instead
111111

112112
> **Specifications as the Foundation**: Based on [Kiro's specs](https://kiro.dev/docs/specs/) - specs transform ad-hoc development into systematic workflows, bridging ideas to implementation with clear AI-human collaboration points.
113113
114-
> **Kiro IDE Integration**: Specs are portable to [Kiro IDE](https://kiro.dev) - run `/kiro:spec-impl` with implementation guardrails and team collaboration features.
114+
> **Kiro IDE Integration**: Specs are portable to [Kiro IDE](https://kiro.dev) for enhanced implementation with guardrails and team collaboration features.
115115
116116
### Quality Validation (Optional - Brownfield Development)
117117
```bash

tools/cc-sdd/README_ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ npx cc-sdd@latest --cursor --lang ja # Cursor IDE用
9696

9797
> **仕様を基盤として**: [Kiroの仕様駆動手法](https://kiro.dev/docs/specs/)に基づく - 仕様がアドホック開発を体系的ワークフローに変換し、明確なAI-人間協働ポイントでアイデアから実装への橋渡しをします。
9898
99-
> **Kiro IDE統合**: 作成された仕様はKiro IDEにポータブル - `/kiro:spec-impl`を実装ガードレールとチーム協働機能付きで実行できます
99+
> **Kiro IDE統合**: 作成された仕様は[Kiro IDE](https://kiro.dev)での利用/実装も可能 - 強化された実装ガードレールとチーム協働機能を利用可能
100100
101101
### 既存コードに対する品質向上(オプション - ブラウンフィールド開発)
102102
```bash

tools/cc-sdd/README_zh-TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ npx cc-sdd@latest --cursor --lang zh-TW # Cursor IDE 用
9696

9797
> **規格作為基礎**:基於 [Kiro 的規格驅動方法論](https://kiro.dev/docs/specs/) - 規格將隨意開發轉換為系統工作流程,在明確的 AI-人類協作點將想法與實作連接。
9898
99-
> **Kiro IDE 整合**:規格可移植到 [Kiro IDE](https://kiro.dev) - 以實作保護欄和團隊協作功能執行 `/kiro:spec-impl`
99+
> **Kiro IDE 整合**:規格可移植到 [Kiro IDE](https://kiro.dev) - 提供強化的實作保護欄和團隊協作功能
100100
101101
### 品質驗證(可選 - 棕地開發)
102102
```bash

0 commit comments

Comments
 (0)