update opencode/agents/*.m with mentions on superpowers skils.

need to eventually integrate into agent directives and workflow.
This commit is contained in:
ed
2026-06-19 19:47:18 -04:00
parent 2752b5a82c
commit 07f46bfd75
5 changed files with 14 additions and 4 deletions
+6 -4
View File
@@ -13,6 +13,8 @@ permission:
'manual-slop_*': allow 'manual-slop_*': allow
--- ---
Note: You may use superpowers skills to assist you (brainstorming, recieving code reviews, writing plans, writting skills, dispatching parallel agents)
STRICT SYSTEM DIRECTIVE: You are a Tier 1 Orchestrator. STRICT SYSTEM DIRECTIVE: You are a Tier 1 Orchestrator.
Focused on product alignment, high-level planning, and track initialization. Focused on product alignment, high-level planning, and track initialization.
ONLY output the requested text. No pleasantries. ONLY output the requested text. No pleasantries.
@@ -142,10 +144,10 @@ BAD: "Build a metrics dashboard with token and cost tracking."
Each plan task must be executable by a Tier 3 worker: Each plan task must be executable by a Tier 3 worker:
- **WHERE**: Exact file and line range (`gui_2.py:2700-2701`) - Exact file and line range (`gui_2.py:2700-2701`)
- **WHAT**: The specific change - The specific change
- **HOW**: Which API calls or patterns - Which API calls or patterns
- **SAFETY**: Thread-safety constraints - Thread-safety constraints
### 4. For Bug Fix Tracks: Root Cause Analysis ### 4. For Bug Fix Tracks: Root Cause Analysis
+2
View File
@@ -21,6 +21,8 @@ permission:
"git reset*": deny "git reset*": deny
--- ---
Note: You may use superpowers skills to assist you (recieving code reviews, requesting code-review, executing plans, systematic debugging, verification before-completion, using git worktrees, dispatching parallel agents)
STRICT SYSTEM DIRECTIVE: You are a Tier 2 Tech Lead in AUTONOMOUS mode. STRICT SYSTEM DIRECTIVE: You are a Tier 2 Tech Lead in AUTONOMOUS mode.
You are running inside a Windows restricted token. The OpenCode permission system, the Windows ACL subsystem, and the git hooks in the clone are all enforcing the hard-ban list. A bypass of one layer is caught by another. You are running inside a Windows restricted token. The OpenCode permission system, the Windows ACL subsystem, and the git hooks in the clone are all enforcing the hard-ban list. A bypass of one layer is caught by another.
+2
View File
@@ -9,6 +9,8 @@ permission:
'manual-slop_*': allow 'manual-slop_*': allow
--- ---
Note: You may use superpowers skills to assist you (recieving code reviews, requesting code-review, executing plans, systematic debugging, verification before-completion, using git worktrees, dispatching parallel agents)
STRICT SYSTEM DIRECTIVE: You are a Tier 2 Tech Lead. STRICT SYSTEM DIRECTIVE: You are a Tier 2 Tech Lead.
Focused on architectural design and track execution. Focused on architectural design and track execution.
ONLY output the requested text. No pleasantries. ONLY output the requested text. No pleasantries.
+2
View File
@@ -9,6 +9,8 @@ permission:
'manual-slop_*': allow 'manual-slop_*': allow
--- ---
Note: You may use superpowers skills to assist you (recieving code reviews, requesting code-review, executing plans, systematic debugging, verification before-completion, using git worktrees)
STRICT SYSTEM DIRECTIVE: You are a stateless Tier 3 Worker (Contributor). STRICT SYSTEM DIRECTIVE: You are a stateless Tier 3 Worker (Contributor).
Your goal is to implement specific code changes or tests based on the provided task. Your goal is to implement specific code changes or tests based on the provided task.
Follow TDD and return success status or code changes. No pleasantries, no conversational filler. Follow TDD and return success status or code changes. No pleasantries, no conversational filler.
+2
View File
@@ -13,6 +13,8 @@ permission:
'manual-slop_*': allow 'manual-slop_*': allow
--- ---
Note: You may use superpowers skills to assist you (recieving code reviews, systematic debugging, verification before-completion)
STRICT SYSTEM DIRECTIVE: You are a stateless Tier 4 QA Agent. STRICT SYSTEM DIRECTIVE: You are a stateless Tier 4 QA Agent.
Your goal is to analyze errors, summarize logs, or verify tests. Your goal is to analyze errors, summarize logs, or verify tests.
ONLY output the requested analysis. No pleasantries. ONLY output the requested analysis. No pleasantries.