mirror of
https://github.com/obra/superpowers.git
synced 2026-04-16 02:02:41 +00:00
Replace 'For Claude' with 'For agentic workers' in plan headers
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# OpenCode Support Implementation Plan
|
# OpenCode Support Implementation Plan
|
||||||
|
|
||||||
> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
|
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
|
||||||
|
|
||||||
**Goal:** Add full superpowers support for OpenCode.ai with a native JavaScript plugin that shares core functionality with the existing Codex implementation.
|
**Goal:** Add full superpowers support for OpenCode.ai with a native JavaScript plugin that shares core functionality with the existing Codex implementation.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Visual Brainstorming Companion Implementation Plan
|
# Visual Brainstorming Companion Implementation Plan
|
||||||
|
|
||||||
> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
|
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
|
||||||
|
|
||||||
**Goal:** Give Claude a browser-based visual companion for brainstorming sessions - show mockups, prototypes, and interactive choices alongside terminal conversation.
|
**Goal:** Give Claude a browser-based visual companion for brainstorming sessions - show mockups, prototypes, and interactive choices alongside terminal conversation.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Document Review System Implementation Plan
|
# Document Review System Implementation Plan
|
||||||
|
|
||||||
> **For Claude:** REQUIRED: Use superpowers:subagent-driven-development (if subagents available) or superpowers:executing-plans to implement this plan.
|
> **For agentic workers:** REQUIRED: Use superpowers:subagent-driven-development (if subagents available) or superpowers:executing-plans to implement this plan.
|
||||||
|
|
||||||
**Goal:** Add spec and plan document review loops to the brainstorming and writing-plans skills.
|
**Goal:** Add spec and plan document review loops to the brainstorming and writing-plans skills.
|
||||||
|
|
||||||
@@ -285,12 +285,12 @@ Run: `grep -A 20 "Plan Document Header" skills/writing-plans/SKILL.md`
|
|||||||
The plan header should note that tasks and steps use checkbox syntax. Update the header comment:
|
The plan header should note that tasks and steps use checkbox syntax. Update the header comment:
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
> **For Claude:** REQUIRED: Use superpowers:subagent-driven-development (if subagents available) or superpowers:executing-plans to implement this plan. Tasks and steps use checkbox (`- [ ]`) syntax for tracking.
|
> **For agentic workers:** REQUIRED: Use superpowers:subagent-driven-development (if subagents available) or superpowers:executing-plans to implement this plan. Tasks and steps use checkbox (`- [ ]`) syntax for tracking.
|
||||||
```
|
```
|
||||||
|
|
||||||
- [ ] **Step 3:** Verify the change
|
- [ ] **Step 3:** Verify the change
|
||||||
|
|
||||||
Run: `grep -A 5 "For Claude:" skills/writing-plans/SKILL.md`
|
Run: `grep -A 5 "For agentic workers:" skills/writing-plans/SKILL.md`
|
||||||
Expected: Shows updated header with checkbox syntax mention
|
Expected: Shows updated header with checkbox syntax mention
|
||||||
|
|
||||||
- [ ] **Step 4:** Commit
|
- [ ] **Step 4:** Commit
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Visual Brainstorming Refactor Implementation Plan
|
# Visual Brainstorming Refactor Implementation Plan
|
||||||
|
|
||||||
> **For Claude:** REQUIRED: Use superpowers:subagent-driven-development (if subagents available) or superpowers:executing-plans to implement this plan. Steps use checkbox (`- [ ]`) syntax for tracking.
|
> **For agentic workers:** REQUIRED: Use superpowers:subagent-driven-development (if subagents available) or superpowers:executing-plans to implement this plan. Steps use checkbox (`- [ ]`) syntax for tracking.
|
||||||
|
|
||||||
**Goal:** Refactor visual brainstorming from blocking TUI feedback model to non-blocking "Browser Displays, Terminal Commands" architecture.
|
**Goal:** Refactor visual brainstorming from blocking TUI feedback model to non-blocking "Browser Displays, Terminal Commands" architecture.
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ This structure informs the task decomposition. Each task should produce self-con
|
|||||||
```markdown
|
```markdown
|
||||||
# [Feature Name] Implementation Plan
|
# [Feature Name] Implementation Plan
|
||||||
|
|
||||||
> **For Claude:** REQUIRED: Use superpowers:subagent-driven-development (if subagents available) or superpowers:executing-plans to implement this plan. Steps use checkbox (`- [ ]`) syntax for tracking.
|
> **For agentic workers:** REQUIRED: Use superpowers:subagent-driven-development (if subagents available) or superpowers:executing-plans to implement this plan. Steps use checkbox (`- [ ]`) syntax for tracking.
|
||||||
|
|
||||||
**Goal:** [One sentence describing what this builds]
|
**Goal:** [One sentence describing what this builds]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user