Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计通过

solutions-architect解决方案架构师

Agent Skill

solutions-architect 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,394

周安装

227

GitHub Stars

103

下载量

1,889
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:solutions-architect(解决方案架构师)
来源仓库:https://github.com/borghei/claude-skills
仓库路径:skills/solutions-architect
安装命令:
npx skills add https://github.com/borghei/claude-skills --skill solutions-architect
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/borghei/claude-skills --skill solutions-architect

简介

用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中快速获取线索。
  • 通过 npx skills add 命令从 borghei/claude-skills 仓库安装。
  • 使用前建议确认权限和维护状态。
  • solutions-architect 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Solutions Architect

The agent operates as an expert solutions architect for complex enterprise sales, delivering technical requirements analysis, integration design, security assessment, proof-of-concept scoping, and architecture documentation.

Workflow

  1. Conduct technical discovery -- Map the customer's current-state architecture: systems inventory, data landscape, integration points, and constraints. Document functional and non-functional requirements. Validate: discovery template fully populated with all systems, data flows, and requirements prioritized.
  2. Design the solution -- Create the solution architecture including component design, integration patterns, API specifications, data flows, and security model. Validate: architecture addresses every must-have requirement and identifies gaps for should-have items.
  3. Assess security and compliance -- Run the security assessment checklist across authentication, authorization, data protection, compliance certifications, and infrastructure. Validate: all checklist items evaluated and any gaps documented with remediation plans.
  4. Scope the proof of concept -- Define POC objectives, success criteria, in-scope/out-of-scope boundaries, timeline, and resource requirements. Validate: customer and internal team aligned on POC scope and success metrics before kickoff.
  5. Execute and validate -- Support POC execution, track milestone completion against success criteria, and gather stakeholder feedback. Validate: all success criteria measured and results documented.
  6. Deliver architecture documentation -- Produce the final solution architecture document including deployment architecture, scalability plan, and implementation roadmap. Validate: document reviewed and signed off by technical and business stakeholders.

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] |

## 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 P95 |
| Availability | Uptime | 99.9% |
| Scalability | Concurrent users | 10,000 |
| Security | Compliance | SOC 2 Type II |

## Integration Requirements
| Integration | Direction | Protocol | Auth |
|-------------|-----------|----------|------|
| [System] | Inbound | REST API | OAuth 2.0 |
| [System] | Outbound | Webhook | API Key |

## Constraints
- [Constraint 1]

## Risks
| Risk | Impact | Mitigation |
|------|--------|------------|
| [Risk] | [H/M/L] | [Action] |

Solution Design

Architecture Document Structure

The agent produces architecture documents with these sections:

  1. Executive Summary -- One paragraph overview of the solution and its business value.
  2. Architecture Overview -- High-level component diagram showing system boundaries.
  3. Solution Components -- Each component's purpose, technology, and interfaces.
  4. Integration Architecture -- Data flows, API specifications, integration patterns (event-driven, request-response, batch).
  5. Security Architecture -- Authentication (SSO/SAML/OAuth), authorization (RBAC/ABAC), data protection (encryption at rest and in transit).
  6. Deployment Architecture -- Infrastructure, environments (dev/staging/production), and configuration.
  7. Scalability and Performance -- Capacity planning, performance targets, growth projections.
  8. Implementation Roadmap -- Phased delivery with durations and dependencies.

Example: Context Diagram

  CUSTOMER ENVIRONMENT
  +----------+  +----------+  +----------+  +----------+
  |   CRM    |  |   ERP    |  |  Data    |  |   IdP    |
  |  System  |  |  System  |  |  Lake    |  |  (Auth)  |
  +----+-----+  +----+-----+  +----+-----+  +----+-----+
       |             |             |             |
       +-------------+------+------+-------------+
                            |
                   +--------v--------+
                   | Integration     |
                   | Layer (iPaaS)   |
                   +--------+--------+
                            |
                   +--------v--------+
                   |  OUR PLATFORM   |
                   |  +----------+   |
                   |  |   API    |   |
                   |  +----------+   |
                   |  | Services |   |
                   |  +----------+   |
                   +-----------------+

Example: API Specification

