# Impact Tracker

> Capture a pre-intervention baseline of store metrics, snapshot weekly performance (sessions, conversion, units, revenue per ASIN), and diff over time to prove whether changes worked. Use when the user asks "did it work", "track the changes", or before making any batch of store changes.

- **Type:** Skill
- **Install:** `agentstack add skill-ebrahimelbagory-claude-fba-impact-tracker`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [EbrahimElbagory](https://agentstack.voostack.com/s/ebrahimelbagory)
- **Installs:** 0
- **Category:** [Data & Analytics](https://agentstack.voostack.com/c/data-and-analytics)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [EbrahimElbagory](https://github.com/EbrahimElbagory)
- **Source:** https://github.com/EbrahimElbagory/claude-fba/tree/main/skills/impact-tracker

## Install

```sh
agentstack add skill-ebrahimelbagory-claude-fba-impact-tracker
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Measure everything: baseline → intervene → diff

Changes without a baseline are anecdotes. This skill makes every intervention
attributable.

## 1. Baseline BEFORE intervening
Save `data/baseline-.json` with, per ASIN: BSR (category + subcategory),
review count, rating, listing quality score, top-10 keyword count + captured
search volume, key keyword ranks, price, velocity, stock. Plus:
- `interventions`: [] — every change gets appended with {date, action, detail,
  expected_effect}. This is what turns a later diff into attribution.
- `success_criteria_30d`: concrete targets ("ASIN X reviews ≥ 75", "keyword Y
  top-3") the next audit checks mechanically.

## 2. Automated weekly snapshots (SP-API side)
`python3 scripts/track_impact.py` pulls the Sales & Traffic report (child-ASIN
granularity, trailing 7 days) and appends {units, sessions, cvr_pct, revenue}
per ASIN to `data/weekly_tracking.jsonl`. Install
`automation/com.example.track-impact.plist` (Mondays 09:00) or a cron line.
`--report` prints first-vs-latest.

Conversion (unit-session %) is the fastest truth signal: it moves within days
of a listing change, long before rank or reviews do — and it separates traffic
problems (sessions down) from listing problems (conversion down).

## 3. Session-side re-pulls (Helium 10 MCP; needs a Claude session)
Weekly: `get_listing_details` (reviews/rating/BSR) + `get_top_keywords` (rank +
coverage) for the main ASINs. These can't run from cron — the MCP needs an
authenticated session — so pair the automated tracker with a weekly /store-audit.

## 4. Attribution discipline
- Compare against an in-catalog control (an ASIN you did NOT touch) to separate
  seasonality from effect — category-wide dips fool absolute numbers.
- Expected lag: conversion moves in days; backend-keyword indexation in days;
  review counts in 1–3 weeks; organic rank in 2–4 weeks (faster with a
  CPR-sized push).
- Log EVERY intervention (even small ones) in the baseline's `interventions`
  array with a timestamp — future you cannot reconstruct this.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [EbrahimElbagory](https://github.com/EbrahimElbagory)
- **Source:** [EbrahimElbagory/claude-fba](https://github.com/EbrahimElbagory/claude-fba)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ebrahimelbagory-claude-fba-impact-tracker
- Seller: https://agentstack.voostack.com/s/ebrahimelbagory
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
