Skip to content

[gem-team] New Agents + magic keywords + coverage tracking + contract checks#1227

Merged
aaronpowell merged 12 commits intogithub:stagedfrom
mubaidr:staged
Mar 30, 2026
Merged

[gem-team] New Agents + magic keywords + coverage tracking + contract checks#1227
aaronpowell merged 12 commits intogithub:stagedfrom
mubaidr:staged

Conversation

@mubaidr
Copy link
Copy Markdown
Contributor

@mubaidr mubaidr commented Mar 30, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description

  • Added 4 new agents: gem-debugger, gem-critic, gem-code-simplifier, gem-designer
  • Updated gem-orchestrator with magic keywords, auto-invocations, result routing
  • Updated gem-planner with new agent assignments
  • Updated gem-browser-tester with SPEC vs RUNTIME accessibility validation
  • Updated gem-devops field name (service → service_name)
  • Updated gem-implementer (moved design constraints)
  • Updated gem-researcher with decision_blockers, coverage tracking
  • Updated gem-reviewer with contract checks, architectural checks

Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

mubaidr added 10 commits March 23, 2026 00:05
- Introduce Discuss Phase for medium/complex objectives, generating context‑aware options and logging architectural decisions
- Add PRD creation step after discussion, storing the PRD in docs/prd.yaml
- Refactor Phase 1 to pass task clarifications to researchers
- Update Phase 2 planning to include multi‑plan selection for complex tasks and verification with gem‑reviewer
- Enhance Phase 3 execution loop with wave integration checks and conflict filtering
- Update `marketplace.json` version from `1.3.3` to `1.3.4`.
- Refine `gem-browser-tester.agent.md`:
  - Replace "UUIDs" typo with correct spelling.
  - Adjust wording and formatting for clarity.
  - Update JSON code fences to use ````jsonc````.
  - Modify workflow description to reference `AGENTS.md` when present.
- Refine `gem-devops.agent.md`:
  - Align expertise list formatting.
  - Standardize tool list syntax with back‑ticks.
  - Minor wording improvements.
- Increase retry attempts in `gem-browser-tester.agent.md` from 2 to 3 attempts.
- Minor typographical and formatting corrections across agent documentation.
- Updated gem-orchestrator.agent.md to use `project_prd_path` instead of `prd_path` in task definitions and delegation logic.
- Updated gem-planner.agent.md to reference `project_prd_path` and clarify PRD reading.
- Updated gem-researcher.agent.md to use `project_prd_path` and adjust PRD consumption logic.
- Applied minor wording improvements and consistency fixes across the orchestrator, planner, and researcher documentation.
…revamp gem-browser-tester agent documentation with clearer role, expertise, and workflow specifications.
…n thresholds

- Update marketplace.json version from 1.4.0 to 1.5.0
- Adjust validation criteria in gem-browser-tester.agent.md to trigger additional tests when coverage < 0.85 or confidence < 0.85
- Refine accessibility compliance description, adding runtime validation and SPEC‑based accessibility notes- Add new gem-code-simplifier.agent.md documentation for code refactoring
- Update README and plugin metadata to reflect version change and new tooling
@mubaidr mubaidr marked this pull request as ready for review March 30, 2026 17:24
@mubaidr mubaidr requested a review from aaronpowell as a code owner March 30, 2026 17:24
…dance in gem‑orchestrator.agent.md

- Clarified the two‑step diagnostic‑then‑fix flow for bug fixes using gem‑debugger and gem‑implementer.
- Updated the “Delegation First” checklist to stress that **no** task, however small, should be performed directly by the orchestrator, emphasizing sub‑agent delegation and retry/escalation strategy.
@github-actions
Copy link
Copy Markdown
Contributor

🔍 Skill Validator Results

12 resource(s) checked | ✅ All checks passed

Full output
No agents found in the specified paths: "/home/runner/work/awesome-copilot/awesome-copilot/agents/gem-browser-tester.agent.md", "/home/runner/work/awesome-copilot/awesome-copilot/agents/gem-code-simplifier.agent.md", "/home/runner/work/awesome-copilot/awesome-copilot/agents/gem-critic.agent.md", "/home/runner/work/awesome-copilot/awesome-copilot/agents/gem-debugger.agent.md", "/home/runner/work/awesome-copilot/awesome-copilot/agents/gem-designer.agent.md", "/home/runner/work/awesome-copilot/awesome-copilot/agents/gem-devops.agent.md", "/home/runner/work/awesome-copilot/awesome-copilot/agents/gem-implementer.agent.md", "/home/runner/work/awesome-copilot/awesome-copilot/agents/gem-orchestrator.agent.md", "/home/runner/work/awesome-copilot/awesome-copilot/agents/gem-planner.agent.md", "/home/runner/work/awesome-copilot/awesome-copilot/agents/gem-researcher.agent.md", "/home/runner/work/awesome-copilot/awesome-copilot/agents/gem-reviewer.agent.md"

Note: Errors were found. These are currently reported as warnings and do not block merge. Please review and address when possible.

@aaronpowell aaronpowell merged commit 4a68581 into github:staged Mar 30, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants