スキル一覧に戻る
pluginagentmarketplace

enterprise-patterns

by pluginagentmarketplace

Software architect plugin for architectural decisions and enterprise patterns

1🍴 0📅 2026年1月7日
GitHubで見るManusで実行

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"

Enterprise Patterns Skill

Purpose

Apply enterprise architecture patterns including TOGAF, integration patterns, governance frameworks, and portfolio management for large-scale systems.


Parameters

ParameterTypeRequiredValidationDefault
contextstringmin: 50 chars-
pattern_typeenumintegration|governance|portfolio|togafintegration
scopeenumenterprise|domain|capabilityenterprise
current_stateobjectvalid JSON{}
output_formatenumpattern|roadmap|governancepattern

Execution Flow

┌──────────────────────────────────────────────────────────┐
│ 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                  │
└──────────────────────────────────────────────────────────┘

Retry Logic

ErrorRetryBackoffMax Attempts
VALIDATION_ERRORNo-1
PATTERN_MISMATCHYes1s2
SCOPE_UNCLEARYes-2

Logging & Observability

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 Handling

Error CodeDescriptionRecovery
E601Missing enterprise contextRequest org structure
E602Pattern not applicableSuggest alternatives
E603Scope too broadNarrow to domain
E604TOGAF phase unclearClarify ADM phase

Unit Test Template

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

Troubleshooting

Common Issues

SymptomRoot CauseResolution
Pattern mismatchWrong scopeAlign scope with pattern
Governance ignoredToo rigidBalance agility/control
Integration sprawlNo strategyImplement API gateway

Debug Checklist

□ Is enterprise context documented?
□ Is pattern type appropriate?
□ Is scope clearly defined?
□ Are stakeholders identified?
□ Is TOGAF phase mapped?

Pattern Catalog

Integration Patterns

PatternUse Case
Event-DrivenLoose coupling, async
API GatewayCentralized entry
SagaDistributed transactions
CDCReal-time sync

Governance Models

ModelUse Case
CentralizedStrict standards
FederatedDomain autonomy
HybridCore + flexibility

Portfolio Categories (TIME)

CategoryAction
TolerateMaintain minimally
InvestEnhance actively
MigrateMove to new platform
EliminateSunset/decommission

Integration

ComponentTriggerData Flow
Agent 03Pattern requestReceives context, returns pattern
Agent 01Solution alignmentEnterprise constraints

Quality Standards

  • Standards-based: TOGAF, EIP references
  • Practical: Implementable patterns
  • Scalable: Supports growth

Version History

VersionDateChanges
2.0.02025-01Production-grade: pattern catalog, TOGAF mapping
1.0.02024-12Initial release

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です