mirror of
https://github.com/obra/superpowers.git
synced 2026-08-08 15:22:59 +08:00
Drop devin-tools.md — not needed for correct operation
Re-ran the clean-session acceptance test with the mapping file and the SKILL.md Platform Adaptation pointer removed: using-superpowers and brainstorming still auto-trigger first, and the full workflow chain (writing-plans, executing-plans, TDD, verification) resolves every action to Devin's native tools. Devin CLI's own system prompt already documents its tools (skill invocation, subagent profiles, todo tracking, question prompts), so the mapping was redundant. Test now validates the manifest only.
This commit is contained in:
@@ -57,7 +57,6 @@ If your harness appears here, read its reference file for special instructions:
|
||||
- Pi: `references/pi-tools.md`
|
||||
- Antigravity: `references/antigravity-tools.md`
|
||||
- Hermes Agent: `references/hermes-tools.md`
|
||||
- Devin CLI: `references/devin-tools.md`
|
||||
|
||||
## User Instructions
|
||||
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
# Devin CLI Tool Mapping
|
||||
|
||||
Skills speak in actions ("dispatch a subagent", "create a todo", "read a file"). On Devin CLI these resolve to the tools below.
|
||||
|
||||
| Action skills request | Devin CLI equivalent |
|
||||
| --- | --- |
|
||||
| Invoke a skill | The native `skill` tool (skills also appear as `/superpowers:<skill>` slash commands) |
|
||||
| Dispatch a subagent (`Subagent (general-purpose):` template) | `run_subagent` with the `subagent_general` profile; use `subagent_explore` for read-only exploration |
|
||||
| Task tracking ("create a todo", "mark complete") | `todo_write` |
|
||||
| Ask the user / present options | `ask_user_question` (native multiple-choice prompts; fall back to plain text in non-interactive mode) |
|
||||
|
||||
## Subagents
|
||||
|
||||
`run_subagent` subagents are stateless and cannot ask clarifying questions — front-load the full context and exact instructions in the task prompt, as the subagent-driven-development templates already do. Run independent tasks in parallel with `is_background: true`; keep dependent tasks sequential.
|
||||
|
||||
## File, shell, and search tools
|
||||
|
||||
Devin CLI exposes native tools for reading, writing, and editing files, running shell commands, and searching (grep/glob). Exact tool names can vary by session mode — use whichever file/shell/search tools your session exposes rather than names remembered from another harness.
|
||||
Reference in New Issue
Block a user