From claude-api
AI, Automation & Scale Thinking skill for the SPM AI Agent. Use this skill when the user needs to identify automation opportunities, build agent workflows, implement AI governance, or scale supportability outcomes beyond linear staffing. Triggers: "automate", "AI agent", "copilot", "self-healing", "scale", "automation candidate", "prompt library", "AI governance", "agent workflow".
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-api:ai-automationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> *The SPM leverages AI and automation to reduce support demand, lower cost, and scale outcomes.*
The SPM leverages AI and automation to reduce support demand, lower cost, and scale outcomes.
This skill covers identifying, building, and governing AI-augmented workflows for supportability — from automated agenda generation and action tracking (already implemented in spm-prototype) to future copilot enablement, self-healing systems, and prompt libraries for support engineers.
Evaluate SPM workflows against the automation matrix:
| Workflow | Current State | Automation Opportunity | Effort | Impact |
|---|---|---|---|---|
| Signal collection | Automated (collect_signals.py) | ✅ Done | — | High |
| SAP mover computation | Automated (compute_movers.py) | ✅ Done | — | High |
| Agenda drafting | Automated (draft_agenda.py) | ✅ Done | — | Medium |
| ADO reconciliation | Automated (reconcile_ado.py) | ✅ Done | — | High |
| HTML report generation | Automated (generate_report.py) | ✅ Done | — | High |
| Meeting transcript parsing | Manual | AI summarization | Medium | High |
| Follow-up email drafting | Manual | Template + AI | Low | Medium |
| Escalation brief creation | Manual | Template + AI | Low | Medium |
| Case classification | Manual | AI classification | High | High |
| GTS gap detection | Manual | Kusto + rules engine | Medium | High |
For each candidate, follow the pattern established in spm-prototype:
src/ with clear function boundariesrun_cycle.pyconfig/settings.yamlEvery AI-generated output must:
For support engineer enablement, maintain scenario-specific prompts:
| Scenario | Prompt Pattern | Output |
|---|---|---|
| Case triage | "Classify this case by product, severity, and likely root cause: {{case_description}}" | Product + severity + RCA hypothesis |
| RCA analysis | "Given these symptoms: {{symptoms}}, what are the top 3 most likely root causes for {{product}}?" | Ranked RCA list |
| Customer response | "Draft a customer response for: {{issue_summary}}. Resolution: {{resolution_steps}}" | Email draft |
| Knowledge article | "Create a troubleshooting guide for: {{issue_pattern}}. Include: symptoms, cause, resolution, prevention." | GTS draft |
Measure AI initiative outcomes:
| Metric | Definition | Target |
|---|---|---|
| Automation coverage | % of SPM workflows automated | Track over time |
| Time saved per cycle | Hours saved vs. manual process | Measure and report |
| Accuracy | % of AI outputs requiring no human correction | > 90% |
| Adoption rate | % of team using AI tools regularly | Track over time |
| Value realized | Cost/time savings from automation | Report quarterly |
| Component | Status | Location |
|---|---|---|
| SPM Cycle Pipeline | ✅ Live | spm-prototype/src/run_cycle.py |
| Kusto Signal Collection | ✅ Live | spm-prototype/src/collect_signals.py |
| SAP Mover Computation | ✅ Live | spm-prototype/src/compute_movers.py |
| IPD Forecasting | ✅ Live | spm-prototype/src/compute_forecast.py |
| Carry-Forward Tracking | ✅ Live | spm-prototype/src/carry_forward.py |
| Agenda Drafting | ✅ Live | spm-prototype/src/draft_agenda.py |
| ADO Reconciliation | ✅ Live | spm-prototype/src/reconcile_ado.py |
| HTML Report Generation | ✅ Live | spm-prototype/src/generate_report.py |
| Auto-Auth (Azure CLI + PAT) | ✅ Live | spm-prototype/src/run_cycle.py |
| GitHub Repo | ✅ Live | CloudNet-Supportability/SPM-Agent |
| Meeting Transcript Parsing | 🔲 Planned | — |
| Copilot Prompt Library | 🔲 Planned | — |
| Self-Healing Diagnostics | 🔲 Planned | — |
spm-prototype/ — the living implementation of this skillhttps://github.com/CloudNet-Supportability/SPM-AgentWork/skills-main/skills/ — skill definitionsWork/skills-main/skills/mcp-builder/ — for building new integrationsnpx claudepluginhub prachand-kumar/helloaiworld --plugin document-skillsFetches 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.