
Strategy Skills
- 4 installs
- Updated May 25, 2026
- broomva/strategy-skills
strategy-skills is a Claude skill collection of eight strategy, decision, and productivity skills that integrate with an Obsidian vault and knowledge graph.
About
strategy-skills is a Claude skill collection of eight strategy, decision, and personal-productivity skills, forming Layer 7 of the Broomva Stack. It bundles pre-mortem risk analysis, braindump capture, morning briefings, priority drift-check, strategy critique, stakeholder updates, decision logging, and weekly reviews. A developer uses it to plan and evaluate projects, capture thoughts, and check strategic alignment. All skills read and write an Obsidian vault and integrate with knowledge-graph-memory for cross-session context.
- Bundles 8 strategy and decision-intelligence skills
- Covers pre-mortem, braindump, briefings, drift-check, and reviews
- All skills are vault-aware with knowledge-graph persistence
Strategy Skills by the numbers
- 4 all-time installs (skills.sh)
- Ranked #2,331 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
strategy-skills capabilities & compatibility
- Capabilities
- pre mortem · strategy critique · weekly review · decision log
- Works with
- obsidian · github
- Use cases
- planning · project management · research
- Runs
- Runs locally
- Pricing
- Free
What strategy-skills says it does
8 skills for strategic thinking, decision-making, and personal productivity.
All skills are vault-aware — they read from and write to the Obsidian vault
These skills sit in **Layer 7** of the Broomva Stack
npx skills add https://github.com/broomva/strategy-skills --skill strategy-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 4 |
|---|---|
| Last updated | May 25, 2026 |
| Repository | broomva/strategy-skills ↗ |
What it does
Plan and evaluate projects, capture decisions, and run briefings and reviews from an Obsidian vault.
Who is it for?
Teams wanting a vault-integrated bundle of strategy and decision-intelligence skills.
Skip if: Users who need a single-purpose skill rather than an eight-skill collection.
When should I use this skill?
Planning or evaluating a project, capturing thoughts or decisions, or generating briefings and reviews.
What you get
A vault-integrated set of strategy and decision skills sharing persistent context.
- Pre-mortem plans
- Vault-filed notes and decisions
- Daily briefings
By the numbers
- Bundles 8 strategy and decision skills
- Layer 7 of the Broomva Stack
Files
Braindump
Turn messy thoughts into organized vault entries.
Workflow
1. Receive raw input — Accept any unstructured text: stream-of-consciousness, voice transcript, bullet points, mixed topics, rambling notes. Do not ask the user to organize it first.
2. Extract discrete topics — Parse the input and identify distinct topics, ideas, or threads. Each becomes a separate note or gets appended to an existing note.
3. Classify each topic — Determine the best vault location:
- Project idea →
projects/ideas/ - Task / action item → extract as task with
- [ ]checkbox, link to relevant project - Decision or opinion →
decisions/with decision-log format - Learning / insight →
references/or relevant project'sdocs/ - Personal reflection →
journal/ - Technical note →
references/technical/ - Meeting note →
meetings/
4. Generate backlinks — For each note, identify:
- Existing vault notes it should link to (use
[[wikilink]]syntax) - Tags that connect it to broader themes (
#project-name,#idea,#decision) - Any people mentioned →
[[People/Name]]
5. Write frontmatter — Each note gets:
---
type: braindump
source: [user-input | voice-transcript | meeting]
date: [YYYY-MM-DD]
topics: [list of extracted topics]
tags: [relevant tags]
---6. Present summary — Show the user what was created:
- List of notes created/updated
- Key backlinks established
- Any action items extracted
Output Format
## Braindump Processed
**Input**: [brief description of what was provided]
**Date**: [YYYY-MM-DD]
### Notes Created
1. `projects/ideas/[topic].md` — [one-line summary]
2. `references/technical/[topic].md` — [one-line summary]
### Action Items Extracted
- [ ] [action] → linked to [[Project]]
- [ ] [action] → linked to [[Project]]
### Backlinks Established
- [[Existing Note]] ← new connection from [topic]Vault Paths
Default vault: ~/broomva-vault/
If the vault is not accessible, output the notes as markdown blocks the user can manually save.
Tips
- Preserve the user's voice — don't over-formalize raw thoughts
- When in doubt about classification, use
inbox/and tag for later sorting - Extract dates mentioned in the text and convert to absolute dates
- If the input mentions people, create or link to People notes
MIT License
Copyright (c) 2026 Carlos Escobar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
strategy-skills
Strategy & Decision Intelligence — 9 agent skills for the Broomva Stack (Layer 7).
Install
npx skills add broomva/strategy-skillsSkills
- pre-mortem — Structured risk analysis assuming project failure (4-category scoring, mitigation plan)
- premortem — Klein/Kahneman premortem with parallel sub-agent deep-dives + HTML report (adapted from @itsolelehmann)
- braindump — Capture raw thoughts → Obsidian vault
- morning-briefing — Daily brief from vault priorities
- drift-check — Priority alignment vs actual effort
- strategy-critique — Red-team strategy documents
- stakeholder-update — Multi-audience communication generator
- decision-log — Structured decision capture → vault
- weekly-review — Weekly change summary and attention flags
On pre-mortem vs premortem
These are two separate skills with different shapes:
pre-mortem(the original) is structured-spreadsheet shaped: 4 categories (Technical / Execution / Market / Organizational), Likelihood × Impact scoring, ranked risk table with owners and deadlines. Best for org-level strategy reviews where you need a defendable risk register.premortem(this addition) is narrative shaped: parallel sub-agent deep-dives produce failure stories one per reason, with underlying assumptions and early warning signs surfaced explicitly. Renders an HTML report. Best for individual decisions where the value is in surfacing hidden assumptions, not in producing a register.
Use whichever fits the decision. They compose: run premortem to surface the assumptions, then pre-mortem to score and assign mitigations.
Attribution for premortem
The premortem skill is adapted from @itsolelehmann's AI-skill formulation, posted to X on 2026-05-02 as part of his Skillstack work. The underlying method is Gary Klein's premortem technique (Harvard Business Review, 2007), popularized by Daniel Kahneman in Thinking, Fast and Slow. See .skills/premortem/SKILL.md for the full attribution chain.
Part of bstack
This is Layer 7 of The Broomva Stack.
License
MIT — Carlos Escobar / BroomVA
Related skills
FAQ
How many skills are in the collection?
Eight: pre-mortem, braindump, morning-briefing, drift-check, strategy-critique, stakeholder-update, decision-log, and weekly-review (the repo also ships a narrative premortem variant).
Do the skills share context?
Yes. All are vault-aware and integrate with knowledge-graph-memory for cross-session persistence.