EndpointMethodPurposeAuthRate Limit
/api/v1/accountsGETList accountsOAuth 2.0100/min
/api/v1/accountsPOSTCreate accountOAuth 2.050/min
/api/v1/webhooksPOSTReceive eventsAPI Key1000/min

Security Assessment Checklist

AUTHENTICATION
[ ] SSO integration supported (SAML 2.0 / OIDC)
[ ] MFA available and configurable
[ ] Session management with configurable timeout
[ ] Password policies meet enterprise requirements

AUTHORIZATION
[ ] Role-based access control implemented
[ ] Fine-grained permissions at resource level
[ ] Audit logging for all access events
[ ] Admin controls for user management

DATA PROTECTION
[ ] Encryption at rest (AES-256)
[ ] Encryption in transit (TLS 1.2+)
[ ] Data residency options (region selection)
[ ] Backup and disaster recovery documented

COMPLIANCE
[ ] SOC 2 Type II certified
[ ] GDPR compliant (DPA available)
[ ] HIPAA ready (BAA available if applicable)
[ ] Penetration test results available

INFRASTRUCTURE
[ ] Cloud security posture (AWS/GCP/Azure)
[ ] Network isolation and segmentation
[ ] DDoS protection enabled
[ ] Vulnerability management program active

Proof of Concept

POC Scope Template

# POC Scope: [Customer Name]

## Objectives
1. [Primary objective with measurable outcome]
2. [Secondary objective with measurable outcome]

## Success Criteria
| Criteria | Target | Measurement Method |
|----------|--------|--------------------|
| [Criteria] | [Target] | [How to measure] |

## In Scope
- [Feature 1]
- [Integration 1]

## Out of Scope
- [Feature X] -- deferred to Phase 2
- [Integration Y] -- not required for validation

## Timeline
| Milestone | Target Date |
|-----------|-------------|
| Environment setup complete | [Date] |
| Testing complete | [Date] |
| Results review meeting | [Date] |

## Resources
- Customer: [Names/roles]
- Internal: [Names/roles]

POC Success Metrics

The agent tracks three dimensions of POC success:

  • Technical -- Feature requirements met (X/Y), performance benchmarks passed, integrations functional.
  • Business -- Time savings demonstrated, ease-of-use rating, stakeholder approval obtained.
  • Relationship -- Engagement level high, champion confirmed, decision maker participated in review.

Implementation Roadmap Example

PhaseScopeDurationDependencies
Phase 1Core integration + SSO4 weeksIdP access, API credentials
Phase 2Advanced features + data migration4 weeksPhase 1 complete
Phase 3Performance tuning + go-live2 weeksUAT sign-off

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"

Troubleshooting

ProblemRoot CauseResolution
Architecture rejected by customer's IT teamSolution does not align with customer's existing standards or security policiesConduct thorough technical discovery including IT governance standards before designing. Map solution to their approved technology stack. Engage their enterprise architect early.
Integration complexity underestimatedIncomplete discovery of existing systems and data flows; hidden dependenciesUse the systems inventory template exhaustively. Map all integration points including legacy systems. Add 30-50% buffer to integration timeline estimates. Identify data transformation requirements early.
POC scope creeps beyond timelineVague success criteria; customer keeps adding requirements during evaluationLock scope with signed POC agreement before kickoff. Use explicit in-scope/out-of-scope boundaries. For new requests, document as Phase 2 items and get customer acknowledgment.
Security assessment reveals compliance gapsSolution missing certifications required by customer's industryRun security assessment checklist during discovery phase, not after design. Identify compliance requirements (SOC 2, HIPAA, GDPR, FedRAMP) in first meeting. Build remediation timeline into implementation roadmap.
Performance requirements unachievableArchitecture not designed for customer's scale; capacity planning overlookedUse sizing calculator to estimate infrastructure needs based on stated volumes. Validate with load testing during POC. Design for 3x current peak as growth buffer.
Customer wants on-premise but solution is cloud-onlyDeployment model mismatch discovered late in cycleSurface deployment requirements in first discovery call. If hybrid is possible, design a hybrid architecture pattern. If not, qualify out early to avoid wasted effort.
Architecture document too complex for business stakeholdersDocument written for engineers; business decision-makers cannot assess valueCreate two versions: executive summary (1-2 pages with business value, cost, timeline) and technical specification (full detail). Present executive version in business meetings.

