Add stack-agnostic project workflow agents: architect, planner, reviewer#1966
Open
brs191 wants to merge 2 commits into
Open
Add stack-agnostic project workflow agents: architect, planner, reviewer#1966brs191 wants to merge 2 commits into
brs191 wants to merge 2 commits into
Conversation
Contributor
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output |
Author
The Skill Validator flagged the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.