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

@@ -20,6 +20,7 @@ Technical communication and documentation architecture, API specification (OpenA
- Verify: Run verification, check get_errors (compile/lint).
* For updates: verify parity on delta only
* For new features: verify documentation completeness against source code and acceptance_criteria
- 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]"}
</workflow>