cc-ssdを導入する
from Claude Code
cc-ssdを導入する
を読んだが,Githubレポジトリと様相がかなり異なる? 随分前の記事だから仕方ないか
インストールしてみる
npx cc-sdd@latest
code: bash
Need to install the following packages:
cc-sdd@2.0.3
Ok to proceed? (y) y
code: bash
Select the agent you want to set up:
1. Claude Code (--claude-code)
Installs kiro prompts in .claude/commands/kiro/, shared settings in {{KIRO_DIR}}/settings/ (default .kiro/settings/), and an AGENTS.md quickstart.
2. Claude Code Agents (--claude-code-agent)
Installs kiro prompts in .claude/commands/kiro/, a Claude agent library in .claude/agents/kiro/, shared settings in {{KIRO_DIR}}/settings/, and a CLAUDE.md quickstart.
3. Codex CLI (--codex)
Installs kiro prompts in .codex/prompts/, shared settings in {{KIRO_DIR}}/settings/, and an AGENTS.md quickstart.
4. Cursor IDE (--cursor)
Installs kiro prompts in .cursor/commands/kiro/, shared settings in {{KIRO_DIR}}/settings/, and an AGENTS.md quickstart.
5. GitHub Copilot (--copilot)
Installs kiro prompts in .github/prompts/, shared settings in {{KIRO_DIR}}/settings/, and an AGENTS.md quickstart.
6. Gemini CLI (--gemini-cli)
Installs kiro prompts in .gemini/commands/kiro/, shared settings in {{KIRO_DIR}}/settings/, and an AGENTS.md quickstart.
7. Windsurf IDE (--windsurf)
Installs kiro workflows in .windsurf/workflows/, shared settings in {{KIRO_DIR}}/settings/, and an AGENTS.md quickstart.
8. Qwen Code (--qwen-code)
Installs kiro prompts in .qwen/commands/kiro/, shared settings in {{KIRO_DIR}}/settings/, and an AGENTS.md quickstart.
Agent number 1-8 (Enter for 1): 1
code: bash
Planned changes:
• Commands (.claude/commands/kiro/) — new (11 file(s))
• Project Memory document (CLAUDE.md) — new (1 file(s))
• Settings templates and rules (.kiro/settings/) — new (25 file(s))
✅ Setup completed: written=37, skipped=0
== Recommended models ==
• Claude 4.5 Sonnet or newer
== Next steps ==
1. Launch Claude Code and run /kiro:spec-init <what-to-build> to create a new specification.
2. Tip: Steering holds persistent project knowledge—patterns, standards, and org-wide policies. Kick off /kiro:steering (essential for existing projects) and /kiro:steering-custom <what-to-create-custom-steering-document>. Maintain Regularly
3. Tip: Update {{KIRO_DIR}}/settings/templates/ like requirements.md, design.md, and tasks.md so the generated steering and specs follow your team's and project's development process.
NextStepの内容とGithubのドキュメントの内容が食い違っている. ドキュメントを優先するか
仕様駆動開発の一歩を踏み出す
全部英語になってるな. どうしよう
/kiro:steering