You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Claude Code |`claude-code`| Yes | Yes | Full (Task tool) | Yes | No |`~/.claude`|
12
+
| OpenCode |`opencode`| Yes | Yes | Full (multi-mode overlay) | No | Yes |`~/.config/opencode`|
13
+
| Gemini CLI |`gemini-cli`| Yes | Yes | Full (experimental) | No | No |`~/.gemini`|
14
+
| Cursor |`cursor`| Yes | Yes | Full (native subagents) | No | No |`~/.cursor`|
15
+
| VS Code Copilot |`vscode-copilot`| Yes | Yes | Full (runSubagent) | No | No |`~/.copilot` + VS Code User profile |
16
+
| Codex |`codex`| Yes | Yes | Solo-agent | No | No |`~/.codex`|
17
+
| Windsurf |`windsurf`| Yes (native) | Yes | Solo-agent | No | No |`~/.codeium/windsurf`|
18
+
| Antigravity |`antigravity`| Yes (native) | Yes | Solo-agent + Mission Control | No | No |`~/.gemini/antigravity`|
19
+
| Kimi |`kimi`| Yes | Yes | Full (native custom agents) | No | No |`~/.kimi`|
20
+
| Qwen Code |`qwen-code`| Yes | Yes | Full (native sub-agents) | No | Yes |`~/.qwen`|
21
+
| Kiro IDE |`kiro-ide`| Yes | Yes | Full (native subagents) | No | No |`~/.kiro`|
21
22
22
23
All agents receive the **full SDD orchestrator** injected into their system prompt, plus skill files written to their skills directory. The agent handles SDD automatically when the task is large enough, or when the user explicitly asks for it — no manual setup required.
23
24
24
25
---
25
26
26
27
## Delegation Models
27
28
28
-
| Model | How It Works | Agents |
29
-
|-------|-------------|--------|
30
-
|**Full (sub-agents)**| Each SDD phase runs in an isolated context window via native sub-agent delegation. The orchestrator coordinates; sub-agents execute. | Claude Code, OpenCode, Gemini CLI, Cursor, VS Code Copilot, Qwen Code |
31
-
|**Solo-agent**| All SDD phases run inline in the same conversation. The orchestrator IS the executor. Engram provides cross-phase persistence. | Codex, Windsurf, Antigravity |
|**Full (sub-agents)**| Each SDD phase runs in an isolated context window via native sub-agent delegation. The orchestrator coordinates; sub-agents execute. | Claude Code, OpenCode, Gemini CLI, Cursor, VS Code Copilot, Kimi, Kiro IDE, Qwen Code |
32
+
|**Solo-agent**| All SDD phases run inline in the same conversation. The orchestrator IS the executor. Engram provides cross-phase persistence. | Codex, Windsurf, Antigravity|
- Built-in Kimi variables are preserved in `KIMI.md`: `${KIMI_AGENTS_MD}` and `${KIMI_SKILLS}`
142
+
127
143
### Kiro IDE
144
+
128
145
-**Detection**: gentle-ai detects Kiro from its config root (`~/.kiro`) during install/TUI discovery — `~/.kiro` must exist (created on first Kiro launch). `kiro` on `PATH` is also checked for sync/upgrade flows but is not required for install auto-detection
129
146
-**Steering file** (all platforms): `~/.kiro/steering/gentle-ai.md` with frontmatter `inclusion: always`
130
147
- Native subagents at `~/.kiro/agents/sdd-{phase}.md` (10 files)
0 commit comments