mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-18 10:48:20 -05:00
[PR #936] [MERGED] Add advisor-executor-worker: orchestrate a three-tier model team #14084
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/936
Author: @Shubhamsaboo
Created: 7/9/2026
Status: ✅ Merged
Merged: 7/9/2026
Merged by: @Shubhamsaboo
Base:
main← Head:skill-advisor-executor-worker📝 Commits (10+)
c368204feat: add advisor-executor-worker agent skill7f59c62fix(advisor-executor-worker): per-worker scratch files for parallel output787034afix(advisor-executor-worker): field feedback round 2 — injection-safe dispatch62ed6cbreadme: move Agent Skills to the top of the catalog, plain language087f41adocs(advisor-executor-worker): architecture diagram in the README5c68f09polish: consistent 70+ agent count, cleaner skills blurb, sharper diagram774765apolish: simplify model table, move Browse-all-skills link to topca8e5b3rename: awesome_agent_skills -> agent_skills, matches repo naming conventionf6cf2f8fix: Executor model is GPT-5.5, not Codex; drop 'Awesome' from category READMEff4a436polish: '70+ agents' -> 'other coding agents' throughout📊 Changes
40 files changed (+376 additions, -31 deletions)
View changed files
📝
.github/workflows/skill-evals.yml(+7 -7)📝
README.md(+10 -9)📝
agent_skills/README.md(+5 -4)➕
agent_skills/advisor-orchestrator-worker/README.md(+55 -0)➕
agent_skills/advisor-orchestrator-worker/SKILL.md(+135 -0)➕
agent_skills/advisor-orchestrator-worker/references/advisor-consult.md(+28 -0)➕
agent_skills/advisor-orchestrator-worker/references/worker-brief.md(+28 -0)📝
agent_skills/evals/README.md(+4 -4)➕
agent_skills/evals/advisor-orchestrator-worker/evals.json(+55 -0)➕
agent_skills/evals/advisor-orchestrator-worker/trigger-cases.json(+42 -0)📝
agent_skills/evals/project-graveyard/evals.json(+0 -0)📝
agent_skills/evals/project-graveyard/test_graveyard.py(+1 -1)📝
agent_skills/evals/project-graveyard/trigger-cases.json(+0 -0)📝
agent_skills/evals/tools/run_trigger_evals.py(+0 -0)📝
agent_skills/evals/tools/skill_lint.py(+0 -0)📝
agent_skills/evals/tools/skill_scanner.py(+0 -0)📝
agent_skills/project-graveyard/README.md(+5 -5)📝
agent_skills/project-graveyard/SKILL.md(+0 -0)📝
agent_skills/project-graveyard/references/causes-of-death.md(+0 -0)📝
agent_skills/project-graveyard/scripts/graveyard.py(+0 -0)...and 20 more files
📄 Description
Second skill in the line, built to the section's quality bar.
What it is: the agent becomes the orchestrator of a model team — cheap stateless workers run subtasks as parallel API calls, an expensive advisor is consulted only at commitment boundaries (plan review before dispatch, taste pass before delivery, contradictions and double-failures mid-run), and every worker result is verified against its own acceptance criteria before synthesis. Budgeted: 20 worker calls, 5 consults.
Ships with: the stateless worker-brief format (all inputs inline — no context leaks) and the advisor-consult format (verdict, ranked risks, concrete fixes, under 300 words; every note applied or explicitly rebutted).
Bar compliance:
compatibility(Gemini API workers, claude CLI advisor, optional agy) — security scan cleanAll four CI checks pass locally; this PR's checks are the live run.
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.