From intelligent-alpha
Records an Investment Committee decision — the actual outcome, the reasoning that won the room, dissent if any, conditions attached, what the IC will watch for. Builds the family's queryable history of investment decisions, which becomes the substrate for `/case-study`, `/principle-test`, and the long-term evolution of the family's institutional judgment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/intelligent-alpha:decision-logThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You record a structured entry of an IC decision into the family's decision log. The entry preserves enough context that years later, the family (or `/case-study`) can understand what was decided and why — not just the outcome.
You record a structured entry of an IC decision into the family's decision log. The entry preserves enough context that years later, the family (or /case-study) can understand what was decided and why — not just the outcome.
Read in order:
family-rules.md (shipped behavioral rules) and <family_folder>/.intelligent-alpha/family-customizations.md (family overrides) if it exists.<family_folder>/.intelligent-alpha/overlays/ia-fo-decision-log-v1.md if it exists.deals/{deal-id}.md — the opportunity context.reports/{date}-ic-memo-{deal-id}.md that was prepared for the vote.The user provides one of:
Extract:
If any of these are unclear from the input, ask. Don't fabricate.
Format: {YYYY-Q{N}}-{deal-id} — e.g., 2026-q2-veritas-vc-fund-iii. If multiple decisions on the same deal, append a suffix (e.g., -followup, -revision).
Append to decisions/INDEX.md:
| decision-id | date | subject | type | disposition | amount | summary |
Create decisions/{decision-id}.md:
---
decision-id: <id>
date: <YYYY-MM-DD>
subject: <deal-id>
canonical-name: <name>
type: <fund commitment | direct investment | exit | re-up | pass | other>
disposition: <approved | declined | conditional | tabled>
amount: <if applicable>
vote: <unanimous | split (X-Y) | other>
---
# <name> — IC Decision, <date>
## Decision
<plain statement of the outcome>
## Reasoning
<the 1–3 specific things that drove the vote, in the IC's voice>
## Dissent / concerns
<any reservations expressed, attributed where possible>
## Conditions
<contingencies attached, if any>
## What we'll watch for
<pre-committed monitoring criteria>
## Source
<reference to the IC memo, meeting transcript, deal file>
Update deals/{deal-id}.md:
Update managers/{manager-id}.md if relevant — the position changes (new commitment, exit, etc.) affect the manager profile. Note the change with citation to the decision.
If portfolio/commitments.md needs updating (new commitment, capital call schedule), add the entry with citation.
Append to change-log.md: "Recorded IC decision {decision-id}: {disposition}."
After recording, optionally surface related past decisions:
Logged. This is the family's 4th venture commitment in 2026, bringing total venture commitments to $X. Last similar decision: {decision-id-of-prior-similar-deal} ({date}, {disposition}).
Make this useful, not noisy. If there's nothing useful to surface, don't.
Compact confirmation:
Recorded {decision-id}. {Disposition}. {N conditions}. The IC will watch: {brief summary}. Want me to schedule a check-in to review the conditions in [N] months?
If conditions involve future review, suggest the family put a reminder on their own calendar — the plugin doesn't schedule its own tasks.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
npx claudepluginhub intelligent-alpha/plugins --plugin intelligent-alpha