Client discovery and AI readiness assessment. Usage: /client-discovery <client-name> <-- brief>
From primenpx claudepluginhub arthtech-ai/arthai-marketplace --plugin prime/client-discoveryClient discovery and AI readiness assessment. Usage: /client-discovery <client-name> <-- brief>
Run a structured discovery process for a prospective consulting client. Gathers business context, assesses current technology, evaluates AI maturity, researches the competitive landscape, and produces a complete client profile with readiness scoring.
Conduct a structured intake interview using AskUserQuestion. Questions are organized into three groups. If the user provided a <brief> after --, scan it first and skip any questions already answered. For skipped questions, confirm the extracted answer with the user.
Ask these questions one group at a time. Present all questions in the group together so the user can answer in a single response.
Business Context — please answer the following:
1. What is the company's full legal name and any brand names?
2. What is the company size? (headcount and/or revenue range)
3. What industry or vertical does the company operate in? (e.g., fintech, healthcare, logistics, retail)
4. What is the approximate annual revenue range? (e.g., <$1M, $1-10M, $10-50M, $50-200M, $200M+)
5. What is the primary business model? (e.g., SaaS, marketplace, services, e-commerce, manufacturing)
Current Technology — please answer the following:
6. What is your current tech stack? (languages, frameworks, cloud providers, key SaaS tools)
7. Describe your data infrastructure. (databases, data warehouses, ETL pipelines, BI tools)
8. Are you currently using any AI/ML? If so, what? (e.g., chatbots, recommendation engines, predictive models, none)
9. What is the size and structure of your IT/engineering team? (e.g., 5 engineers, 2 data analysts, outsourced dev shop)
Pain Points & Goals — please answer the following:
10. What are your top 3 business pain points right now?
11. What are your goals for AI adoption? (e.g., reduce costs, improve CX, new revenue streams, competitive advantage)
12. What is your timeline expectation for seeing results? (e.g., 1-3 months, 3-6 months, 6-12 months)
13. What is your approximate budget range for an AI initiative? (e.g., <$50K, $50-150K, $150-500K, $500K+)
Record all answers verbatim. If a user declines to answer a question, record "Not disclosed" and move on.
Using the intake answers, produce the following analyses:
Write a 2-3 paragraph narrative summary covering:
Generate a Mermaid architecture diagram showing:
graph TB
subgraph "Client Layer"
A[Web App] --> B[API Gateway]
C[Mobile App] --> B
end
subgraph "Backend"
B --> D[Application Server]
D --> E[Database]
D --> F[Cache]
end
subgraph "Data"
E --> G[ETL Pipeline]
G --> H[Data Warehouse]
H --> I[BI Dashboard]
end
Customize this template based on the client's actual stack.
Score the client 1-5 on each of the following five dimensions. Use the intake answers and apply professional judgment.
| Dimension | 1 (Poor) | 2 (Basic) | 3 (Developing) | 4 (Strong) | 5 (Excellent) |
|---|---|---|---|---|---|
| Volume | Minimal data, mostly manual | Some digital records | Moderate structured data | Large structured datasets | Massive, diverse data assets |
| Quality | No standards, high error rates | Ad hoc cleaning | Some validation rules | Systematic quality processes | Automated quality pipelines |
| Accessibility | Data locked in silos | Some shared access | Central repository exists | Well-organized data catalog | Self-service data platform |
| Governance | No policies | Informal practices | Some documented policies | Formal governance program | Mature governance with automation |
| Integration | No integration | Manual exports/imports | Some API connections | Integrated data pipelines | Real-time unified data layer |
Calculate composite Data Readiness Score = average of 5 dimensions (round to 1 decimal).
Create a matrix of the client's team capabilities relevant to AI adoption:
| Capability | Current Level | Gap to AI-Ready | Priority |
|---|---|---|---|
| Data Engineering | Low/Medium/High | Description of gap | High/Medium/Low |
| ML/AI Development | Low/Medium/High | Description of gap | High/Medium/Low |
| Data Science/Analytics | Low/Medium/High | Description of gap | High/Medium/Low |
| Product Management (AI) | Low/Medium/High | Description of gap | High/Medium/Low |
| Change Management | Low/Medium/High | Description of gap | High/Medium/Low |
Score the client 1-5 across five maturity dimensions using this rubric:
Strategy (weight: 1x)
Data (weight: 1x)
Technology (weight: 1x)
People (weight: 1x)
Process (weight: 1x)
Composite Score = Strategy + Data + Technology + People + Process
Range: 5 to 25
| Composite Score | Readiness Level | Description |
|---|---|---|
| 1-5 | Not Ready | Foundational gaps across all dimensions. Focus on data and strategy basics first. |
| 6-10 | Early Stage | Some awareness and early efforts. Needs structured roadmap and capability building. |
| 11-15 | Developing | Active efforts underway. Ready for targeted AI pilots with guided support. |
| 16-20 | Advancing | Strong foundation in place. Ready for scaled AI deployment and advanced use cases. |
| 21-25 | AI-Native Ready | Mature across all dimensions. Focus on optimization, innovation, and competitive moats. |
Present scores as a radar chart description and a summary table:
AI Maturity Scorecard
=====================
Strategy: [X] / 5 ████░░░░░░
Data: [X] / 5 ██████░░░░
Technology: [X] / 5 ████████░░
People: [X] / 5 ██░░░░░░░░
Process: [X] / 5 ████░░░░░░
Composite: [XX] / 25
Readiness: [Level Name]
Use WebSearch to research the competitive landscape. Execute the following searches:
"[industry] AI adoption trends 2025 2026" — identify industry-wide AI trends"[top competitor 1] artificial intelligence" — specific competitor AI initiatives"[top competitor 2] AI machine learning" — second competitor if known"[industry] AI case studies ROI" — find relevant case studies with ROI dataFrom the search results, compile:
Summarize findings in a competitive intelligence brief (max 500 words).
Create the following files in the client's directory at consulting-toolkit/clients/<client-name>/:
profile.mdClient profile summary containing:
discovery/intake.mdFull intake interview record:
discovery/current-state.mdCurrent state analysis containing:
discovery/maturity-assessment.mdAI maturity assessment containing:
discovery/stakeholder-map.mdStakeholder analysis containing:
If stakeholder information was not provided during intake, create the template with placeholder sections and note that this should be filled in during follow-up conversations.