来源信息
- 仓库
- 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 technical-leadership命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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 职业分类
正在显示 SKILL.md
| name | technical-leadership |
| description | Provide technical leadership guidance for reviews, mentoring, and decisions |
| version | 2.0.0 |
| sasmp_version | 1.3.0 |
| bonded_agent | 07-technical-leadership |
| bond_type | PRIMARY_BOND |
| last_updated | 2025-01 |
Provide structured technical leadership guidance including architecture reviews, mentoring frameworks, and decision facilitation for engineering teams.
| Parameter | Type | Required | Validation | Default |
|---|---|---|---|---|
context | string | ✅ | min: 30 chars | - |
guidance_type | enum | ⚪ | review|mentoring|decision|standards | review |
team_size | integer | ⚪ | 1-100 | 5 |
decision_stakes | enum | ⚪ | low|medium|high|critical | medium |
output_format | enum | ⚪ | checklist|narrative|action_items | action_items |
┌──────────────────────────────────────────────────────────┐
│ 1. VALIDATE: Check context and guidance type │
│ 2. ANALYZE: Understand leadership challenge │
│ 3. FRAMEWORK: Select appropriate framework │
│ 4. APPLY: Apply framework to context │
│ 5. SYNTHESIZE: Generate recommendations │
│ 6. STRUCTURE: Format output appropriately │
│ 7. DELIVER: Return guidance with action items │
└──────────────────────────────────────────────────────────┘
| Error | Retry | Backoff | Max Attempts |
|---|---|---|---|
VALIDATION_ERROR | No | - | 1 |
FRAMEWORK_ERROR | Yes | 1s | 2 |
CONTEXT_UNCLEAR | Yes | - | 2 |
log_points:
- event: guidance_requested
level: info
data: [guidance_type, decision_stakes]
- event: framework_applied
level: info
data: [framework_name, context_type]
- event: guidance_delivered
level: info
data: [action_items_count, confidence]
metrics:
- name: guidance_requests
type: counter
labels: [guidance_type]
- name: response_time_ms
type: histogram
- name: action_items_generated
type: counter
| Error Code | Description | Recovery |
|---|---|---|
E501 | Missing context | Request specific situation |
E502 | Invalid guidance type | Show available types |
E503 | Conflicting requirements | Highlight trade-offs |
E504 | Stakes not specified | Default to medium |
test_cases:
- name: "Architecture review"
input:
context: "Review microservices migration proposal"
guidance_type: "review"
decision_stakes: "high"
expected:
has_checklist: true
has_findings: true
has_recommendation: true
- name: "Mentoring guidance"
input:
context: "Senior engineer wants to grow into tech lead"
guidance_type: "mentoring"
expected:
has_grow_framework: true
has_action_items: true
has_timeline: true
- name: "Decision facilitation"
input:
context: "Team split on REST vs GraphQL"
guidance_type: "decision"
expected:
has_rapid_model: true
has_decision_matrix: true
has_recommendation: true
| Symptom | Root Cause | Resolution |
|---|---|---|
| Vague recommendations | Context too broad | Narrow scope |
| No clear decision | Missing decision framework | Apply RAPID |
| Review bottleneck | Too many reviews | Delegate, set SLAs |
□ Is the leadership challenge clear?
□ Is the appropriate framework selected?
□ Are stakeholders identified?
□ Are decision criteria explicit?
□ Are action items specific and actionable?
| Framework | Use Case |
|---|---|
| RAPID | Complex decisions with multiple stakeholders |
| GROW | Mentoring and coaching conversations |
| RFC | Technical design decisions |
| ADR | Architecture decision documentation |
| Component | Trigger | Data Flow |
|---|---|---|
| Agent 07 | Leadership request | Receives context, returns guidance |
| All Agents | Coordination | Synthesizes recommendations |
| Version | Date | Changes |
|---|---|---|
| 2.0.0 | 2025-01 | Production-grade: RAPID, GROW, review checklists |
| 1.0.0 | 2024-12 | Initial release |