Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/cps-aai:agentic-aiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
---
Provides specialized knowledge for automation and agentic AI engagements including opportunity assessment, agent design patterns, platform selection, and implementation approaches.
| Criterion | Weight | Score (1-5) | Description |
|---|---|---|---|
| Volume | 20% | - | Transaction frequency |
| Standardization | 20% | - | Rule-based vs. judgment |
| Data Structure | 15% | - | Structured vs. unstructured |
| Stability | 15% | - | Process change frequency |
| Error Rate | 15% | - | Current quality issues |
| Strategic Value | 15% | - | Business criticality |
High Volume
│
┌───────────────────┼───────────────────┐
│ AUTOMATE NOW │ OPTIMIZE FIRST │
│ (Quick Wins) │ (Standardize) │
High├───────────────────┼───────────────────┤
Rule│ │ │
Base│ EVALUATE ROI │ LOW PRIORITY │
│ (Case-by-case) │ (Manual OK) │
└───────────────────┼───────────────────┘
Low Volume
Annual Benefit = (Hours Saved × Hourly Cost) + Error Reduction Value + Speed Value
Implementation Cost = License + Development + Training + Change Management
ROI = (Annual Benefit - Annual Cost) / Implementation Cost × 100
Payback Period = Implementation Cost / Annual Benefit
User Request
│
▼
┌─────────────────────────────────────┐
│ AGENT │
│ ┌─────────────────────────────┐ │
│ │ Reasoning Engine │ │
│ │ (LLM + System Prompt) │ │
│ └─────────────────────────────┘ │
│ │ │
│ ┌───────────┴───────────┐ │
│ ▼ ▼ ▼ │
│ Tool 1 Tool 2 Tool 3 │
│ (API) (Database) (Search) │
└─────────────────────────────────────┘
│
▼
Response
Supervisor Pattern:
┌──────────────┐
│ Supervisor │
│ Agent │
└──────┬───────┘
┌───────────┼───────────┐
▼ ▼ ▼
┌────────┐ ┌────────┐ ┌────────┐
│ Worker │ │ Worker │ │ Worker │
│ Agent 1│ │ Agent 2│ │ Agent 3│
└────────┘ └────────┘ └────────┘
Pipeline Pattern:
Input → Agent 1 → Agent 2 → Agent 3 → Output
(Extract) (Transform) (Validate)
Collaborative Pattern:
┌────────────────────────────────────┐
│ Shared Context │
└────────────────────────────────────┘
▲ ▲ ▲
│ │ │
┌────────┐ ┌────────┐ ┌────────┐
│ Agent 1│◄──►│ Agent 2│◄──►│ Agent 3│
└────────┘ └────────┘ └────────┘
| Type | Technologies | Best For |
|---|---|---|
| Task Automation | UiPath, Automation Anywhere, Power Automate | Desktop/web tasks |
| Workflow Automation | Camunda, Temporal, n8n | Process orchestration |
| Document Processing | ABBYY, Kofax, Azure Form Recognizer | Unstructured data |
| Integration | MuleSoft, Workato, Zapier | System connectivity |
| AI/ML | OpenAI, Anthropic, Hugging Face | Intelligent automation |
| Framework | Strengths | Best For |
|---|---|---|
| LangChain | Ecosystem, flexibility | General purpose |
| Claude Agent SDK | Anthropic integration, simplicity | Claude-based agents |
| AutoGen | Multi-agent, Microsoft | Complex workflows |
| CrewAI | Role-based, simple | Team simulations |
| Semantic Kernel | Microsoft stack | Enterprise .NET |
| Category | Examples |
|---|---|
| Finance | Invoice processing, reconciliation, reporting |
| HR | Onboarding, benefits administration, reporting |
| IT | Ticket routing, user provisioning, monitoring |
| Operations | Order processing, inventory updates, shipping |
| Customer Service | Query routing, FAQs, status updates |
| Compliance | Data validation, reporting, audit prep |
| Category | Examples |
|---|---|
| Research | Information gathering, summarization |
| Analysis | Data analysis, insight generation |
| Content | Document creation, communication drafts |
| Support | Customer inquiries, internal helpdesk |
| Coding | Code generation, review, debugging |
| Operations | Monitoring, alerting, remediation |
| Risk | Mitigation |
|---|---|
| Scope creep | Fixed scope per phase, change control |
| Integration failures | Thorough API testing, fallback procedures |
| Data quality | Input validation, exception handling |
| User adoption | Change management, training, champions |
| Maintenance burden | Documentation, COE ownership |
| Control | Implementation |
|---|---|
| Output filtering | Content moderation, format validation |
| Action limits | Scope restrictions, approval gates |
| Rate limiting | Request throttling, cost controls |
| Audit logging | Complete action history |
| Human escalation | Confidence thresholds, sensitive triggers |
| Metric | Target |
|---|---|
| Process time reduction | >70% |
| Error rate reduction | >90% |
| Cost per transaction | >50% reduction |
| Employee satisfaction | Increase |
| Automation coverage | % of eligible processes |
| Metric | Target |
|---|---|
| Task completion rate | >95% |
| Accuracy | >98% |
| Response time | <X seconds |
| Escalation rate | <5% |
| User satisfaction | >4.0/5.0 |
See references/ folder for:
npx claudepluginhub hossamdaoud83/cps-plugins-official --plugin cps-aaiGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.