solutions-architect
30
总安装量
32
周安装量
#6761
全站排名
安装命令
npx skills add https://github.com/borghei/claude-skills --skill solutions-architect
Agent 安装分布
opencode
23
gemini-cli
22
claude-code
21
codex
19
antigravity
17
github-copilot
13
Skill 文档
Solutions Architect
Expert-level solutions architecture for complex sales.
Core Competencies
- Technical requirements analysis
- Solution design
- Integration architecture
- Enterprise alignment
- Technical presentations
- Proof of concept design
- Security and compliance
- Stakeholder management
Solutions Process
Engagement Model
DISCOVERY â DESIGN â VALIDATE â IMPLEMENT â OPTIMIZE
1. DISCOVERY
âââ Business requirements
âââ Technical landscape
âââ Integration needs
âââ Success criteria
2. DESIGN
âââ Solution architecture
âââ Integration design
âââ Data flow mapping
âââ Security model
3. VALIDATE
âââ Technical proof of concept
âââ Performance testing
âââ Security review
âââ Stakeholder sign-off
4. IMPLEMENT
âââ Implementation plan
âââ Migration strategy
âââ Training design
âââ Go-live support
5. OPTIMIZE
âââ Performance tuning
âââ Feature adoption
âââ Architecture evolution
âââ Continuous improvement
Requirements Analysis
Discovery Template
# Technical Discovery: [Customer Name]
## Current State Architecture
### Systems Inventory
| System | Purpose | Technology | Owner |
|--------|---------|------------|-------|
| [System] | [Purpose] | [Tech] | [Team] |
### Data Landscape
- Data sources: [List]
- Data volumes: [Size]
- Data formats: [Formats]
- Data governance: [Policies]
### Integration Points
| Source | Target | Type | Frequency |
|--------|--------|------|-----------|
| [Source] | [Target] | [API/File/DB] | [Real-time/Batch] |
## Requirements
### Functional Requirements
| ID | Requirement | Priority | Notes |
|----|-------------|----------|-------|
| FR-1 | [Requirement] | Must | [Notes] |
| FR-2 | [Requirement] | Should | [Notes] |
### Non-Functional Requirements
| Category | Requirement | Target |
|----------|-------------|--------|
| Performance | Response time | <500ms |
| Availability | Uptime | 99.9% |
| Scalability | Users | 10,000 |
| Security | Compliance | SOC 2 |
### Integration Requirements
| Integration | Direction | Protocol | Auth |
|-------------|-----------|----------|------|
| [System] | Inbound | REST API | OAuth |
| [System] | Outbound | Webhook | API Key |
## Constraints
- [Constraint 1]
- [Constraint 2]
## Assumptions
- [Assumption 1]
- [Assumption 2]
## Risks
| Risk | Impact | Mitigation |
|------|--------|------------|
| [Risk] | [H/M/L] | [Action] |
Solution Design
Architecture Document
# Solution Architecture: [Customer Name]
## Executive Summary
[One paragraph overview of the solution]
## Architecture Overview
[High-level diagram]
## Solution Components
### Component 1: [Name]
- Purpose: [Description]
- Technology: [Tech stack]
- Interfaces: [APIs, etc.]
### Component 2: [Name]
...
## Integration Architecture
### Data Flow
[Data flow diagram]
### API Specifications
| Endpoint | Method | Purpose | Auth |
|----------|--------|---------|------|
| /api/v1/resource | GET | List resources | OAuth |
### Integration Patterns
- Pattern: [Event-driven/Request-response/Batch]
- Protocol: [REST/GraphQL/SOAP]
- Format: [JSON/XML/CSV]
## Security Architecture
### Authentication
- Method: [SSO/SAML/OAuth]
- Provider: [IdP]
### Authorization
- Model: [RBAC/ABAC]
- Roles: [List]
### Data Protection
- Encryption at rest: [Yes/No]
- Encryption in transit: [TLS version]
- Data masking: [Requirements]
## Deployment Architecture
### Infrastructure
[Infrastructure diagram]
### Environments
| Environment | Purpose | Config |
|-------------|---------|--------|
| Dev | Development | [Config] |
| Staging | Testing | [Config] |
| Production | Live | [Config] |
## Scalability & Performance
### Capacity Planning
- Expected users: [Number]
- Peak load: [Requests/sec]
- Data growth: [Rate]
### Performance Targets
| Metric | Target | Measurement |
|--------|--------|-------------|
| Response time | <500ms | P95 |
| Throughput | 1000 rps | Average |
| Availability | 99.9% | Monthly |
## Implementation Roadmap
| Phase | Scope | Duration |
|-------|-------|----------|
| Phase 1 | Core integration | 4 weeks |
| Phase 2 | Advanced features | 4 weeks |
| Phase 3 | Optimization | 2 weeks |
Architecture Diagrams
Context Diagram:
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
â CUSTOMER ENVIRONMENT â
â ââââââââââââ ââââââââââââ ââââââââââââ ââââââââââââ â
â â CRM â â ERP â â Data â â Auth â â
â â System â â System â â Lake â â (IdP) â â
â ââââââ¬ââââââ ââââââ¬ââââââ ââââââ¬ââââââ ââââââ¬ââââââ â
â â â â â â
â âââââââââââââââ´âââââââ¬âââââââ´ââââââââââââââ â
â â â
â âââââââââ¼ââââââââ â
â â Integration â â
â â Layer â â
â âââââââââ¬ââââââââ â
â â â
ââââââââââââââââââââââââââââââ¼âââââââââââââââââââââââââââââââââ
â
ââââââââââ¼âââââââââ
â OUR PLATFORM â
â â
â âââââââââââââ â
â â API â â
â âââââââââââââ â
â âââââââââââââ â
â â Service â â
â âââââââââââââ â
âââââââââââââââââââ
Proof of Concept
POC Scope Definition
# POC Scope: [Customer Name]
## Objectives
1. [Objective 1]
2. [Objective 2]
## In Scope
- [Feature 1]
- [Integration 1]
## Out of Scope
- [Feature X]
- [Integration Y]
## Success Criteria
| Criteria | Target | Measurement |
|----------|--------|-------------|
| [Criteria] | [Target] | [How] |
## Technical Setup
- Environment: [Details]
- Data: [Sample data]
- Users: [Test accounts]
## Timeline
| Milestone | Date |
|-----------|------|
| Setup complete | [Date] |
| Testing complete | [Date] |
| Review meeting | [Date] |
## Resources Required
- Customer: [Names/roles]
- Our team: [Names/roles]
Security Review
Security Assessment Checklist
AUTHENTICATION
â¡ SSO integration supported
â¡ MFA available
â¡ Session management secure
â¡ Password policies configurable
AUTHORIZATION
â¡ Role-based access control
â¡ Fine-grained permissions
â¡ Audit logging enabled
â¡ Admin controls available
DATA PROTECTION
â¡ Encryption at rest (AES-256)
â¡ Encryption in transit (TLS 1.2+)
â¡ Data residency options
â¡ Backup and recovery
COMPLIANCE
â¡ SOC 2 Type II certified
â¡ GDPR compliant
â¡ HIPAA ready (if applicable)
â¡ Industry-specific certifications
INFRASTRUCTURE
â¡ Cloud security (AWS/GCP/Azure)
â¡ Network isolation
â¡ DDoS protection
â¡ Vulnerability management
Reference Materials
references/architecture_patterns.md– Common patternsreferences/integration_guide.md– Integration best practicesreferences/security_framework.md– Security requirementsreferences/poc_playbook.md– POC execution guide
Scripts
# Requirements analyzer
python scripts/requirements_analyzer.py --input requirements.xlsx
# Architecture diagram generator
python scripts/arch_diagram.py --config solution.yaml
# Security assessment
python scripts/security_assess.py --customer "Customer Name"
# POC tracker
python scripts/poc_tracker.py --customer "Customer Name"