Help us improve
Share bugs, ideas, or general feedback.
From aise-leadership
Quick reference of all available commands in the aise-leadership plugin, grouped by workflow stage. Run anytime you forget what's available or want to know what to run next.
npx claudepluginhub kmtz3/aise-leadership --plugin aise-leadershipHow this skill is triggered — by the user, by Claude, or both
Slash command
/aise-leadership:assistant-helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Here is the full command reference for the **aise-leadership** plugin.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Creates, reads, edits, and analyzes .docx files using docx-js for new documents, pandoc for text extraction, Python scripts for XML unpacking/validation/changes, and LibreOffice for conversions.
Share bugs, ideas, or general feedback.
Here is the full command reference for the aise-leadership plugin.
| Command | What it does |
|---|---|
/report --customer <customer> | Single-account snapshot — program health, credit burn, recent sessions, open items, risks, next step. Formatted for a leadership audience. |
/report --aise [me | <AISE name>] | Portfolio summary across all accounts owned by an AISE — attention queue, per-account health table, velocity, renewals due. |
Flags available on /report --aise:
--days N — change the "no recent session" threshold (default 30 days)--renewals-window N — change the renewals look-ahead window (default 90 days)Flags available on /report --customer:
--since YYYY-MM-DD — limit "recent activity" to a specific window (default last 90 days)| Command | What it does |
|---|---|
/notion-ask <question> | Answer questions about the 6 Customer Tracker databases — structure, relationships, writable vs auto-calculated fields, credit burn logic. |
/notion-check [--customer <name>] [--fix] | Walk Notion looking for ownership and data drift — null Owners, missing/duplicate Active Packages, propagation drift, orphan packages, planned-but-past sessions. Read-only by default; --fix applies low-risk corrections. |
/notion-sync --sf [--customer <name>] [--owner <name>] [--apply] | Sync Salesforce ARR and contract end dates into Active Packages. Fills null ARRs, corrects stale end dates, flags churn/skip cases for review. Preview without --apply. |
/notion-sync --renewals [--mine|--global] [--days N] [--dry-run] | Flag active packages ending within N days (default 90) that aren't already marked as Renewal. --dry-run previews without writing. |
| Command | What it does |
|---|---|
/assistant-setup | Onboard or re-onboard to this assistant — resolves your Notion identity, sets voice preferences, workspace details. Run on first install. |
/assistant-remember <correction> | Capture a correction, new rule, or changed fact into context files and memory. |
/aise-context | Load the assistant's operating context (role, ground rules, command registry). Run at the start of any session if context seems stale. |
To review your team's portfolio:
/report --aise me — get the full attention queue and per-account table/report --customer <name>To audit tracker health:
/notion-check — surface ownership drift, missing packages, stale data/notion-check --fix — apply safe corrections/notion-sync --sf --apply — sync ARR and end dates from Salesforcecontext/ is shared with aise-assistant. Run bash scripts/sync-context.sh (dev only) to pull schema and reference guide updates from the upstream plugin.