@skhema/cli 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/skills/.manifest.json +8 -10
- package/skills/skhema-calibrate/SKILL.md +90 -0
- package/skills/skhema-calibrate/references/assumptions.md +77 -0
- package/skills/skhema-calibrate/references/coherence.md +95 -0
- package/skills/skhema-calibrate/references/freshness.md +81 -0
- package/skills/skhema-calibrate/references/language.md +74 -0
- package/skills/skhema-communicate/SKILL.md +94 -0
- package/skills/skhema-communicate/references/audience-adaptation.md +103 -0
- package/skills/skhema-communicate/references/board-update.md +93 -0
- package/skills/skhema-communicate/references/decision-brief.md +93 -0
- package/skills/skhema-communicate/references/team-brief.md +91 -0
- package/skills/skhema-compose/SKILL.md +98 -0
- package/skills/skhema-compose/references/assemble.md +119 -0
- package/skills/skhema-compose/references/decompose.md +104 -0
- package/skills/skhema-compose/references/metrics-tree.md +101 -0
- package/skills/skhema-compose/references/options.md +109 -0
- package/skills/skhema-frame/SKILL.md +86 -0
- package/skills/skhema-frame/references/challenge.md +84 -0
- package/skills/skhema-frame/references/decision.md +92 -0
- package/skills/skhema-frame/references/outcome.md +82 -0
- package/skills/skhema-frame/references/policy.md +82 -0
- package/skills/skhema-frame/references/scope.md +79 -0
- package/skills/skhema-operate/SKILL.md +107 -0
- package/skills/skhema-operate/references/auth.md +110 -0
- package/skills/skhema-operate/references/author-elements.md +158 -0
- package/skills/skhema-operate/references/navigate.md +110 -0
- package/skills/skhema-operate/references/surfaces.md +67 -0
- package/skills/skhema-operate/references/validation-loop.md +84 -0
- package/skills/skhema-pressure-test/SKILL.md +107 -0
- package/skills/skhema-pressure-test/references/decision-grill.md +127 -0
- package/skills/skhema-pressure-test/references/full-grill.md +118 -0
- package/skills/skhema-pressure-test/references/pre-mortem.md +140 -0
- package/skills/skhema-challenge-framing/SKILL.md +0 -28
- package/skills/skhema-coherence-check/SKILL.md +0 -28
- package/skills/skhema-element-decomposition/SKILL.md +0 -28
- package/skills/skhema-element-writer/SKILL.md +0 -20
- package/skills/skhema-judgment-audit/SKILL.md +0 -28
- package/skills/skhema-semantic-sharpening/SKILL.md +0 -28
- package/skills/skhema-strategy-advisor/SKILL.md +0 -20
- package/skills/skhema-workspace-navigator/SKILL.md +0 -20
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: skhema-element-writer
|
|
3
|
-
description: Use when creating or editing Skhema elements, structuring element content, organizing elements into components, or applying strategy frameworks during element authoring.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Skhema Element Writer
|
|
7
|
-
|
|
8
|
-
A skill for creating and managing Skhema elements — the building blocks of your product strategy.
|
|
9
|
-
|
|
10
|
-
## Capabilities
|
|
11
|
-
|
|
12
|
-
- Create new elements with proper structure
|
|
13
|
-
- Edit existing element content
|
|
14
|
-
- Organize elements into components
|
|
15
|
-
- Apply strategy frameworks to element creation
|
|
16
|
-
|
|
17
|
-
## Usage
|
|
18
|
-
|
|
19
|
-
This skill is automatically available when installed to your agent platform.
|
|
20
|
-
Ask your AI assistant to create or edit Skhema elements.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: skhema-judgment-audit
|
|
3
|
-
description: "Surface assumptions, evidence quality, and confidence levels for strategic elements. Distinguish facts from beliefs."
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Judgment Audit
|
|
7
|
-
|
|
8
|
-
Examine the foundations of strategic judgments and decisions.
|
|
9
|
-
|
|
10
|
-
## When to Use
|
|
11
|
-
|
|
12
|
-
- Validating critical strategic elements
|
|
13
|
-
- When confidence in a decision is unclear
|
|
14
|
-
- Before committing significant resources
|
|
15
|
-
|
|
16
|
-
## Key Principles
|
|
17
|
-
|
|
18
|
-
- Every judgment rests on assumptions
|
|
19
|
-
- Evidence varies in quality and relevance
|
|
20
|
-
- Distinguishing facts from beliefs prevents overconfidence
|
|
21
|
-
|
|
22
|
-
## Audit Dimensions
|
|
23
|
-
|
|
24
|
-
TODO: Define what to examine in each judgment
|
|
25
|
-
|
|
26
|
-
## Confidence Framework
|
|
27
|
-
|
|
28
|
-
TODO: How to assess and communicate confidence levels
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: skhema-semantic-sharpening
|
|
3
|
-
description: "Review strategy language for ambiguity and vague terms. Ensure precise meaning and shared understanding."
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Semantic Sharpening
|
|
7
|
-
|
|
8
|
-
Review and refine strategic language for clarity and precision.
|
|
9
|
-
|
|
10
|
-
## When to Use
|
|
11
|
-
|
|
12
|
-
- Reviewing strategy documents or statements
|
|
13
|
-
- When team members interpret terms differently
|
|
14
|
-
- Before finalizing strategic commitments
|
|
15
|
-
|
|
16
|
-
## Key Principles
|
|
17
|
-
|
|
18
|
-
- Ambiguity is the enemy of execution
|
|
19
|
-
- Many strategy failures are semantic failures
|
|
20
|
-
- Precision enables accountability
|
|
21
|
-
|
|
22
|
-
## Common Patterns
|
|
23
|
-
|
|
24
|
-
TODO: Document common semantic traps
|
|
25
|
-
|
|
26
|
-
## Techniques --> what does good look like?
|
|
27
|
-
|
|
28
|
-
TODO: Methods for sharpening language
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: skhema-strategy-advisor
|
|
3
|
-
description: Use when developing or refining product strategy in Skhema, including positioning, market fit analysis, competitive evaluation, and strategic recommendations.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Skhema Strategy Advisor
|
|
7
|
-
|
|
8
|
-
A skill that helps you develop and refine product strategies using the Skhema framework.
|
|
9
|
-
|
|
10
|
-
## Capabilities
|
|
11
|
-
|
|
12
|
-
- Analyze product positioning and market fit
|
|
13
|
-
- Generate strategic recommendations
|
|
14
|
-
- Evaluate competitive landscapes
|
|
15
|
-
- Create actionable strategy documents
|
|
16
|
-
|
|
17
|
-
## Usage
|
|
18
|
-
|
|
19
|
-
This skill is automatically available when installed to your agent platform.
|
|
20
|
-
Ask your AI assistant about product strategy, positioning, or competitive analysis.
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: skhema-workspace-navigator
|
|
3
|
-
description: Use when navigating a Skhema workspace, inspecting workspace structure, searching workspace content, understanding hierarchy, or moving between related elements.
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
# Skhema Workspace Navigator
|
|
7
|
-
|
|
8
|
-
A skill for navigating and understanding your Skhema workspace structure.
|
|
9
|
-
|
|
10
|
-
## Capabilities
|
|
11
|
-
|
|
12
|
-
- Browse workspace components and elements
|
|
13
|
-
- Search across workspace content
|
|
14
|
-
- Understand workspace hierarchy
|
|
15
|
-
- Navigate between related elements
|
|
16
|
-
|
|
17
|
-
## Usage
|
|
18
|
-
|
|
19
|
-
This skill is automatically available when installed to your agent platform.
|
|
20
|
-
Ask your AI assistant to help you navigate your Skhema workspace.
|