.claude/skills/setup-architect/SKILL.md
Sets up and installs the AI Software Architect framework in a NEW project for the FIRST time. Use when the user requests "Setup .architecture", "Setup ai-software-architect", "Initialize architecture framework", "Install software architect", or similar setup/installation phrases. Do NOT use for checking status (use architecture-status), creating documents (use create-adr or reviews), or when framework is already set up.
npx skillsauth add codenamev/ai-software-architect setup-architectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Sets up and customizes the AI Software Architect framework for a project.
This skill performs a complete framework installation:
Detailed procedures: references/installation-procedures.md Customization guide: references/customization-guide.md
Check requirements before installation:
.architecture/.architecture/ directory exists (cloned framework)If missing: Guide user to clone framework first.
Identify project characteristics:
Use Glob and Grep to detect technologies, Read to examine configs.
Execute installation steps (see references/installation-procedures.md):
.architecture/Critical: Follow safety procedures when removing .git/ directory.
Add technology-specific members to .architecture/members.yml:
Use template from assets/member-template.yml.
Keep core members: Systems Architect, Domain Expert, Security, Performance, Maintainability, AI Engineer, Pragmatic Enforcer.
Customization details: references/customization-guide.md § Customize Team Members
Add framework-specific principles to .architecture/principles.md:
Principle examples: references/customization-guide.md § Customize Principles
If CLAUDE.md exists in project root, append framework usage section:
Template: references/customization-guide.md § Update CLAUDE.md
Remove framework development files:
.git/ directory (with critical safety checks)⚠️ IMPORTANT: Follow all safeguards in references/installation-procedures.md § Cleanup.
Generate comprehensive initial analysis document:
Save to .architecture/reviews/initial-system-analysis.md.
Template: assets/initial-analysis-template.md
Provide setup summary:
AI Software Architect Framework Setup Complete
Customizations:
- Added [N] technology specialists: [list]
- Customized principles for: [frameworks]
- Configuration: Pragmatic mode [enabled/disabled]
Initial Analysis Highlights:
- Overall assessment: [assessment]
- Top strength: [strength]
- Top concern: [concern]
- Critical recommendation: [recommendation]
Location: .architecture/reviews/initial-system-analysis.md
Next Steps:
- Review initial analysis findings
- "List architecture members" to see customized team
- "Create ADR for [first decision]" to start documenting
- "What's our architecture status?" to verify setup
Framework not cloned:
The framework must be cloned first. Please run:
git clone https://github.com/codenamev/ai-software-architect .architecture/.architecture
Then run setup again.
Already set up:
Framework appears to be already set up.
To verify: "What's our architecture status?"
To reconfigure: Manually edit .architecture/members.yml and .architecture/principles.md
Unclear project structure:
Could not clearly identify project type. Please describe:
- Primary programming language(s)
- Framework(s) used
- Project purpose
I'll customize the framework accordingly.
After Setup:
list-members - View customized teamarchitecture-status - Verify setup completioncreate-adr - Document first decisionInitial Work:
initial-system-analysis.md findingsspecialist-review - Deep-dive on specific concernscreate-adr - Document existing key decisionsWorkflow Example: Setup → Review initial analysis → Create ADRs → Status check → Regular reviews
development
Conducts a focused review from ONE specific specialist's perspective (e.g., Security Specialist, Performance Expert). Use when the user requests "Ask [specialist role] to review [target]", "Get [specialist]'s opinion on [topic]", "Have [role] review [code/component]", or when they want deep expertise in ONE specific domain. Do NOT use for comprehensive multi-perspective reviews (use architecture-review instead) or for listing available specialists (use list-members instead).
development
Sets up and installs the AI Software Architect framework in a NEW project for the FIRST time. Use when the user requests "Setup .architecture", "Setup ai-software-architect", "Initialize architecture framework", "Install software architect", or similar setup/installation phrases. Do NOT use for checking status (use architecture-status), creating documents (use create-adr or reviews), or when framework is already set up.
testing
Enables and configures Pragmatic Guard Mode (YAGNI Enforcement) to prevent over-engineering. Use when the user requests "Enable pragmatic mode", "Turn on YAGNI enforcement", "Activate simplicity guard", "Challenge complexity", or similar phrases.
testing
Displays the roster of architecture team members with their specialties and expertise areas. Use when the user asks "Who's on the architecture team?", "List architecture members", "Show me the architects", "What specialists are available?", "Who can I ask for reviews?", or wants to discover available experts. Do NOT use for requesting reviews (use specialist-review or architecture-review) or checking documentation status (use architecture-status).