A markdown-based framework for implementing rigorous software architecture practices in any project, with specialized AI assistant integration. Introducing AI Software Architect ๐ - Watch Video
Auto-invoked ships a router so the right skill fires automatically as you prompt. No remembering which skill to call.
Normal is the plain upstream plugin, installed as-is. You invoke its skills yourself.
The plugin> /plugin marketplace add codenamev/ai-software-architect> /plugin install ai-software-architect@ai-software-architectAuto-invocation> /plugin marketplace add flowy-sh/flowy-core> /plugin install flowy-core> /plugin install flowy-ai-software-architect
Repo: codenamev/ai-software-architect
What's inside
A markdown-based framework for implementing rigorous software architecture practices in any project, with specialized AI assistant integration.
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-architect
That'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-architect
Then 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-architect
See 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-architect
Then 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-architect
See 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-architect
See 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: SimplestMCP: ProgrammaticTraditional: Quick |
| Setup Complexity | โญ Simplest | โญโญ Medium | โญ Simple | Plugin easiest |
| AI Assistants | Claude Code | Claude, Cursor | All assistants | Plugin: Claude onlyMCP: Claude, CursorTraditional: Universal |
| Invocation | Automatic (MCP + Skills) | Programmatic tools | Natural language | Plugin: SeamlessMCP: PreciseTraditional: Flexible |
| Dependencies | Node.js โฅ18 (auto) | Node.js โฅ18 | None | Traditional: No depsPlugin & 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 |
| Tier-1 Deterministic Tools | โ All 6 | โ All 6 | โ All 6 | All methods identical |
| Tier-2 Reviews / Enforcement | โ Skills | โ MCP-only install | โ Yes | Plugin & Traditional run reviews |
| Advanced Features | โ ๏ธ 33% | โ ๏ธ 33% | โ 100% | Traditional most complete |
| Input Validation | โ Yes | โ ๏ธ Basic | โ No | Plugin best |
| Pragmatic Mode | โ Yes | โ ๏ธ Config only | โ Yes | MCP configures; reviews are Tier 2 |
| 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 (Tier 1) | โ | โ | โ |
| Create ADR (Tier 1) | โ | โ | โ |
| List Members (Tier 1) | โ | โ | โ |
| Get Status (Tier 1) | โ | โ | โ |
| Configure Pragmatic Mode (Tier 1) | โ | โ | โ |
| Implementation Guidance (Tier 1) | โ | โ | โ |
| Architecture Review (Tier 2) | โ Skills | โ MCP tool | โ |
| Specialist Review (Tier 2) | โ Skills | โ MCP tool | โ |
| Pragmatic Enforcement (Tier 2) | โ Subagent | โ MCP tool | โ |
| 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.
Two-tier capability model (see ADR-015): Tier-1 operations are deterministic file/config tasks available on every channel, including the MCP server. Tier-2 capabilities โ orchestrated architecture reviews, specialist reviews, and pragmatic enforcement โ require LLM reasoning and are delivered only through the plugin/Skills (architecture-review, specialist-review, and the pragmatic-enforcer subagent), not as MCP tools. The Plugin gets Tier 2 via its bundled Skills; an MCP-only install does not.
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-architect
Create 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 members
Check Status:
What's our architecture status?
Enable Pragmatic Mode (Optional):
Enable pragmatic mode
Example: "Enable pragmatic mode with balanced intensity"
Implement with Methodology:
Implement [feature] as the architects
Examples: "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-architect
Your 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-architect
If using Traditional Setup:
# From your project root
cd .architecture
git fetch origin main
git reset --hard origin/main
cd ..
FAQ
ai-software-architect is a Claude Code plugin of 7 hand-picked skills with a FLOW.md router. Install it once and the right skill fires as you prompt, with no slash command to remember. It is built for development work. It includes architecture-review, architecture-status, create-adr. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it