Add senior-architect and mobile-app-developer agents with supporting scripts and reference docs#19
Draft
Add senior-architect and mobile-app-developer agents with supporting scripts and reference docs#19
Conversation
… reference docs Co-authored-by: kakashi3lite <66211309+kakashi3lite@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add architecture diagram generator script
Add senior-architect and mobile-app-developer agents with supporting scripts and reference docs
Feb 25, 2026
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.
Adds two custom Copilot agents (
senior-architect,mobile-app-developer) and the scripts/reference docs they depend on.Asset Changes
Added Assets
.github/agents/senior-architect.agent.md— architecture design agent with tech stack decision, diagram generation, and dependency analysis capabilities.github/agents/mobile-app-developer.agent.md— iOS/Android agent covering native (Swift/Kotlin), cross-platform (React Native/Flutter), performance targets, offline sync, and push notifications; includes 3<example>blocks,tools, andmodel: sonnetfront matterscripts/architecture_diagram_generator.py— scans project structure, emits Mermaid/PlantUML/JSON diagramsscripts/project_architect.py— audits structure, code quality, security, and CI/CD; prints actionable recommendationsscripts/dependency_analyzer.py— parsespackage.json,requirements.txt,go.mod,Package.swift; flags deprecated packagesreferences/architecture_patterns.md— layered, microservices, event-driven, CQRS, API gateway, repository patterns with code examplesreferences/system_design_workflows.md— capacity planning, DB/API design, caching, observability, troubleshootingreferences/tech_decision_guide.md— framework comparisons (Next.js vs React, Node vs Go vs Python, RN vs Flutter vs native), config examples, security and scalability checklists*.agent.md,scripts/*.py,references/*.md)Modified Assets
Validation
python3 scripts/*.py) against the repo itselfScreenshots
N/A — CLI tools; no UI surface.
Additional Notes
Agent description fields use YAML-quoted multi-line strings with
\n-escaped newlines to keep front matter valid. The three Python scripts are dependency-free (stdlib only) so they run withoutpip install.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.