growth-kr-reporting
Use when preparing Growth KR reports that require orchestrating mapped analytics scripts, parallel subagent analysis, strict source traceability, and a final report that answers mandatory KR questions.
npx skills add majiayu000/claude-skill-registry --skill growth-kr-reporting --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Growth KR Reporting ## Overview This skill is an orchestration workflow for Growth KR analysis. It selects scripts from a metrics registry, delegates analysis to subagents, consolidates markdown outputs, and enforces evidence-first reporting. Primary metrics map path: - `/Users/ivanfarias/clawd/scripts/metrics_map.json` ## When to Use - Weekly or monthly Growth KR updates requiring multiple data sources - KR reporting that needs channel/country/funnel decomposition - Any report that must be reproducible, sourced, and auditable - Cases where one analyst flow is too broad and needs parallel decomposition Do not use when: - The request is qualitative brainstorming without quantitative claims - The metrics map is unavailable and no substitute mapping is provided ## Non-Negotiable Rules 1. Never calculate with natural-language reasoning. All derived metrics must come from script outputs. 2. Never publish numbers without provenance. Every numeric claim must map to an artifact and source location. 3. Never assume missing data. Either spawn a fetch subagent or ask the user objective missing-data questions. 4. Never set `On track` or `Off track` without explicit target and cycle window. 5
- Overview
- When to Use
- Non-Negotiable Rules
- Absolute Enforcement (Non-Overridable)
- Hard Stop Conditions
- Required Inputs (Ask If Missing)
- Mandatory KR Scope (Vender o Metodo)
- Question and Metric Contract (Must Be Answered)
- KR T2.1 | MRR de Iniciadas
- KR O2.1.1 | Signups App AD5 (Paid Media AD5)
- KR O2.1.2 | MRR Novos Web
- KR O2.1.2.1 | Signups Web ICP/AD5
- KR O2.1.2.2 | ARPA Web
- Orchestrator Workflow
python3 .codex/skills/growth-kr-reporting/scripts/select_metric_scripts.py \
What does the growth-kr-reporting skill do?
Use when preparing Growth KR reports that require orchestrating mapped analytics scripts, parallel subagent analysis, strict source traceability, and a final report that answers mandatory KR questions.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill growth-kr-reporting --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
