ai-software-architect
Structured architecture reviews, decision records, and YAGNI enforcement
All Skills in This Repository (7)
Pure Emerald Level Indicatorslist-members
Parse .architecture/members.yml and render a structured team roster.
architecture-review
Coordinate multi-member architecture reviews and generate a consolidated findings document.
create-adr
Generate standardized Architectural Decision Records with sequential numbering and kebab-case filenames.
pragmatic-guard
Configure pragmatic mode with intensity levels, triggers, exemptions, and deferrals.
architecture-status
Aggregate ADR counts, reviews, and activity metrics into a Markdown status report.
setup-architect
Sets up and configures the AI Software Architect framework in a new project.
specialist-review
Generate a structured review document from a single specialist perspective.
Frequently Asked Questions
FAQPage SchemaHow to install AI Software Architect?▼
Run `npx skills add codenamev/ai-software-architect --all -g -y` in your terminal to install all seven skills globally.
How to run an architecture review with AI?▼
After setup, just say 'Start architecture review for version 2.0.0' and the framework dispatches every specialist reviewer in parallel, then consolidates their findings into one prioritized report.
What is an ADR and how do I create one?▼
An Architectural Decision Record documents why a technical choice was made. Say 'Create ADR for PostgreSQL database choice' and the skill generates a properly numbered, templated record in .architecture/decisions/adrs/.
How does pragmatic mode prevent over-engineering?▼
Enable it with 'Enable pragmatic mode' and a Pragmatic Enforcer scores every recommendation on necessity versus complexity, challenging abstractions and suggesting simpler alternatives.
Does AI Software Architect work with Cursor and Copilot?▼
Yes. It works with Claude Code, Cursor, and GitHub Copilot through natural language commands, with an optional MCP server for programmatic integration.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core