.claude/skills/specialist-review/SKILL.md
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).
npx skillsauth add codenamev/ai-software-architect specialist-reviewInstall 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.
Conducts focused reviews from a specific specialist's perspective.
This skill performs a deep-dive review from one specialist's expertise:
Specialist guidance: references/specialist-perspectives.md Review template: assets/specialist-review-template.md
Extract from user request:
Input validation: Apply sanitization from _patterns.md:
Examples:
security-specialist-api-authentication.mdruby-expert-activerecord-models.mdCheck .architecture/members.yml for the requested specialist.
If exists: Load their profile (specialties, disciplines, domains, perspective)
If doesn't exist: Create new member and add to members.yml:
- id: [specialist_id]
name: "[Person Name]"
title: "[Specialist Title]"
specialties: ["[Specialty 1]", "[Specialty 2]", "[Specialty 3]"]
disciplines: ["[Discipline 1]", "[Discipline 2]"]
skillsets: ["[Skill 1]", "[Skill 2]"]
domains: ["[Domain 1]", "[Domain 2]"]
perspective: "[Their unique viewpoint]"
Inform user: "I've added [Name] ([Title]) to your architecture team."
Specialist guidance: See references/specialist-perspectives.md § Creating New Specialists
Use available tools to examine the target:
Glob to find relevant filesGrep to search for patternsRead to examine code, configs, documentationUnderstand:
Adopt the specialist's persona and expertise. Apply their unique lens.
Review from specialist's perspective:
Review structure (for each specialist):
Detailed guidance by specialist: references/specialist-perspectives.md § Core Specialists
Review template: Load and fill assets/specialist-review-template.md
Load the template:
cat .claude/skills/specialist-review/assets/specialist-review-template.md
Fill in all sections with detailed, specific findings.
Save to: .architecture/reviews/[specialist-role]-[target].md
Format: [role-kebab-case]-[target-kebab-case].md
Provide concise summary:
[Specialist Title] Review Complete: [Target]
Reviewer: [Specialist Name]
Location: .architecture/reviews/[filename].md
Assessment: [Overall assessment]
Key Findings:
1. [Most important finding]
2. [Second finding]
3. [Third finding]
Priority Actions:
1. [Critical action 1]
2. [Critical action 2]
Critical Issues: [Count]
High Priority: [Count]
Total Recommendations: [Count]
Next Steps:
- Address critical issues immediately
- Review detailed findings in document
- [Specific next action based on findings]
Core Specialists (see references/specialist-perspectives.md):
Technology Specialists:
Creating new specialists: Automatically added to team when requested
Before Specialist Review:
list-members - See available specialistsarchitecture-status - Check if area previously reviewedAfter Specialist Review:
create-adr - Document decisions from findingsarchitecture-review - Include in comprehensive reviewWorkflow Examples:
Excellent specialist reviews:
Avoid:
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).