AI-powered architectural analysis and ADR management tools for Claude Code
npx claudepluginhub decision-crafters/claude-plugin-adr-analysisAI-powered Architectural Decision Record (ADR) analysis, generation, and management for intelligent development workflows
Production-ready workflow orchestration with 75 focused plugins, 182 specialized agents, and 147 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 129 specialized Claude Code subagents organized into 10 focused categories
AI-powered Architectural Decision Record (ADR) analysis, generation, and management for intelligent development workflows.
This Claude Code plugin integrates the MCP ADR Analysis Server to provide 55+ specialized tools for architectural analysis, ADR management, deployment validation, and security assessment.
# Add the marketplace
/plugin marketplace add decision-crafters/claude-plugin-adr-analysis
# Install the plugin
/plugin install adr-analysis@decision-crafters
# Clone the repository
git clone https://github.com/decision-crafters/claude-plugin-adr-analysis.git
# Add as local marketplace
/plugin marketplace add ./claude-plugin-adr-analysis
# Install
/plugin install adr-analysis@decision-crafters
The plugin uses environment variables for configuration. Set these in your shell or .env file:
# Required for AI execution
export OPENROUTER_API_KEY="your-api-key"
# Optional configuration
export EXECUTION_MODE="full" # full | prompt-only | ce-mcp | hybrid
export LOG_LEVEL="info" # debug | info | warn | error
export ADR_DIRECTORY="docs/adrs" # ADR storage location
export AI_MODEL="anthropic/claude-3.5-sonnet"
export AI_TEMPERATURE="0.7"
| Command | Description |
|---|---|
/analyze | Analyze project architecture and patterns |
/adr | Generate, discover, and manage ADRs |
/deploy | Check deployment readiness |
/research | Perform web research and integrate findings |
/security | Analyze security threats and apply masking |
/rules | Generate and validate architectural rules |
The plugin provides four specialized agents that Claude can invoke:
adr-expert)deployment-validator)architecture-analyst)security-analyst)analyze_project_ecosystem - Comprehensive project analysisget_architectural_context - Context for files/componentsanalyze_content_security - Security threat detectionsmart_score - Architectural decision scoringgenerate_adr_from_decision - Create ADRs from decisionsgenerate_adrs_from_prd - Generate from requirementsdiscover_existing_adrs - Find existing ADRssuggest_adrs - AI-powered suggestionsvalidate_adr / validate_all_adrs - Validationdeployment_readiness - Zero-tolerance validationsmart_git_push - Safe git operationsgenerate_deployment_guidance - Recommendationsanalyze_content_security - Detect sensitive contentgenerate_content_masking - Create masking strategiesapply_basic_content_masking - Apply maskingperform_research - Web researchllm_web_search - LLM-powered searchincorporate_research - Integrate findingsgenerate_rules - Create architectural rulesvalidate_rules - Check compliancecreate_rule_set - Organize rulesUser: /analyze
Claude: I'll analyze your project architecture...
[Uses analyze_project_ecosystem tool]
[Provides comprehensive analysis with patterns, recommendations]
User: /adr generate a decision about using PostgreSQL for the database
Claude: I'll create an ADR for the PostgreSQL decision...
[Uses generate_adr_from_decision tool]
[Creates structured ADR with context, decision, and consequences]
User: /deploy