返回 Skill 列表
extension
分类: 开发与工程无需 API Key

dialogue-create-strategy

创建策略(STR)文档以记录理由、决策和业务合理性。触发词包括“文档策略”、“记录战略决策”、“捕捉理由”、“商业案例”、“项目章程”。

person作者: jakexiaohubgithub

Skill: Create Strategy Document

Create STR (Strategy) documents that capture rationale, decisions, and business justification.

When to Use

Activate this skill when:

  • User makes or discusses a strategic decision
  • Documenting business cases or justifications
  • Recording project direction or scope decisions
  • Capturing rationale that should persist

Trigger phrases: "document strategy", "record strategic decision", "capture rationale", "business case", "project charter", "record this decision", "document the direction"

Note: For formal architecture decisions requiring alternatives analysis, use the dialogue-create-adr skill instead.

Implementation

Read and follow the /create-strategy command at ${CLAUDE_PLUGIN_ROOT}/commands/create-strategy.md for:

  • Document type explanation and when to use vs ADR
  • Step-by-step workflow
  • Full document template with frontmatter
  • Decision logging integration

The command contains the authoritative implementation details.

Decision Logging

Strategy documents automatically integrate with the decision log via the dialogue-log-decision skill. This creates cross-references:

  • Decision log entry references the STR document
  • Provides traceability between decisions and their full rationale

Relationship to Command

| Invocation | Trigger | |------------|---------| | /create-strategy | User explicitly requests | | This skill | Claude recognises context (trigger phrases above) |

Both use the same implementation. The skill adds autonomous activation when strategic decisions emerge in conversation.