Add stack-agnostic project workflow agents: architect, planner, reviewer#1966
Add stack-agnostic project workflow agents: architect, planner, reviewer#1966brs191 wants to merge 2 commits into
Conversation
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output |
The Skill Validator flagged the |
aaronpowell
left a comment
There was a problem hiding this comment.
GitHub Copilot already contains both a plan mode and rubber duck agent (reviewer) - how do you see these agents comparing against the built-in, and what features are the built-in's lacking that these agents are addressing?
These don't compete with the built-ins — they operate at a higher altitude and ship as portable files. Side by side:
What the built-ins don't do, that these add:
Bottom line: complementary, not redundant. You could run Rubber Duck inside a session that's following these agents. |
Pull Request Checklist
agents/)..agent.md).npm startand verified thatREADME.md(docs/README.agents.md) is up to date.stagedbranch for this pull request.Description
Three stack-agnostic agents that compose into a delivery workflow:
Each encodes a decision discipline, not just a persona:
file:lineit didn't inspect, and doesn't invent CVEs.Not a duplicate of existing agents:
project-architecture-planneris cloud-agnostic but bundles architecture + scalability roadmaps + cost analysis + diagram generation;archandprincipal-software-engineergive general guidance. This agent is design-only — force-based decomposition, modular-monolith-first gate, brownfield migration paths — and hands planning and review to the other two.planner,task-planner,gem-planner, andimplementation-planare implementation planners (feature → coding steps). This is the only delivery planner: estimate ranges with a basis, critical-path-driven dates, plan-vs-commit-date split, a risk register, and replan/recovery triggers.gem-reviewerandwg-code-sentinelare security-focused. This adds a severity+evidence discipline (HARD/SOFT/NOTE) with stack-agnostic fast-grep signals across Go/Java/Python/TS.Workflow: handoffs wire architect ⇄ planner, with a reviewer → architect escalation (VS Code only; on github.com the field is ignored, so each agent states the recommendation and the prompt to paste).
Type of Contribution
Additional Notes
🤖🤖🤖is in the PR title for fast-track per CONTRIBUTING.description,name,model,tools, and a VS Codehandoffsblock.docs/README.agents.mdregenerated vianpm start; files are LF.