Plans and reviews read-only data warehouse analysis with explicit scope, privacy, provenance, and validation checks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-awesome-skills:warehouseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to turn a business question into a careful, reproducible warehouse-analysis plan. It is vendor-neutral and assumes no particular schema, semantic layer, connector, or command-line tool.
Use this skill to turn a business question into a careful, reproducible warehouse-analysis plan. It is vendor-neutral and assumes no particular schema, semantic layer, connector, or command-line tool.
The skill defaults to read-only work. It helps identify the data needed, review a proposed query, and communicate results without overstating what the evidence supports.
Do not use this skill for warehouse administration, pipeline repair, access escalation, schema mutation, or production data changes.
Before proposing a query, establish:
If a required input is missing, ask a focused question. Never invent table names, column names, business definitions, credentials, or query results.
Restate the request as:
Call out ambiguous terms such as “active,” “customer,” “revenue,” or “last month.” Resolve ambiguity before querying.
Prefer documented metrics, curated models, and governed tables over raw event streams. Use only schema information supplied by the user or available through an authorized interface.
For each proposed source, record:
If the source cannot be verified, label the plan as provisional and stop before presenting numerical conclusions.
Create a query only when the real schema is known. The query should:
Do not emit guessed SQL with fictional identifiers. If no authorized execution tool is available, provide the reviewed query for the user to run rather than claiming it was executed.
Check the proposed query against this list:
Revise any failed check before execution. For sensitive or high-impact decisions, ask for review by the data owner or another qualified analyst.
Run a query only through a user-authorized, read-only interface. Do not request credentials in chat, bypass access controls, broaden permissions, or turn a read-only task into a write operation.
Stop if the interface is unavailable, the scope exceeds the user's authorization, or the result would reveal restricted personal or confidential data.
Before interpreting output:
Do not infer causality from a descriptive query. Do not hide contradictory or incomplete evidence.
Use a compact result structure:
Finding: [what the data shows]
Scope: [population and period]
Method: [metric and source summary]
Confidence: [high, medium, or low, with reason]
Caveats: [freshness, exclusions, quality, or privacy limits]
Next step: [optional validation or decision input]
Include the query or a reproducible query summary when disclosure is appropriate. Redact secrets, credentials, and unnecessary row-level data.
Request: “Did weekly activated accounts improve after the onboarding change?”
Safe response plan:
npx claudepluginhub sickn33/agentic-awesome-skills --plugin agentic-awesome-skills11plugins reuse this skill
First indexed Jul 15, 2026
Showing the 6 earliest of 11 plugins
Plans and reviews read-only data warehouse analysis with explicit scope, privacy, provenance, and validation checks.
Answers data questions from quick lookups to full analyses. Queries data warehouses, validates results, and presents findings with context.
Assesses if business questions can be answered with Bauplan lakehouse data by mapping concepts to tables/columns, checking subset quality, validating semantic fit, and producing verdict with feasibility report.