From chief-of-staff
Decision frameworks, coaching patterns, logging format, recall.
How this skill is triggered — by the user, by Claude, or both
Slash command
/chief-of-staff:decision-supportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill defines how the Chief of Staff helps the executive make, track, and recall decisions.
This skill defines how the Chief of Staff helps the executive make, track, and recall decisions.
Based on the McChrystal Group decision-making framework, every significant decision has five components:
kbx search and kbx note list --tag decision for related past decisions)When actively helping the executive make a decision (/decision help), select the most appropriate framework:
Structured decision frameworks:
Social science theories (use when relevant):
Decisions are stored as kbx notes tagged decision:
kbx memory add "Decision Title" --body "structured markdown" --tags decision
If person-related, also link to the entity:
kbx memory add "Decision Title" --body "structured markdown" --tags decision --entity "Name"
Structured markdown format:
### [Date] — [Decision Title]
- **Context:** [why this decision was needed]
- **Decision:** [what was decided, stated clearly]
- **Alternatives considered:** [what else was on the table]
- **Rationale:** [why this option over alternatives]
- **Decided by:** [who made the call]
- **Consulted:** [who was in the room/loop]
- **Actions:** [what happens next]
- **Owner:** [who's responsible for execution]
- **Revisit by:** [date, or "no revisit needed"]
- **Source:** [meeting, conversation, etc.]
Also:
project: <ProjectName> in the task description if it relates to a known kbx project. One project: line per task.kbx memory add --tags initiative if the decision affects an active initiativeNot all decisions need the full framework. Scale the process:
| Type | Effort | Example |
|---|---|---|
| Operational | Quick log | "We'll use Postgres for this service" |
| Tactical | Light framework | "Hire a senior engineer for the platform team" |
| Strategic | Full framework | "Migrate to microservices architecture" |
| Irreversible | Full framework + pre-mortem | "Acquire Company X" |
In the coach voice during weekly reviews, watch for:
For high-stakes decisions (from the McChrystal playbook):
The Chief of Staff should suggest a pre-mortem when:
When recalling decisions:
kbx search "topic" --json for semantic match, kbx note list --tag decision --json for all decisions. Present chronologically to show how thinking evolved.
kbx search "person name" --json filtered to decision notes. Useful for 1:1 prep.
kbx note list --tag decision --json filtered by date range. Useful for quarterly reviews.
Periodically (in weekly review), check:
npx claudepluginhub tenfourty/cc-marketplace --plugin chief-of-staffTurns any long-running domain (business, health, career, learning) into a local knowledge project with four layers, source tags, immutable snapshots, and a concept library that learns patterns over time.
Guides creation of decision records with full context, alternatives, rationale, and revisit conditions. Auto-links related PRDs, strategy docs, OKRs. Useful for product decision documentation.
Routes decision-making requests to the appropriate structured thinking tool: option-mapping, criteria-weighting, premortem-analysis, or reversibility-analysis.