편집자 노트

增长分析

Markdown/CSV/JSONL

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.

Growth Acquisition for DeepSeek Harness

中文 · English

dsh-growth is a local-first DeepSeek Harness bundle for evidence-backed user growth and customer acquisition analysis.

It covers AARRR funnels, activation, retention cohorts, referral loops, MRR bridges, CAC/LTV/payback, HADI experiments, RICE prioritization and WBR/MBR reports for Markdown, CSV and JSONL data.

User and company pain points

Growth work often breaks down in the gap between data, decisions and execution:

Pain pointRequired capability
Growth data is scattered across notes, event exports, revenue sheets and team documents.Read local Markdown, CSV, JSON and JSONL with a consistent analysis flow.
Teams use different definitions for activation, retention, CAC, LTV and MRR.Make metric definitions, fields, periods, sources and caveats explicit.
Funnel dashboards show where users drop, but not what to investigate next.Identify bottlenecks, segment differences, evidence gaps and next checks.
Ideas become long backlogs without a falsifiable hypothesis or owner.Turn opportunities into HADI experiments with guardrails and RICE/ICE scores.
Weekly and monthly reviews are repetitive, disconnected from experiments and hard to audit.Generate evidence-linked WBR, MBR, QBR and experiment-review Markdown.
Sensitive customer data should stay inside the company's knowledge boundary.Keep analysis local-first with path limits, warnings and guarded writes.

Application scenarios

ScenarioHow dsh-growth is used
New product or PMF discoveryAudit JTBD, ICP, PMF Survey, North Star and evidence readiness.
Customer acquisitionCompare acquisition, activation and revenue conversion by channel and segment.
Onboarding optimizationLocate the activation bottleneck and create a measurable HADI experiment.
Retention improvementBuild day/week/month cohorts, inspect lifecycle states and compare user segments.
SaaS or subscription monetizationReconcile MRR movements and calculate ARR, NRR, CAC, LTV and payback.
Growth operating cadenceProduce weekly/monthly reviews with findings, decisions, caveats and next actions.

Included tools

ToolPurpose
growth_doctorCheck the local workspace and summarize dataset health before analysis
growth_profile_datasetInfer fields, coverage, date range and data-quality warnings without raw rows
growth_reviewStart from a business goal and orchestrate profiling, analysis, bottleneck and next actions; paths may be omitted for local auto-discovery
growth_audit_noteAudit one growth note for JTBD, PMF, North Star, AARRR and evidence quality
growth_audit_vaultScan a local knowledge base for growth-document gaps
growth_funnel_analyzeAnalyze AARRR-style event funnels by channel and segment
growth_cohort_analyzeAnalyze retention cohorts and lifecycle states
growth_economicsCalculate MRR bridge, CAC, LTV, NRR and payback
growth_diagnoseDiagnose a growth change and rank evidence-backed hypotheses
growth_experimentCreate a HADI experiment card and RICE/ICE score
growth_prioritizeRank growth opportunities with RICE or ICE
growth_reportGenerate WBR, MBR, QBR or experiment-review Markdown
growth_applyPreview or guarded-write Markdown under the configured root

Quick start

Install the plugin into a DeepSeek Harness profile:

npx --yes @deepseek-ai/dsh plugin --profile growth add dsh-growth
npx --yes @deepseek-ai/dsh --profile growth --dump-config

If dsh is already on your PATH, the equivalent short form is dsh plugin --profile growth add dsh-growth.

Configure the plugin through the host. A minimal configuration is:

defaultRoot: "<your-local-growth-root>"
reportDir: ".dsh-growth/reports"
defaultCurrency: "CNY"
defaultTimezone: "Asia/Shanghai"

Then use the tools from the conversation. Typical requests are:

Run a growth review for the goal "improve activation" using the best available data under my configured root; show which files you selected and what is missing.
Run a growth review for the goal "improve activation" using events.csv; tell me what is missing before making a recommendation.
Audit growth-plan.md for PMF, North Star, AARRR metrics and evidence gaps.
Analyze events.csv as an AARRR funnel and compare channel and segment performance.
Analyze mrr.csv for MRR Bridge, NRR, CAC, LTV and Payback using a gross margin of 0.8.
Turn the largest activation bottleneck into a HADI experiment and score it with RICE.
Generate this week's WBR as Markdown; do not write a file yet.

Tool results use a stable envelope with ok, data, warnings, assumptions, lineage and nextActions. Read warnings and lineage before using a number in a decision.

Input conventions

Event data should use user_id, event and timestamp, with optional channel, segment, plan, revenue and currency fields. MRR data should use period, type, amount, customer_id, active_customers and spend. Supported movement types are new, expansion, reactivation, contraction, churn and churned. The goal-oriented review recognizes common English and Chinese event values such as signup / 注册, activated / 激活, active / 活跃, invited / 邀请 and paid / 付费.

For the first review, eventPath and economicsPath can be omitted. growth_review scans the configured local root, selects the most analysis-ready event and MRR files, and records the selected sources in assumptions, warnings and lineage. If more than one file is suitable, confirm the selection before using the result for a budget or product decision.

Safe write workflow

Reports are returned as Markdown and are not written automatically. When updating an existing Markdown file:

  1. Call growth_apply with the complete Markdown content and confirm=false to preview.
  2. Review the preview and call it again with the same content and confirm=true only after approval.

Writes stay inside defaultRoot and use a version guard to avoid overwriting concurrent edits. Read warnings before interpreting analytical results; missing amounts, spend, active-customer counts and beginning MRR remain unavailable instead of being silently treated as zero.

Defaults

The plugin is configured for a local knowledge base, a report directory, a default currency and a timezone. These values are supplied by the host configuration and can be adjusted for each environment.

The plugin is local-first. It does not upload a vault or call an external API unless an optional connector is explicitly added in a later phase.

Development

pnpm install
pnpm run typecheck
pnpm run lint
pnpm test
pnpm run build

The plugin follows the standard Cordis bundle contract: it exports apply(ctx), injects tools and fs, and registers model-facing tools through the normal tool pipeline.

Methodology

  • Jobs to Be Done for problem and customer context.
  • Sean Ellis PMF survey as a heuristic gate.
  • North Star Metric and driver tree.
  • AARRR funnel plus growth loops.
  • Cohort retention and lifecycle analysis.
  • HADI experiment cards.
  • RICE/ICE opportunity prioritization.
  • MRR bridge and unit economics.

License

MIT. See LICENSE.

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

저장소가 MIT 라이선스를 선언했습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.