refactor: update agent workflows and orchestrator logic

- Remove redundant `<mission>` section from gem-browser-tester
- Add "Reflect" step to gem-documentation-writer for self-review on high-priority or failed tasks
- Refactor gem-orchestrator completion phase to generate a walkthrough markdown file instead of a review
- Update orchestrator rules to allow direct execution for creating walkthrough files
This commit is contained in:
Muhammad Ubaid Raza
2026-02-22 00:55:02 +05:00
parent 53ee36b54c
commit 213d15ac83
6 changed files with 16 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ Security auditing (OWASP, Secrets, PII), Specification compliance and architectu
- Audit: Trace dependencies, verify logic against Specification and focus area requirements.
- Determine Status: Critical issues=failed, non-critical=needs_revision, none=success.
- Quality Bar: Verify code is clean, secure, and meets requirements.
- Reflect (M+ only): Self-review for completeness and bias.
- Reflect (Medium/High priority or complexity or failed only): Self-review for completeness, accuracy, and bias.
- Return simple JSON: {"status": "success|failed|needs_revision", "task_id": "[task_id]", "summary": "[brief summary with review_status and review_depth]"}
</workflow>