ai-for-management-consulting
Reusable Windsurf rules and Cursor agent skill files for cross-project AI-assisted development
Install / Use
npx skills add Ryukijano/agent-skillsInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
AutomationSupported Platforms
Tags
Skill content
View source on GitHubAI for Management Consulting
Description
Use AI to build AI-augmented consulting workflows for market analysis, synthesis of client data, hypothesis generation, or executive-ready deliverables.
When to use
You are building AI-augmented consulting workflows for market analysis, synthesis of client data, hypothesis generation, or executive-ready deliverables.
Usage
- Map tasks to GenAI fit (automate, augment, or avoid).
- Synthesize client documents and prior proposals.
- Draft proposals, status reports, and deliverables.
- Ground claims to sources and cite evidence.
Steps
- Map tasks to GenAI fit (automate, augment, or avoid).
- Synthesize client documents and prior proposals.
- Draft proposals, status reports, and deliverables.
- Ground claims to sources and cite evidence.
- Audit for hallucinations and epistemic risk.
- Deploy in client engagements, capture requirements from discovery calls, and measure time-to-insight and decision quality (Task-GenAI Fit-style).
Code pattern
from sklearn.feature_extraction.text import TfidfVectorizer
from sklearn.metrics.pairwise import cosine_similarity
# Cluster similar client documents or interview transcripts
vec = TfidfVectorizer(stop_words="english", ngram_range=(1, 2))
X = vec.fit_transform(documents)
sim = cosine_similarity(X)
Tuning notes
- Keep human consultants in the loop for ambiguous, high-stakes judgments.
- Trace every AI-generated claim to a source document or dataset.
- Calibrate outputs to client style, confidentiality, and ethical standards.
- Monitor for hallucinations and over-reliance on generic benchmarks.
Verification
- Build a document-synthesis pipeline and compare output to a manually written summary.
- Run a market-sizing model and verify inputs against published data.
- Audit a sample of GenAI outputs for factual accuracy and source attribution.
References
- https://doi.org/10.1007/s12599-026-00992-4
- https://www.wi.uni-muenster.de/research/publications/193019598
- https://doi.org/10.1016/j.infoandorg.2025.100559
- https://arxiv.org/abs/2409.06643
Related Skills
pyspark-etl-best-practices-cursorrules-prompt-file
40.6kCursor rules for PySpark ETL development with code style, joins, window functions, map operations, and Iceberg patterns.
semiotic-react-dataviz-cursorrules-prompt-file
40.6kCursor rules for Semiotic data visualization library with 30+ chart types, MCP server, and AI-assisted chart generation.
Agent-Reach
73.8kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
68.6k🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Security Score
Audited on Invalid Date
