Ai Software Architect — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Ai Software Architect (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
A markdown-based framework for implementing rigorous software architecture practices in any project, with specialized AI assistant integration.
<div> <a href="https://www.loom.com/share/b83f478045e04bb9ba7e70f5fe057d14"> <p>Introducing AI Software Architect 🚀 - Watch Video</p> </a> <a href="https://www.loom.com/share/b83f478045e04bb9ba7e70f5fe057d14"> <img style="max-width:300px;" src="https://cdn.loom.com/sessions/thumbnails/b83f478045e04bb9ba7e70f5fe057d14-901889c69de34909-full-play.gif"> </a> </div>
This framework provides a structured approach to:
For detailed usage instructions, see USAGE.md. For troubleshooting and advanced usage, see TROUBLESHOOTING.md.
Choose the installation method for your AI assistant:
Claude Code supports three installation methods:
Option 1: Claude Code Plugin (Recommended) 🆕
Install via the Claude Code plugin system with automatic updates:
# In Claude Code, run these commands:
/plugin marketplace add codenamev/ai-software-architect
/plugin install ai-software-architect@ai-software-architectThat's it! The framework is now available in all your projects — including the seven skills, MCP server, and generated subagents as a single unit.
See USAGE-WITH-CLAUDE-PLUGIN.md for detailed installation guide, troubleshooting, and comparison with other methods.
Benefits: Simplest installation, automatic updates, works across all projects, no manual file management, ships skills + MCP + hooks as a unit
When to use: You use Claude Code and want the most streamlined experience with automatic updates.
Option 2: MCP Server
npm install -g ai-software-architectThen configure in ~/.claude/config.json:
{
"mcpServers": {
"ai-software-architect": {
"command": "mcp",
"args": []
}
}
}Benefits: Programmatic automation, external tool integration, advanced project analysis
When to use: You need programmatic access or integration with other MCP-compatible tools.
Option 3: Traditional Setup
Setup architecture using: https://github.com/codenamev/ai-software-architectSee USAGE-WITH-CLAUDE.md for detailed instructions.
Benefits: No installation required, works immediately, maximum flexibility
When to use: Quick experiments, no installation permissions, or maximum customization needs.
If you're using Cursor, you have two options:
Option 1: MCP Server (Recommended)
npm install -g ai-software-architectThen configure in Cursor settings (settings.json):
{
"mcp.servers": {
"ai-software-architect": {
"command": "mcp",
"args": []
}
}
}Option 2: Traditional Setup
Setup architecture using @https://github.com/codenamev/ai-software-architectSee USAGE-WITH-CURSOR.md for detailed traditional setup instructions.
MCP Support: GitHub Copilot and Codex currently have limited MCP support. Use the traditional setup method:
Setup architecture using: https://github.com/codenamev/ai-software-architectSee USAGE-WITH-CODEX.md for detailed setup instructions. The framework will be configured with context files that GitHub Copilot and Codex can automatically understand.
Choose the right installation method for your workflow:
| Feature | Plugin 🆕 | MCP Server | Traditional | Best For |
|---|---|---|---|---|
| Installation | Two commands | npm install -g | Clone repo | Plugin: Simplest<br>MCP: Programmatic<br>Traditional: Quick |
| Setup Complexity | ⭐ Simplest | ⭐⭐ Medium | ⭐ Simple | Plugin easiest |
| AI Assistants | Claude Code | Claude, Cursor | All assistants | Plugin: Claude only<br>MCP: Claude, Cursor<br>Traditional: Universal |
| Invocation | Automatic (MCP + Skills) | Programmatic tools | Natural language | Plugin: Seamless<br>MCP: Precise<br>Traditional: Flexible |
| Dependencies | Node.js ≥18 (auto) | Node.js ≥18 | None | Traditional: No deps<br>Plugin & MCP: Node auto-managed |
| Auto-Updates | ✅ /plugin update | ✅ npm update | ❌ Git pull | Plugin & MCP: Auto-update |
| Offline Use | ⚠️ Needs npm | ⚠️ Needs npm | ✅ Full | Traditional: Offline ready |
| Core Features | ✅ All 7 | ✅ All 7 | ✅ All 7 | All methods identical |
| Advanced Features | ⚠️ 33% | ⚠️ 33% | ✅ 100% | Traditional most complete |
| Input Validation | ✅ Yes | ⚠️ Basic | ❌ No | Plugin best |
| Pragmatic Mode | ✅ Yes | ✅ Yes | ✅ Yes | All support YAGNI |
| Dynamic Members | ✅ Yes | ❌ No | ✅ Yes | Plugin & Traditional auto-create |
| Recalibration | ❌ No | ❌ No | ✅ Yes | Traditional only |
| Project Analysis | ✅ Advanced | ✅ Advanced | ⚠️ Basic | Plugin & MCP: Advanced |
| Error Handling | ✅ Explicit | ✅ Explicit | ⚠️ Implicit | Plugin, MCP clearest |
| Documentation | ✅ Detailed | ✅ Detailed | ✅ Detailed | All well-documented |
| Customization | ⚠️ Fork npm pkg | ⚠️ Fork npm pkg | ✅ Easy | Traditional most flexible |
| Multi-Project | ✅ Automatic | ✅ Automatic | ⚠️ Per-project | Plugin, MCP global |
| Version Control | ❌ External | ❌ External | ✅ In repo | Traditional best for VCS |
Choose Plugin if (Recommended for most Claude Code users):
/plugin update)Choose MCP Server if:
Choose Traditional if:
| Feature | Plugin 🆕 | MCP Server | Traditional |
|---|---|---|---|
| Setup Architecture | ✅ | ✅ | ✅ |
| Create ADR | ✅ | ✅ | ✅ |
| Architecture Review | ✅ | ✅ | ✅ |
| Specialist Review | ✅ | ✅ | ✅ |
| List Members | ✅ | ✅ | ✅ |
| Get Status | ✅ | ✅ | ✅ |
| Pragmatic Mode (YAGNI) | ✅ | ✅ | ✅ |
| Dynamic Member Creation | ✅ | ❌ | ✅ |
| Recalibration Process | ❌ | ❌ | ✅ |
| Initial System Analysis | ✅ | ✅ | ✅ |
| Input Validation | ✅ | ⚠️ | ❌ |
| Tool Restrictions | ✅ | N/A | N/A |
| Auto-Update | ✅ | ✅ | ❌ |
Legend: ✅ Fully supported, ⚠️ Partially supported, ❌ Not supported, N/A Not applicable
Note: The Plugin bundles the same npm package as the MCP Server option, plus the seven skills, generated subagents, and ADR-validation hook as a single install unit.
See Feature Parity Analysis for detailed comparison.
Do you use Claude Code?
├─ Yes → ✅ Choose Plugin (simplest, ships skills + MCP + hooks together)
│
└─ No → Do you use Cursor?
├─ Yes → ✅ Choose MCP Server (Cursor compatible)
└─ No → Choose Traditional (universal — Copilot, Codex, etc.)Still unsure? Start with Plugin if you use Claude Code. It's the easiest to set up and you can always switch later. All methods provide identical core functionality.
After installation, start using the framework with these standardized commands:
Setup:
Setup ai-software-architectCreate ADR:
Create ADR for [decision topic]Example: "Create ADR for PostgreSQL database choice"
Architecture Review:
Start architecture review for [version/feature]Examples: "Start architecture review for version 2.0.0" or "Start architecture review for authentication feature"
Specialist Review:
Ask [Specialist Name] to review [target]Example: "Ask Security Specialist to review API authentication"
List Members:
List architecture membersCheck Status:
What's our architecture status?Enable Pragmatic Mode (Optional):
Enable pragmatic modeExample: "Enable pragmatic mode with balanced intensity"
Implement with Methodology:
Implement [feature] as the architectsExamples: "Implement authentication as the architects" or "Implement user registration as the architects"
Recalibration (Traditional method):
Start architecture recalibration for [target]See USAGE.md for detailed workflow instructions and platform-specific variations.
Already have AI Software Architect installed? Update to get the latest features and improvements.
For any AI assistant, simply ask:
Update the software architect framework from https://github.com/codenamev/ai-software-architectYour AI assistant will fetch the latest framework files from the main branch while preserving your project's architecture artifacts (ADRs, reviews, recalibration plans).
If using Claude Skills:
# Update skills to latest version - backup old versions first
mkdir -p ~/.ai-architect-backups/skills-$(date +%Y%m%d-%H%M%S)
cd ~/.claude/skills
mv setup-architect architecture-review create-adr list-members architecture-status specialist-review ~/.ai-architect-backups/skills-$(date +%Y%m%d-%H%M%S)/ 2>/dev/null || true
# Install from latest
git clone https://github.com/codenamev/ai-software-architect /tmp/ai-architect-$$
cp -r /tmp/ai-architect-$$/skills/* ./
echo "Backup created at ~/.ai-architect-backups/skills-TIMESTAMP/"
echo "You can safely remove this backup once you've verified the update works correctly."
echo "Temporary files will be automatically cleaned up on system restart."If using MCP Server:
# Update to latest version
npm update -g ai-software-architect
# Or reinstall
npm install -g ai-software-architectIf using Traditional Setup:
# From your project root
cd .architecture
git fetch origin main
git reset --hard origin/main
cd ..Note: Updates preserve your project's custom architecture artifacts (ADRs, reviews, member customizations) while updating framework files (templates, base configuration, scripts).
✅ Updated Files:
.architecture/templates/ - Templates for ADRs, reviews, AGENTS.md.architecture/principles.md - Core architectural principles (if not customized)✅ Preserved Files:
.architecture/decisions/adrs/ - Your architectural decision records.architecture/reviews/ - Your architecture review documents.architecture/recalibration/ - Your recalibration plans.architecture/members.yml - Your customized team members.architecture/config.yml - Your configuration settingsSee UPGRADE.md for detailed upgrade instructions and troubleshooting.
.architecture/
├── decisions/
│ ├── adrs/ # Architectural Decision Records
│ └── principles.md # Architectural principles document
├── reviews/ # Architecture review documents
├── recalibration/ # Recalibration plans and tracking
├── comparisons/ # Version-to-version comparisons
├── docs/ # General architecture documentation
├── agent_docs/ # Detailed AI assistant guidance (progressive disclosure)
├── templates/ # Templates for various documents
└── members.yml # Architecture review team membersThis framework is designed to work seamlessly with AI assistants. Each assistant has specialized instructions in the .coding-assistants directory.
For general usage instructions, see USAGE.md.
For Claude Code users, see USAGE-WITH-CLAUDE-PLUGIN.md (recommended plugin-based install) or USAGE-WITH-CLAUDE.md (traditional clone-based path) for detailed instructions.
Available Skills (when using Claude Skills installation):
Standard Commands:
Alternative Phrases:
Adding new specialists: edit .architecture/members.yml directly and run node tools/cli.js generate-subagents to refresh the corresponding agents/<id>.md subagent. Auto-creation during specialist-review was removed in 1.5.0 (see ADR-013) — the trade-off keeps the generated subagents and members.yml in sync at all times.
For Cursor users, see USAGE-WITH-CURSOR.md for detailed instructions.
Standard Commands:
Natural Alternatives (Cursor also understands):
Cursor uses .mdc rule files in the .coding-assistants/cursor/ directory to understand the framework.
For GitHub Copilot and OpenAI Codex users, see USAGE-WITH-CODEX.md for detailed instructions.
Natural Language Commands (context-based recognition):
Key Features:
Example Commands:
Support for additional AI assistants can be added by creating appropriate configuration files in the .coding-assistants directory following the established patterns.
The framework incorporates wisdom from influential software architects including Martin Fowler, Sandi Metz, Robert C. Martin, Eric Evans, Sarah Mei, Obie Fernandez, and others. These principles are embedded in the architectural documentation.
Externalizing Senior Thinking: The framework systematically captures "senior engineering thinking"—the invisible architectural reasoning about blast radius, reversibility, timing, and social cost that typically stays undocumented. By forcing explicit documentation of these considerations, we're creating the corpus of senior architectural thinking that the industry lacks.
Architecture reviews consider multiple specialized perspectives:
Pragmatic Mode helps prevent over-engineering by adding a "Pragmatic Enforcer" who:
When to use:
Configurable intensity:
Exemptions for Critical Areas: Pragmatic Mode maintains rigorous standards for:
Enable with:
Enable pragmatic modeSee ADR-002 and Pragmatic Mode Summary for details.
Using with Implementation Guidance: When using both Pragmatic Mode and Implementation Guidance together, pragmatic mode respects your configured security practices and methodological choices while challenging unnecessary complexity in other areas. The pragmatic enforcer ensures implementations remain simple while still following your team's documented standards for security, testing, and code quality.
Configuration-driven implementation that applies your team's methodology and best practices automatically:
Configure once:
implementation:
enabled: true
methodology: "TDD"
influences:
- "Kent Beck - TDD by Example"
- "Sandi Metz - POODR"
- "Martin Fowler - Refactoring"Then simply say:
Implement authentication as the architectsBenefits:
Supports:
Use with:
Implement [feature] as the architects¹ Measurement methodology documented in [ADR-004 § Validation](/.architecture/decisions/adrs/ADR-004-implementation-command-configuration.md#validation)
See ADR-004 for details.
The framework now supports:
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.