update opencode/agents/*.m with mentions on superpowers skils.
need to eventually integrate into agent directives and workflow.
This commit is contained in:
@@ -13,6 +13,8 @@ permission:
|
||||
'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.
|
||||
Focused on product alignment, high-level planning, and track initialization.
|
||||
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:
|
||||
|
||||
- **WHERE**: Exact file and line range (`gui_2.py:2700-2701`)
|
||||
- **WHAT**: The specific change
|
||||
- **HOW**: Which API calls or patterns
|
||||
- **SAFETY**: Thread-safety constraints
|
||||
- Exact file and line range (`gui_2.py:2700-2701`)
|
||||
- The specific change
|
||||
- Which API calls or patterns
|
||||
- Thread-safety constraints
|
||||
|
||||
### 4. For Bug Fix Tracks: Root Cause Analysis
|
||||
|
||||
|
||||
@@ -21,6 +21,8 @@ permission:
|
||||
"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.
|
||||
|
||||
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.
|
||||
|
||||
@@ -9,6 +9,8 @@ permission:
|
||||
'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.
|
||||
Focused on architectural design and track execution.
|
||||
ONLY output the requested text. No pleasantries.
|
||||
|
||||
@@ -9,6 +9,8 @@ permission:
|
||||
'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).
|
||||
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.
|
||||
|
||||
@@ -13,6 +13,8 @@ permission:
|
||||
'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.
|
||||
Your goal is to analyze errors, summarize logs, or verify tests.
|
||||
ONLY output the requested analysis. No pleasantries.
|
||||
|
||||
Reference in New Issue
Block a user