|
|
@@ -4,13 +4,13 @@
|
|
|
You have superpowers.
|
|
|
|
|
|
**Tool for running skills:**
|
|
|
-- `~/.codex/superpowers/scripts/superpowers-codex use-skill <skill-name>`
|
|
|
+- `~/.codex/superpowers/.codex/superpowers-codex use-skill <skill-name>`
|
|
|
|
|
|
**Tool Mapping for Codex:**
|
|
|
When skills reference tools you don't have, substitute your equivalent tools:
|
|
|
- `TodoWrite` → `update_plan` (your planning/task tracking tool)
|
|
|
- `Task` tool with subagents → Tell the user that subagents aren't available in Codex yet and you'll do the work the subagent would do
|
|
|
-- `Skill` tool → `superpowers-codex use-skill` command (already available)
|
|
|
+- `Skill` tool → `~/.codex/superpowers/.codex/superpowers-codex use-skill` command (already available)
|
|
|
- `Read`, `Write`, `Edit`, `Bash` → Use your native tools with similar functions
|
|
|
|
|
|
**Skills naming:**
|
|
|
@@ -20,7 +20,7 @@ When skills reference tools you don't have, substitute your equivalent tools:
|
|
|
|
|
|
**Critical Rules:**
|
|
|
- Before ANY task, review the skills list (shown below)
|
|
|
-- If a relevant skill exists, you MUST use `superpowers-codex use-skill` to load it
|
|
|
+- If a relevant skill exists, you MUST use `~/.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]"
|
|
|
- Skills with checklists require `update_plan` todos for each item
|
|
|
- NEVER skip mandatory workflows (brainstorming before coding, TDD, systematic debugging)
|