来源信息
- 仓库
- pluginagentmarketplace/custom-plugin-software-architect
- 最近来源活动
- 2025年12月30日 12:45
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 1
- 分支
- 0
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
菜单
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-software-architect --skill enterprise-patterns命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | enterprise-patterns |
| description | Apply enterprise architecture patterns for integration and governance |
| version | 2.0.0 |
| sasmp_version | 1.3.0 |
| bonded_agent | 03-enterprise-architecture |
| bond_type | PRIMARY_BOND |
| last_updated | 2025-01 |
Apply enterprise architecture patterns including TOGAF, integration patterns, governance frameworks, and portfolio management for large-scale systems.
| Parameter | Type | Required | Validation | Default |
|---|---|---|---|---|
context | string | ✅ | min: 50 chars | - |
pattern_type | enum | ⚪ | integration|governance|portfolio|togaf | integration |
scope | enum | ⚪ | enterprise|domain|capability | enterprise |
current_state | object | ⚪ | valid JSON | {} |
output_format | enum | ⚪ | pattern|roadmap|governance | pattern |
┌──────────────────────────────────────────────────────────┐
│ 1. VALIDATE: Check context and pattern type │
│ 2. ASSESS: Current state and maturity │
│ 3. SELECT: Appropriate enterprise pattern │
│ 4. APPLY: Pattern to context │
│ 5. MAP: To TOGAF phases if applicable │
│ 6. ROADMAP: Create transition plan │
│ 7. DOCUMENT: Return pattern application │
└──────────────────────────────────────────────────────────┘
| Error | Retry | Backoff | Max Attempts |
|---|---|---|---|
VALIDATION_ERROR | No | - | 1 |
PATTERN_MISMATCH | Yes | 1s | 2 |
SCOPE_UNCLEAR | Yes | - | 2 |
log_points:
- event: pattern_requested
level: info
data: [pattern_type, scope]
- event: pattern_applied
level: info
data: [pattern_name, maturity_level]
- event: roadmap_generated
level: info
data: [phases_count, timeline]
metrics:
- name: patterns_applied
type: counter
labels: [pattern_type]
- name: application_time_ms
type: histogram
- name: maturity_score
type: gauge
| Error Code | Description | Recovery |
|---|---|---|
E601 | Missing enterprise context | Request org structure |
E602 | Pattern not applicable | Suggest alternatives |
E603 | Scope too broad | Narrow to domain |
E604 | TOGAF phase unclear | Clarify ADM phase |
test_cases:
- name: "Integration pattern selection"
input:
context: "E-commerce integrating with ERP for inventory"
pattern_type: "integration"
scope: "enterprise"
expected:
has_pattern: true
pattern_includes: ["Event-Driven", "CDC"]
has_rationale: true
- name: "Governance model"
input:
context: "5 business units, 200+ applications"
pattern_type: "governance"
expected:
has_governance_model: true
has_decision_rights: true
has_review_process: true
- name: "Portfolio rationalization"
input:
context: "Legacy modernization initiative"
pattern_type: "portfolio"
expected:
has_time_analysis: true
categories_include: ["Tolerate", "Invest", "Migrate", "Eliminate"]
| Symptom | Root Cause | Resolution |
|---|---|---|
| Pattern mismatch | Wrong scope | Align scope with pattern |
| Governance ignored | Too rigid | Balance agility/control |
| Integration sprawl | No strategy | Implement API gateway |
□ Is enterprise context documented?
□ Is pattern type appropriate?
□ Is scope clearly defined?
□ Are stakeholders identified?
□ Is TOGAF phase mapped?
| Pattern | Use Case |
|---|---|
| Event-Driven | Loose coupling, async |
| API Gateway | Centralized entry |
| Saga | Distributed transactions |
| CDC | Real-time sync |
| Model | Use Case |
|---|---|
| Centralized | Strict standards |
| Federated | Domain autonomy |
| Hybrid | Core + flexibility |
| Category | Action |
|---|---|
| Tolerate | Maintain minimally |
| Invest | Enhance actively |
| Migrate | Move to new platform |
| Eliminate | Sunset/decommission |
| Component | Trigger | Data Flow |
|---|---|---|
| Agent 03 | Pattern request | Receives context, returns pattern |
| Agent 01 | Solution alignment | Enterprise constraints |
| Version | Date | Changes |
|---|---|---|
| 2.0.0 | 2025-01 | Production-grade: pattern catalog, TOGAF mapping |
| 1.0.0 | 2024-12 | Initial release |
Make and document architecture decisions using structured frameworks
Create and maintain architecture documentation using standard formats
Design cloud-native architectures with service selection and cost optimization
基于 SOC 职业分类