一键导入
solutions-architect
Expert solutions architecture covering technical requirements, solution design, integration planning, and enterprise architecture alignment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Expert solutions architecture covering technical requirements, solution design, integration planning, and enterprise architecture alignment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | solutions-architect |
| description | Expert solutions architecture covering technical requirements, solution design, integration planning, and enterprise architecture alignment. |
| version | 1.0.0 |
| author | Claude Skills |
| category | sales-success |
| tags | ["solutions","architecture","technical","integration","enterprise"] |
Expert-level solutions architecture for complex sales.
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
# 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 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 |
Context Diagram:
┌─────────────────────────────────────────────────────────────┐
│ CUSTOMER ENVIRONMENT │
│ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │
│ │ CRM │ │ ERP │ │ Data │ │ Auth │ │
│ │ System │ │ System │ │ Lake │ │ (IdP) │ │
│ └────┬─────┘ └────┬─────┘ └────┬─────┘ └────┬─────┘ │
│ │ │ │ │ │
│ └─────────────┴──────┬──────┴─────────────┘ │
│ │ │
│ ┌───────▼───────┐ │
│ │ Integration │ │
│ │ Layer │ │
│ └───────┬───────┘ │
│ │ │
└────────────────────────────┼────────────────────────────────┘
│
┌────────▼────────┐
│ OUR PLATFORM │
│ │
│ ┌───────────┐ │
│ │ API │ │
│ └───────────┘ │
│ ┌───────────┐ │
│ │ Service │ │
│ └───────────┘ │
└─────────────────┘
# 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]
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
references/architecture_patterns.md - Common patternsreferences/integration_guide.md - Integration best practicesreferences/security_framework.md - Security requirementsreferences/poc_playbook.md - POC execution guide# 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"
Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.
Type-safe SQL ORM for TypeScript with zero runtime overhead
Provides comprehensive guidance for Electron framework including main process, renderer process, IPC communication, window management, and desktop app development. Use when the user asks about Electron, needs to create desktop applications, implement Electron features, or build cross-platform desktop apps.
Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural decisions.
Use when designing new system architecture, reviewing existing designs, or making architectural decisions. Invoke for system design, architecture review, design patterns, ADRs, scalability planning.
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments