From claude-api
Business Ownership & Operational Cadence skill for the SPM AI Agent. Use this skill when the user needs to run the business rhythm, drive prioritization, ensure closed-loop execution, manage backlogs, track risk, or produce operational reports. Triggers: "run cycle", "agenda", "carry-forward", "reconcile ADO", "action tracker", "business review", "MBR", "QBR", "cadence".
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-api:business-ownershipThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> *The SPM runs the business rhythm, drives prioritization, and ensures closed-loop execution.*
The SPM runs the business rhythm, drives prioritization, and ensures closed-loop execution.
This skill covers the end-to-end operational cadence of an SPM — from running weekly/bi-weekly syncs and MBR/QBR reviews, to tracking every action item through assignment → completion, and ensuring nothing is dropped. It integrates with ADO for work-item persistence and with the SPM cycle pipeline for automated data collection.
Pull data from ADO (open work items, carry-forwards), Kusto (IPD trends, case volumes), email threads, and meeting notes. Use spm-prototype/src/collect_signals.py or the full run_cycle.py pipeline.
Instantiate the bi-weekly agenda template with collected data:
Track time-boxed sections, capture decisions and actions in real time, flag carry-forward items, alert when sections exceed allotted time.
Create or update ADO work items for every action, decision, and carry-forward. Tag items with SAP-mover, carry-forward, severity. Link parent items.
Generate executive summary (Template E), follow-up emails (Template F), and distribute within 24 hours.
Increment carry-forward counts, flag items exceeding 3 cycles, archive completed items, generate variance report.
spm-prototype/src/run_cycle.py — automated cycle executionspm-prototype/src/clients/ado_client.py — WIQL queries, work item CRUDspm-prototype/src/clients/kusto_client.py — KQL executionspm-prototype/config/settings.yaml — product catalog, thresholdsspm-prototype/config/pgcss_owners.yaml — role-to-person mappingSee spm-prototype/src/draft_agenda.py and SPM-AI-Agent-Spec.md Template A.
| # | Action | Owner | Original Due | Cycle Count | Status | Blocker |
|---|---|---|---|---|---|---|
| 1 | {{action}} | {{owner}} | {{date}} | {{n}} | {{Open/Done/Blocked}} | {{blocker or "—"}} |
| # | Decision | Date | Owner | Rationale | Follow-ups |
|---|---|---|---|---|---|
| 1 | {{decision}} | {{date}} | {{owner}} | {{why}} | {{actions}} |
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Removes signs of AI-generated writing from text to make it sound natural and human. Detects and fixes patterns like AI vocabulary, passive voice, and filler phrases.
npx claudepluginhub prachand-kumar/helloaiworld --plugin document-skills