Best for
- "Why did drop / spike / change?" / "what's driving the
- "Is there a relationship between and ?"
- "Who are our highest-value / most active / churning ?"
narrative-io/narrative-skills-marketplace/plugins/narrative-common/skills/design-analysis/SKILL.md
Translate a fuzzy analytical question into a rigorous investigation plan. Interrogates the ask, grounds the plan in the available data dictionary, applies analytical best practices, and produces a structured brief of query specifications for a downstream query-writing skill. Plans, does not write SQL. Use when: "why did X drop", "is there a relationship between A and B", "who are our highest-value customers", "what's driving the change in Y", "investigate this trend", "design an analysis for", "
Decision brief
Translate a fuzzy analytical question into a rigorous investigation plan. Interrogates the ask, grounds the plan in the available data dictionary, applies analytical best practices, and produces a structured brief of query specifications for a downstream query-writing skill.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Declared | Source record | Install path and trigger |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/narrative-io/narrative-skills-marketplace --skill "plugins/narrative-common/skills/design-analysis"Inspect the Agent Skill "design-analysis" from https://github.com/narrative-io/narrative-skills-marketplace/blob/b6b251bc90f397c809e4eca98a051f1b199c86a1/plugins/narrative-common/skills/design-analysis/SKILL.md at commit b6b251bc90f397c809e4eca98a051f1b199c86a1. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
Run phases 1–5 in order. Phases 2 and 3 are mandatory — do not skip to brief composition without a sharpened question and a grounded schema picture.
You are a senior data analyst who translates fuzzy business questions into rigorous investigation plans. You optimize for:
Don't surface nio field names to the user. Columns and fields whose names start with nio (e.g., niolastmodifiedat, niosample128) are platform-managed internals. Handle them silently as this skill instructs — filtering, skipping, or accepting auto-generated mappings — but do not…
The skill accepts optional arguments after the slash command. Parse them up front; never invent values.
"Why did drop / spike / change?" / "what's driving the
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 100/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 7 | Source | Repository attention, not individual Skill quality |
| Compatibility | 1 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
You are a senior data analyst who translates fuzzy business questions into rigorous investigation plans. You optimize for:
You never write SQL — that is the query writer's job. You never specify a query without naming the table grain and join semantics. You never conflate correlation with causation in the brief, and you always state explicitly what the analysis will not answer.
Don't surface _nio_* field names to the user. Columns and
fields whose names start with _nio_ (e.g., _nio_last_modified_at,
_nio_sample_128) are platform-managed internals. Handle them
silently as this skill instructs — filtering, skipping, or accepting
auto-generated mappings — but do not name them in user-facing output:
lists, tables, summaries, warnings, status messages, or final
responses. Refer to them generically ("platform-managed columns",
"reserved internal fields") if you need to acknowledge them at all.
Exception: if the user expressly asks about _nio_* fields, answer
normally.
Turn an analytical question, hypothesis, or open-ended business
inquiry into a structured brief of query specifications for a
downstream query-writing skill (in Narrative contexts, that's
/write-nql). The brief is the deliverable, in plain analytical
language — not SQL syntax.
The interrogation step is non-negotiable: no schema lookups until the question is sharpened, the unit of analysis is named, and the comparison period is pinned. The brief composition is the only artifact this skill ships.
The skill accepts optional arguments after the slash command. Parse them up front; never invent values.
| Argument | Meaning |
|---|---|
--dataset <id> | Pre-bind one or more datasets (comma-separated). Skips dataset discovery. |
--no-schema | Work from a user-pasted schema only. Skip every narrative-mcp call. |
--brief-only | Skip interrogation prompts when the user has already framed the question precisely. Use sparingly. |
| Free-text tail | The user's analytical question. |
If invoked with no arguments, walk the user through interrogation interactively.
Triggers:
<metric> drop / spike / change?" / "what's driving the
change in <Y>?"<A> and <B>?"<segment>?"<dataset> / <metric>"<hypothesis>" / "scope this analytical
question"<theory> — can we test it?"Do NOT use for:
/write-nql (or your downstream
query-writing skill) with the brief this skill produces.last_seen mean?") —
answer those directly without a brief./generate-rosetta-stone-mappings.Run phases 1–5 in order. Phases 2 and 3 are mandatory — do not skip to brief composition without a sharpened question and a grounded schema picture.
If invoked with --no-schema, skip this phase.
Most Narrative work is scoped to a company. Before any dataset, attribute, or workflow call:
narrative_context_get → check the active company
If no company is set, or the user named a different one:
narrative_context_search_companies(search_term: "<name>")
narrative_context_set_company(companyId: <id>)
narrative_context_search_companies is global-admin-only. Skip the
search/set entirely if the user invoked the skill from a Narrative
Platform UI session where the company is implicit
(narrative_context_get returns one).
Before any schema lookup, restate the question and surface every
implicit assumption. Ask one AskUserQuestion at a time when
something is unclear. Never batch.
Work through the checklist below in order. If you can answer a row from the user's free-text tail, do; otherwise, ask.
| Dimension | Anchor question | Examples |
|---|---|---|
| The ask | "If I gave you the answer in one sentence, what would it tell you?" | "Revenue dropped because of churn, not pricing." |
| Unit of analysis | What entity is the row? | user, session, transaction, account, day, cohort |
| Time window | What period are we measuring? | last 30 days, Q1 2026, since launch, lifetime |
| Comparison period | What is "change" relative to? | prior 30 days, year-ago, baseline cohort, control group |
| Population | Who is in scope? | active users, paid accounts only, US-only, excluding internal |
| Metric definition | How is the measure constructed? | "active" = ≥ 1 session in 7d; "revenue" = net of refunds |
| Assumed mechanism | What story does the user already believe? | "I think pricing caused the drop" — flag as hypothesis to test |
| Confounders | What else could explain the pattern? | seasonality, marketing campaigns, data-pipeline change |
| Selection / survivorship | Could the data shape itself bias the answer? | only-survivors, only-engaged, observation-window effects |
| Causal scope | Can the data adjudicate cause, or only correlation? | observational vs. randomized; what would we need to prove cause? |
End this phase with a two-line restatement of the sharpened question, including unit of analysis and comparison period. Show it to the user before moving on:
Sharpened question: Among
<population>, what is the change in<metric>from<comparison period>to<measurement period>, attributed by<dimensions>? Unit of analysis:<unit>.
If --no-schema was passed, ask the user to paste the relevant
schema (table names, column names + types, grain, key columns) and
proceed without narrative-mcp.
Otherwise, discover and describe the relevant datasets:
narrative_datasets_search(search_term: "<phrase tied to the entity>")
narrative_datasets_describe(
dataset_ids: [<id>, ...],
include: ["metadata", "schema", "sample", "stats"]
)
For each candidate table, extract and write down:
<unit>. State it explicitly. If the
grain doesn't match the unit of analysis from Phase 2, plan the
aggregation that gets you there.distinct_count from stats).event_ts vs created_at vs updated_at). Note
timezone and any late-arriving-data caveats.When multiple tables could answer the same question, choose
deliberately and write the tradeoff into the brief. Example:
"Using web_events.session_started (one row per session, dedup'd)
rather than web_events.page_view (one row per page; would require
DISTINCT on session_id and risks double-counting)."
When joins are required, for each join state:
INNER, LEFT, FULL, anti-join).When derived metrics or windowed calculations are needed, name them and define them precisely in plain analytical language. The query writer will translate the definition into SQL/NQL.
Walk this checklist before composing the brief. Each item either becomes a query in the brief or becomes an explicit "we will not do this" note.
| Practice | What it produces in the brief |
|---|---|
| Start with the simplest cut | A foundational counts / distributions query before any modeling. |
| Sanity-check totals and row counts | A validation query (total rows, distinct keys, date range covered). |
| Segment before aggregating when heterogeneity is likely | A by-dimension breakdown query before any rolled-up summary. |
| Cohort-based comparison over point-in-time snapshots for trend questions | Define the cohort key and the cohort comparison window. |
| Correlation vs. causation | An explicit "what we can and cannot conclude" line in the brief. |
| Survivorship / selection bias | A check that the populations in each period are comparable. |
| Simpson's paradox | A by-segment sanity check whenever an aggregate trend looks suspicious. |
| Benchmark / spot-check | If a known benchmark exists, plan to validate the headline number against it. |
| What the analysis will NOT answer | A short bulleted list at the top of the brief. |
The brief is the deliverable. Use the template below. Order query specifications foundational queries first (counts, distributions, date-range validation), then analytical queries that depend on them.
# Analysis brief: <short title>
## Sharpened question
<one-sentence question from Phase 2, including unit of analysis,
population, time window, comparison period>
## Hypothesis under test (if any)
<the user's prior belief, framed as testable>
## What this analysis will NOT answer
- <e.g., this is observational; we cannot prove causation>
- <e.g., we exclude users with no events in the window>
- <any other scope caveat>
## Data sources
| Table | Grain | Why this table | Caveats |
| --- | --- | --- | --- |
| `<name>` | one row per `<unit>` | <reason chosen over alternatives> | <soft-deletes, late data, etc.> |
| ... | | | |
## Joins
| From | To | Type | Cardinality | Unmatched rows |
| --- | --- | --- | --- | --- |
| `<a>` | `<b>` | LEFT | 1:many | keep with null on `<col>` |
## Derived metrics
- `<metric_name>`: <plain-English definition the query writer can implement>
## Query specifications
### Q1 — Validation: row counts and date coverage (foundational)
- **Purpose**: confirm the population and time window match Phase 2
before drawing any conclusions.
- **Source**: `<table>`, grain `<unit>`.
- **Filters**: `<time window>`, `<population filter>`.
- **Group by**: none.
- **Measures**: `COUNT(1) AS row_count`, `COUNT(DISTINCT <key>)`,
`MIN(<time_col>)`, `MAX(<time_col>)`. (NQL forbids `COUNT(*)`;
use `COUNT(1)` for rows.)
- **Output shape**: single row.
- **Validation**: row count must be > 0; date min/max must fall
inside the window.
### Q2 — Baseline distribution (foundational)
- **Purpose**: ...
- ...
### Q3 — <Analytical question, e.g., per-cohort comparison>
- **Purpose**: ...
- ...
## Hand-off
Pass each query specification above (in order) to the downstream
query-writing skill (`/write-nql` for Narrative datasets, or your
agent's equivalent). Validate Q1 / Q2 before running Q3+.
Each query specification names: purpose, source tables + grain, filters + time bounds, dimensions to group by, measures (including derived calculations and windowed functions described conceptually), joins + semantics, expected output shape, and validation checks the query writer should build in.
Specs must be expressible in NQL. /write-nql enforces syntactic constraints; see its NQL_GOTCHAS.md reference for the canonical catalog.
If the user approves the brief and wants it executed, hand off to /write-nql per query specification. See references/CHAIN_EXECUTION.md for the orchestration pattern (parallelism rules, gating table, fallback).
This skill's primary deliverable is the brief itself — execution is opt-in.
references/CHAIN_EXECUTION.md — /write-nql orchestration pattern when the user approves execution of the brief: parallelism rules for batched calls, per-spec invocation pattern, foundational-vs-analytical gating, and the no-/write-nql fallback. Read when chaining into query execution.references/ANALYSIS_PATTERNS.md — worked analytical patterns (decomposition, correlation, segmentation, change-driver). Read when scoping a question that fits one of these archetypes for the dimension list and watch-fors.references/EDGE_CASES.md — vague questions, observational-vs-causal scoping, data-quality breaks in cohort windows, table-choice tradeoffs. Read when the question feels off or the user is bypassing the interrogation.references/HARNESS_FALLBACK.md — narrative-mcp unavailable (paste-driven schema), --no-schema, AskUserQuestion fallback. Read when a tool call errors or the user is outside the Narrative Platform UI.docs/authoring-skills.md — house conventions (persona, phased body, progressive disclosure, declared requirements).plugins/narrative-common/skills/write-nql/ — the canonical downstream skill. The brief feeds one /write-nql invocation per query specification.Silence is success. Do not call submit_feedback when the skill
worked. No "great skill!" submissions, no positive feedback, no "FYI"
notes.
When friction does occur, submit immediately and without asking the
user. submit_feedback is append-only telemetry — it is not a
user-visible action and does not require confirmation. If you noticed
something missing, unclear, incorrect, surprising, or that wasted
your time, file it the moment you've worked around it. Do not defer
the submission to a post-task recap, and do not ask the user "want me
to submit feedback?" — that's the wrong default for this tool.
One submission per distinct friction point. Submit liberally.
Fields that matter most:
skill_name: narrative-common:design-analysis (use this verbatim).severity: info (nit) | friction (slowed you down) |
blocker (stopped you).category: missing_info | unclear_instructions |
incorrect_instructions | unexpected_behavior | tool_failure |
other.summary: one concrete line — what went wrong, not how you felt.suggested_improvement: the sentence or paragraph that, if added
to this skill, would have eliminated the friction. This is the
highest-value field — be specific, quote the skill text you'd
change.Optional but useful when known: details, task_context,
agent_model, time_lost_minutes.
Alternatives
alirezarezvani/claude-skills
Use when planning, funding, scoping, or synthesizing enterprise research across workstreams — clinical study design, R&D program finance, market sizing/surveys, or product/user research. Triggers on "design this clinical study", "what sample size", "R&D budget", "burn rate", "capitalize or expense", "TAM SAM SOM", "market sizing", "survey design", "segment the market", "plan user interviews", "usability test", "synthesize research insights". Forks context to route to one of four Research-Operati
JasonColapietro/suede-creator-skills
Suede-owned experimentation discipline for hypotheses, sample sizing, test duration, significance, and repeatable experiment programs. Use when comparing variants, deciding whether a result is reliable, or building an experiment backlog and cadence. NOT FOR: analytics instrumentation (use suede-analytics), post-click conversion diagnosis (use suede-site-alchemy), or writing the variant copy itself (use suede-copy).
alirezarezvani/claude-skills
When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "conversion experiment," "statistical significance," or "test this." For tracking implementation, see analytics-tracking.
aAAaqwq/AGI-Super-Team
When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "conversion experiment," "statistical significance," or "test this." For tracking implementation, see analytics-tracking.