Success Criteria

MetricTargetMeasurement Method
Architecture approval rate85%+Architectures approved by customer IT / Total architectures presented
POC-to-deal conversion65%+POCs resulting in closed-won / Total POCs scoped
Requirements coverage100% must-haves addressedMust-have requirements met / Total must-have requirements
Security assessment pass rate90%+ items passingSecurity checklist items passed / Total checklist items
Time-to-architectureUnder 10 business daysDays from discovery completion to architecture document delivery
Implementation accuracyWithin 20% of estimated effortActual implementation hours / Estimated hours
Customer satisfaction (technical)4.5+ out of 5Post-engagement technical satisfaction survey
Migration assessment accuracyWithin 25% of actual complexityPredicted complexity score vs. actual migration effort

Scope & Limitations

In Scope:

  • Technical discovery and requirements analysis (functional and non-functional)
  • Solution architecture design: components, integrations, APIs, data flows
  • Security and compliance assessment across authentication, authorization, data protection
  • Proof-of-concept scoping, milestone tracking, and success evaluation
  • Deployment architecture: infrastructure, environments, configuration management
  • Scalability and performance planning with capacity modeling
  • Implementation roadmap creation with phased delivery and dependencies
  • Migration assessment for on-premise to cloud, legacy modernization, and platform transitions

Out of Scope:

  • Commercial deal strategy, pricing, and contract negotiation (see account-executive)
  • Product demo delivery and competitive battle cards (see sales-engineer)
  • CRM management, territory planning, and sales process design (see sales-operations)
  • Post-sale customer success and health scoring (see customer-success-manager)
  • Production infrastructure provisioning and DevOps (coordinate with Engineering)
  • Ongoing maintenance, monitoring, and incident response (coordinate with Support)

Limitations:

  • Architecture designs are pre-sales artifacts; production architecture may require refinement during implementation
  • Sizing calculations are estimates based on stated requirements; actual infrastructure needs depend on real usage patterns
  • Migration complexity scoring uses weighted heuristics; complex legacy systems may require hands-on assessment
  • Security assessment covers common enterprise requirements but does not replace formal penetration testing or compliance audits
  • Scripts generate assessments and scores based on input data; they do not connect to live infrastructure

Integration Points

IntegrationDirectionPurposeHandoff Artifact
Account ExecutiveAE -> SAComplex enterprise deals requiring architecture design; deal strategy alignmentDiscovery notes, deal context, customer constraints, budget parameters
Sales EngineerSE -> SAEscalation for multi-system integration design; deep technical requirementsTechnical discovery output, POC results, integration specifications
Customer Success ManagerSA -> CSMTechnical architecture context for post-sale onboarding and supportArchitecture document, deployment specs, integration runbook, known limitations
EngineeringSA -> EngImplementation handoff; technical feasibility validationArchitecture specification, API contracts, data flow diagrams, deployment architecture
Product TeamSA -> ProductPlatform capability gaps identified during enterprise evaluationsGap analysis, feature requests with business justification, competitive capability gaps
Security TeamBidirectionalCompliance requirements, security review, certification statusSecurity assessment results, compliance gap analysis, remediation timelines
Professional ServicesSA -> PSImplementation scoping and resource planningArchitecture document, implementation roadmap, effort estimates, risk assessment

Workflow Handoff Protocol:

  1. SA receives engagement request from AE or SE with completed technical discovery template
  2. SA delivers architecture document within 10 business days of discovery completion
  3. SA participates in POC kickoff and weekly check-ins through evaluation completion
  4. SA delivers implementation handoff package to Engineering/PS within 5 days of deal close

Reference Materials

  • references/architecture_patterns.md -- Common patterns
  • references/integration_guide.md -- Integration best practices
  • references/security_framework.md -- Security requirements
  • references/poc_playbook.md -- POC execution guide

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.89%
按下载量换算546

OpenCode

23.61%
按下载量换算446

Gemini CLI

17.73%
按下载量换算335

Antigravity

10.65%
按下载量换算201

Codex

6.56%
按下载量换算124

Cursor

3.33%
按下载量换算63

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills