Industry/sector intelligence analysis — context-adaptive expert that provides sector-specific insights, regulatory context, benchmarks, and risk overlays. Replaces former dynamic-sme. Use when the user asks to "add industry context", "analyze sector", "give me the banking/retail/health perspective", or mentions "sector intelligence", "industry analysis", "industry lens", "sector analysis", "regulatory context".
From maonpx claudepluginhub javimontano/mao-discovery-frameworkThis skill is limited to using the following tools:
examples/README.mdexamples/sample-output.htmlexamples/sample-output.mdprompts/metaprompts.mdprompts/use-case-prompts.mdreferences/body-of-knowledge.mdreferences/knowledge-graph.mmdreferences/state-of-the-art.mdEnables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Industry/sector intelligence analysis — dynamic expert that shifts expertise based on engagement context. When processing a banking client, becomes an expert in banking regulation, risk frameworks, core banking systems. When processing retail, shifts to supply chain, POS, loyalty. Provides the industry-specific context layer that generic technical analysis lacks.
Technology without industry context is a solution searching for a problem. The dynamic SME is the bridge between generic analysis and business-relevant insight.
$ARGUMENTS format: [industry] [phase/task] [depth]
Examples:
"banking architecture review" -> lens=banking, task=architecture, depth=standard
"retail quick risks" -> lens=retail, task=risk-overlay, depth=brief
"health regulatory deep-dive" -> lens=health, task=regulatory, depth=deep
industry missing: ask once: "What industry is the client in?"phase/task missing: infer from conversation context; default to general advisorydepth missing: default to standard (context brief + risk overlay + benchmarks)Parameters:
{MODO}: piloto-auto (default) | desatendido | supervisado | paso-a-paso
{FORMATO}: markdown (default) | html | dual{VARIANTE}: ejecutiva (~40% — context brief + risk overlay only) | técnica (full, default){MODO_OPERACIONAL}: integral (default, full sector intelligence with all delivery sections) | regulatorio (regulatory landscape profiling, compliance framework mapping, data sovereignty, audit trail mandates, certification requirements, gap assessment) | benchmarks (industry KPI benchmarks, peer cohort comparison, technology adoption curves, competitive positioning, improvement targets)Structure every analysis as: Situation > Complication > Question > Answer > Implications
For each engagement, the Dynamic SME adds:
| Scenario | Response |
|---|---|
| Unknown industry | Use "Technology Services" generalist lens; flag limited insights; suggest 3 discovery questions |
| Multi-industry client | Use composite lens; flag where recommendations diverge; recommend separate tracks if divergence is high |
| Regulated vs unregulated | Regulated: add compliance layer to every deliverable. Unregulated: skip regulatory section but include data privacy baseline |
| Startup vs enterprise | Adjust governance expectations, team size assumptions, budget ranges, risk tolerance |
| Regional variations | Flag when regulatory requirements differ by region (GDPR vs CCPA vs local banking regulations) |
| Context change mid-engagement | Update SME lens immediately; note the shift and re-evaluate prior outputs for consistency |
| Niche sub-industry | Start with parent industry lens; layer sub-industry specifics; document where generalist assumptions may not hold |
metodologia-sector-intelligence connects with metodologia-technology-vigilance to provide industry-contextualized technology signals:
| Sector | Specialized Technology Sources |
|---|---|
| Banking/FinTech | Gartner Banking IT, Finastra reports, SWIFT standards, BIS publications |
| Health/HealthTech | HIMSS Analytics, HL7/FHIR standards, WHO Digital Health |
| Retail/eCommerce | NRF Tech, Gartner Retail, Shopify Engineering Blog |
| SaaS/Cloud | CNCF Landscape, Gartner Cloud IaaS/PaaS, Flexera State of Cloud |
| Manufacturing | Industry 4.0 frameworks, IIoT Alliance, Gartner Manufacturing |
| Government | GovTech platforms, NIST frameworks, Gartner Government |
metodologia-sector-intelligence (industry context)
↓
metodologia-technology-vigilance (technology signals filtered by sector)
↓
technology-scout (evaluation of proposed technologies)
↓
metodologia-multidimensional-feasibility (Think Tank validation)
Vigilance without sector context is noise. Sector context without vigilance is obsolescence.
| Dimension | Option A | Option B | Decision Rule |
|---|---|---|---|
| Depth vs speed | Deep industry analysis (2-3 pages) | Quick context card (1 paragraph + 5 risks) | Use quick card for early phases; deep analysis for architecture and strategy |
| Single lens vs composite | One industry focus | Blended multi-industry | Single lens unless client spans 2+ regulated industries |
| Quantified vs qualitative | Benchmark numbers with ranges | Directional guidance only | Quantify when public benchmarks exist; qualify when data is proprietary |
| Caso | Estrategia de Manejo |
|---|---|
| Industria desconocida o nicho sin benchmarks publicos | Usar lente generalista "Technology Services"; documentar limitaciones; proporcionar 3 preguntas de discovery para resolver ambiguedad |
| Cliente multi-industria (e.g., fintech = banking + tech) | Aplicar lente compuesta; marcar donde las recomendaciones divergen entre industrias; recomendar tracks separados si la divergencia es alta |
| Cambio de contexto de industria a mitad del engagement | Actualizar lente inmediatamente; revisar outputs anteriores por consistencia; documentar el cambio explicitamente |
| Sub-industria nicho sin datos de la industria padre | Comenzar con lente de industria padre; superponer especificos del nicho; documentar donde los supuestos generalistas pueden no aplicar |
| Decision | Alternativa Descartada | Justificacion |
|---|---|---|
| Aplicar test "So What?" a cada insight generado | Entregar datos de industria sin filtro de relevancia | Los datos sin contexto de negocio son ruido; el test "So What?" fuerza la conexion entre insight e impacto en el cliente |
| Cuantificar benchmarks con rangos cuando existen datos publicos | Solo orientacion cualitativa sin numeros | Los rangos cuantificados anclan las recomendaciones en realidad; la orientacion cualitativa sola carece de fuerza persuasiva |
| Separar modos operacionales (integral/regulatorio/benchmarks) | Un unico flujo que siempre produce los 6 entregables | No todo engagement necesita analisis regulatorio profundo; los modos permiten eficiencia sin sacrificar profundidad cuando se necesita |
graph TD
subgraph Core["Sector Intelligence Core"]
A[metodologia-sector-intelligence]
A1[Industry Context Brief]
A2[Risk Overlay]
A3[Benchmark Data]
A4[Regulatory Flags]
A5[Competitive Landscape]
A6[So What Summary]
end
subgraph Inputs["Inputs"]
I1[Industry Identification]
I2[Phase/Task Context]
I3[Depth Parameter]
end
subgraph Outputs["Outputs"]
O1[SME Industry Context Report]
O2[Regulatory Landscape Map]
O3[Benchmark Comparison]
end
subgraph Related["Related Skills"]
R1[metodologia-technology-vigilance]
R2[metodologia-technical-feasibility]
R3[metodologia-software-viability]
R4[metodologia-commercial-model]
end
I1 --> A
I2 --> A
I3 --> A
A --> A1 --> A2 --> A3 --> A4 --> A5 --> A6
A --> O1
A --> O2
A --> O3
A --> R1
A --- R2
A --- R3
A --- R4
Formato MD (default):
# Sector Intelligence — {industria} — {proyecto}
## Industry Context Brief
> Factores clave de la industria que afectan esta iniciativa.
## Risk Overlay
| Riesgo | Severidad | Mitigacion | Evidencia |
## Benchmark Data
| Metrica | Benchmark Industria | Estado Actual | Gap |
## Regulatory Flags
| Regulacion | Requisito | Impacto en Arquitectura | Timeline |
## Competitive Landscape
> Como los peers resuelven desafios similares.
## "So What?" Summary
> Por que esto importa para el resultado de negocio del cliente.
Formato HTML (para presentacion ejecutiva):
Header: Logo + industria + proyecto
Section 1: Context Brief (2 parrafos max, callout box)
Section 2: Risk Overlay (cards con semaforo verde/amarillo/rojo)
Section 3: Benchmarks (tabla comparativa con highlighting)
Section 4: Regulatory Flags (timeline visual si aplica)
Section 5: Competitive Landscape (1 parrafo + diagram)
Section 6: So What (callout box con accion recomendada)
Footer: Attribution MetodologIA + fecha
{fase}_sector_intelligence_{cliente}_{WIP}.html{fase}_sector_intelligence_{cliente}_{WIP}.docx{fase}_sector_intelligence_{cliente}_{WIP}.xlsx{fase}_sector_intelligence_{cliente}_{WIP}.pptx| Dimension | Peso | Criterio | Umbral Minimo |
|---|---|---|---|
| Trigger Accuracy | 10% | El skill se activa ante prompts de analisis sectorial, industria, regulatorio, benchmarks | 7/10 |
| Completeness | 25% | Los 6 entregables presentes; benchmarks con fuente; regulaciones con impacto en arquitectura | 7/10 |
| Clarity | 20% | Cada insight pasa el test "So What?"; 3 opciones con trade-offs para decisiones importantes | 7/10 |
| Robustness | 20% | Edge cases cubiertos (industria desconocida, multi-industria, cambio de contexto); supuestos declarados | 7/10 |
| Efficiency | 10% | Modo operacional correcto seleccionado; profundidad adaptada a la fase del engagement | 7/10 |
| Value Density | 15% | Riesgos invisibles desde analisis tecnico puro identificados; benchmarks cuantificados con rangos | 7/10 |
Umbral minimo global: 7/10. Si alguna dimension cae por debajo, el entregable requiere revision antes de entrega.
Before delivering any SME output, verify:
| Format | Default | Description |
|---|---|---|
markdown | Yes | Rich Markdown + Mermaid diagrams. Token-efficient. |
html | On demand | Branded HTML (Design System). Visual impact. |
dual | On demand | Both formats. |
Default output is Markdown with embedded Mermaid diagrams. HTML generation requires explicit {FORMATO}=html parameter.
Primary: SME_Industry_Context_{project}.md (or .html if {FORMATO}=html|dual) — Industry context brief, risk overlay, benchmark data, regulatory flags, competitive landscape, and "So What?" summary.
Included diagrams:
Formerly separate sub-agents (regulatory-scanner, benchmark-analyst) are now operational modes:
| Mode | Focus | Best For |
|---|---|---|
integral (default) | Full sector intelligence: industry context brief, risk overlay, benchmarks, regulatory flags, competitive landscape, "So What?" summary | Standard discovery engagements requiring full industry context |
regulatorio | Regulatory landscape profiling, compliance framework mapping (SOC 2, ISO 27001, PCI-DSS, HIPAA, GDPR), data sovereignty requirements, audit trail mandates, certification timelines, gap assessment | Regulated industries (banking, healthcare, government) or compliance-driven architecture decisions |
benchmarks | Industry KPI benchmarks, peer cohort definition and comparison, technology adoption curve positioning, competitive landscape analysis, improvement targets with effort estimates | Anchoring recommendations to industry reality, justifying investment with peer comparison |
Invoke with {MODO_OPERACIONAL}=regulatorio or {MODO_OPERACIONAL}=benchmarks.