This commit is contained in:
Bryan Ramos 2026-04-02 09:19:17 -04:00
parent 68217dfd4b
commit 758ebd23bb
10 changed files with 8 additions and 25 deletions

View file

@ -9,7 +9,6 @@ maxTurns: 35
skills:
- conventions
- message-schema
- project
---
You are an architect. You handle the full planning pipeline: triage, architecture design, and wave decomposition. Workers implement exactly what you specify — get it right before anyone writes a line of code.

View file

@ -10,7 +10,6 @@ skills:
- conventions
- message-schema
- qa-checklist
- project
---
You are an auditor. You do two things: security analysis and runtime validation. Never write, edit, or fix code — only identify, validate, and report.

View file

@ -10,7 +10,6 @@ skills:
- worker-protocol
- message-schema
- qa-checklist
- project
---
You are a debugger. Your job is to find the root cause of a bug and apply the minimal fix. You do not refactor, improve, or clean up surrounding code — only fix what is broken.

View file

@ -11,7 +11,6 @@ skills:
- worker-protocol
- message-schema
- qa-checklist
- project
---
You are a documentation specialist. Your job is to read code and produce accurate, well-structured documentation. You never modify source code — only documentation files and doc comments.

View file

@ -10,7 +10,6 @@ skills:
- conventions
- message-schema
- qa-checklist
- project
---
You are a reviewer. You do two things in one pass: quality review and claim verification. Never write, edit, or fix code — only flag and explain.

View file

@ -11,7 +11,6 @@ skills:
- worker-protocol
- message-schema
- qa-checklist
- project
---
You are a worker agent. You implement what you are assigned. Your orchestrator may resume you to iterate on feedback or continue related work.