analyze

Determines whether to continue, stop, or modify based on provided KPIs and thresholds.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/october-academy/agnt --skill analyze-october-academy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/october-academy/agnt/tree/main/skills/analyze
Command: npx skills add https://github.com/october-academy/agnt --skill analyze-october-academy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

론칭이나 캠페인 초기 결과를 벤치마크와 비교해 성과를 객관적으로 판단하기 어려울 때, 방문자와 전환 데이터를 모아 continue/pivot/kill 결정을 내려줍니다. MCP 동기화가 없을 때는 수동 입력으로 동일한 판정을 제공하고, 결과를 학습 여정에 누적 기록합니다.

Core Features & Use Cases

  • 자동 데이터 경로 탐색: 로컬 상태 파일 위치(.claude/.codex 등)를 탐색해 AGNT_DIR을 결정합니다.
  • 동기화와 수동 폴백: MCP 연결 시 링크/UTM 데이터를 자동으로 가져오고, 미연결 시 사용자에게 방문자·전환·매출을 묻는 수동 모드로 동작합니다.
  • 벤치마크 기반 판정: 참조 문서의 전환율 벤치마크를 불러와 TOO EARLY / CONTINUE / PIVOT / KILL으로 우선순위에 따라 판정합니다.
  • 상태 및 학습 산출물 업데이트: state.json과 journey-brief.md를 안전하게 업데이트하고 MCP 제출을 시도하며 실패 시 로컬 큐에 보관합니다.

Quick Start

실행을 시작하고 프롬프트에서 방문자 수, 전환 수, 매출(있다면)을 입력해 분석 결과와 continue/pivot/kill 판정을 확인하세요.

Frequently Asked Questions about analyze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decide whether to continue, pivot, or kill a landing page experiment based on conversion data?

You need visitor counts, email or form conversions, and optional paid conversion revenue from your landing page experiments. When MCP synchronization is unavailable, these metrics can be entered manually to generate the same continue, pivot, or kill decision.

What conversion rate benchmarks are used to evaluate early-stage product launch performance?

Benchmark reference documents are loaded locally to provide the conversion rate thresholds for evaluating launch performance. These documents supply the criteria needed to prioritize whether your campaign should continue, pivot, or be killed.

How do I analyze launch data when MCP synchronization is not connected?

When MCP is not connected, the tool operates in a manual fallback mode by prompting you for visitor, conversion, and sales data. It still delivers the benchmark comparison and queues events locally on sync failure for later submission.

Does the launch performance analysis update local state and journey files automatically?

Yes, the analysis safely updates state.json and journey-brief.md to accumulate launch results into your learning journey. It attempts MCP submissions during the process and queues events locally on sync failure to preserve data integrity.

Can I use this tool for landing page experiments with only visitor and email form conversion data?

Yes, the analysis explicitly supports landing page experiments where only visitor counts and email or form conversions are tracked. Paid conversion data is optional and can be added manually if available to refine the continue, pivot, or kill verdict.