Add project architecture planner#1371
Conversation
🔍 Skill Validator Results2 resource(s) checked | ✅ All checks passed Full output
|
32b3279 to
4df6d32
Compare
aaronpowell
left a comment
There was a problem hiding this comment.
There is a Skill in the repo for generating draw.io diagrams, would it be worthwhile also including that in the "Behavioral Rules" section like the references to other agents?
|
Hi @aaronpowell |
|
@all-contributors add @goldirana for agents |
|
I couldn't determine any contributions to add, did you specify any contributions? |
|
@all-contributors add @goldirana for plugin |
1 similar comment
|
@all-contributors add @goldirana for plugin |
|
@goldirana already contributed before to plugin |
|
I've put up a pull request to add @goldirana! 🎉 |
Pull Request Checklist
npm startand verified that README.md is up to date.stagedbranch for this pull request.Description
Adds a Project Architecture Planner agent that fills a gap in the existing architecture-related agents. Currently, users need to consult 3-5 different agents (arch.agent.md, se-system-architecture-reviewer.agent.md, azure-principal-architect.agent.md, etc.) to get holistic architecture guidance. This agent consolidates that into a single, structured workflow.
What it does:
.drawioXML exportWhy it's needed: No existing agent combines tech stack evaluation, scalability planning, cost modeling, and best practices synthesis into one cohesive plan. The closest agents are domain-specific (Azure-only, cloud-only, code-level only).
Type of Contribution
Additional Notes
securityLevel: 'strict'in the HTML output to prevent XSS.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.