Claude-skill-registry dialogue-create-strategy
Create Strategy (STR) documents for rationale, decisions, and business justification. Triggers on "document strategy", "record strategic decision", "capture rationale", "business case", "project charter".
git clone https://github.com/majiayu000/claude-skill-registry
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/dialogue-create-strategy" ~/.claude/skills/majiayu000-claude-skill-registry-dialogue-create-strategy && rm -rf "$T"
skills/data/dialogue-create-strategy/SKILL.mdSkill: 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
command at /create-strategy
${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 |
|---|---|
| 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.