From 07f46bfd750dc1e4b6277c49a631f43f686fec0d Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 19 Jun 2026 19:47:18 -0400 Subject: [PATCH] update opencode/agents/*.m with mentions on superpowers skils. need to eventually integrate into agent directives and workflow. --- .opencode/agents/tier1-orchestrator.md | 10 ++++++---- .opencode/agents/tier2-autonomous.md | 2 ++ .opencode/agents/tier2-tech-lead.md | 2 ++ .opencode/agents/tier3-worker.md | 2 ++ .opencode/agents/tier4-qa.md | 2 ++ 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.opencode/agents/tier1-orchestrator.md b/.opencode/agents/tier1-orchestrator.md index b55ff282..3af96294 100644 --- a/.opencode/agents/tier1-orchestrator.md +++ b/.opencode/agents/tier1-orchestrator.md @@ -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 diff --git a/.opencode/agents/tier2-autonomous.md b/.opencode/agents/tier2-autonomous.md index 2d249e01..f3a4bbb6 100644 --- a/.opencode/agents/tier2-autonomous.md +++ b/.opencode/agents/tier2-autonomous.md @@ -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. diff --git a/.opencode/agents/tier2-tech-lead.md b/.opencode/agents/tier2-tech-lead.md index ad697a08..6b9b42c4 100644 --- a/.opencode/agents/tier2-tech-lead.md +++ b/.opencode/agents/tier2-tech-lead.md @@ -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. diff --git a/.opencode/agents/tier3-worker.md b/.opencode/agents/tier3-worker.md index 510a37a2..c9e1a3e6 100644 --- a/.opencode/agents/tier3-worker.md +++ b/.opencode/agents/tier3-worker.md @@ -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. diff --git a/.opencode/agents/tier4-qa.md b/.opencode/agents/tier4-qa.md index 48fd9141..cacc38eb 100644 --- a/.opencode/agents/tier4-qa.md +++ b/.opencode/agents/tier4-qa.md @@ -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.