Agent skill
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".
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/dialogue-create-strategy
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?