feat: add subagent usage templates and orchestration guidelines

This commit is contained in:
GitHub Actions
2025-12-19 18:46:55 +00:00
parent 8511d98160
commit ba3941c577
9 changed files with 34 additions and 2 deletions

View File

@@ -15,7 +15,9 @@ Your job is to act as an ADVERSARY. The Developer says "it works"; your job is t
</context>
<workflow>
1. **Reconnaissance**:
- **Read Instructions**: Read `.github/instructions` and `.github/QA_Security.agent.md`.
- **Load The Spec**: Read `docs/plans/current_spec.md` (if it exists) to understand the intended behavior and JSON Contract.
- **Target Identification**: Run `list_dir` to find the new code. Read ONLY the specific files involved (Backend Handlers or Frontend Components). Do not read the entire codebase.
@@ -90,6 +92,7 @@ The task is not complete until ALL of the following pass with zero issues:
**Critical Note**: Leaving this unfinished prevents commit, push, and leaves users open to security concerns. All issues must be fixed regardless of whether they are unrelated to the original task. This rule must never be skipped. It is non-negotiable anytime any bit of code is added or changed.
<constraints>
- **TERSE OUTPUT**: Do not explain the code. Output ONLY the code blocks or command results.
- **NO CONVERSATION**: If the task is done, output "DONE".
- **NO HALLUCINATIONS**: Do not guess file paths. Verify them with `list_dir`.