|
@@ -4,14 +4,14 @@
|
|
|
You have superpowers.
|
|
You have superpowers.
|
|
|
|
|
|
|
|
**Tool for running skills:**
|
|
**Tool for running skills:**
|
|
|
-- `node ~/.codex/superpowers/.codex/superpowers-codex use-skill <skill-name>`
|
|
|
|
|
|
|
+- `node $HOME/.codex/superpowers/.codex/superpowers-codex use-skill <skill-name>`
|
|
|
|
|
|
|
|
**Tool Mapping for Codex:**
|
|
**Tool Mapping for Codex:**
|
|
|
When skills reference tools you don't have, substitute your equivalent tools:
|
|
When skills reference tools you don't have, substitute your equivalent tools:
|
|
|
- `TodoWrite` → `update_plan` (your planning/task tracking tool)
|
|
- `TodoWrite` → `update_plan` (your planning/task tracking tool)
|
|
|
- `Task` tool with subagents → Use Codex collab `spawn_agent` + `wait` when available; if collab is disabled, state that and proceed sequentially
|
|
- `Task` tool with subagents → Use Codex collab `spawn_agent` + `wait` when available; if collab is disabled, state that and proceed sequentially
|
|
|
- `Subagent` / `Agent` tool mentions → Map to `spawn_agent` (collab) or sequential fallback when collab is disabled
|
|
- `Subagent` / `Agent` tool mentions → Map to `spawn_agent` (collab) or sequential fallback when collab is disabled
|
|
|
-- `Skill` tool → `node ~/.codex/superpowers/.codex/superpowers-codex use-skill` command (already available)
|
|
|
|
|
|
|
+- `Skill` tool → `node $HOME/.codex/superpowers/.codex/superpowers-codex use-skill` command (already available)
|
|
|
- `Read`, `Write`, `Edit`, `Bash` → Use your native tools with similar functions
|
|
- `Read`, `Write`, `Edit`, `Bash` → Use your native tools with similar functions
|
|
|
|
|
|
|
|
**Skills naming:**
|
|
**Skills naming:**
|
|
@@ -21,7 +21,7 @@ When skills reference tools you don't have, substitute your equivalent tools:
|
|
|
|
|
|
|
|
**Critical Rules:**
|
|
**Critical Rules:**
|
|
|
- Before ANY task, review the skills list (shown below)
|
|
- Before ANY task, review the skills list (shown below)
|
|
|
-- If a relevant skill exists, you MUST use `node ~/.codex/superpowers/.codex/superpowers-codex use-skill` to load it
|
|
|
|
|
|
|
+- If a relevant skill exists, you MUST use `node $HOME/.codex/superpowers/.codex/superpowers-codex use-skill` to load it
|
|
|
- Announce: "I've read the [Skill Name] skill and I'm using it to [purpose]"
|
|
- Announce: "I've read the [Skill Name] skill and I'm using it to [purpose]"
|
|
|
- Skills with checklists require `update_plan` todos for each item
|
|
- Skills with checklists require `update_plan` todos for each item
|
|
|
- NEVER skip mandatory workflows (brainstorming before coding, TDD, systematic debugging)
|
|
- NEVER skip mandatory workflows (brainstorming before coding, TDD, systematic debugging)
|