Understand the cc-sdd project structure
mainAfter installation, cc-sdd organizes your project using specific directories for different AI agents and shared specification state. The structure depends on whether you use Skills mode (recommended) or the Legacy command mode (deprecated).
Skills Mode (Recommended)
One of the following directories will be installed depending on your chosen agent:
.claude/skills/(Claude Code Skills).agents/skills/(Codex Skills).cursor/skills/(Cursor Skills).github/skills/(GitHub Copilot Skills).windsurf/skills/(Windsurf Skills).opencode/skills/(OpenCode Skills).gemini/skills/(Gemini CLI Skills).agent/skills/(Antigravity Skills)
Legacy Command Mode (Deprecated)
.claude/commands/kiro/(11 slash commands, use--claude).github/prompts/(11 prompt commands, use--copilot).windsurf/workflows/(11 workflow files, use--windsurf)
Shared Project Memory and Spec State
These directories are used across agents to maintain specification and steering:
.kiro/settings/templates/: Common templates (expands{{KIRO_DIR}}).kiro/settings/rules/: Common rules for non-skills agents.kiro/specs/: Feature specifications.kiro/steering/: AI steering documentsCLAUDE.md/AGENTS.md: Project settings specific to each agent