guides/Agent-KPIs.md

Agent KPIs

This guide defines recurring metrics for agent-focused product and marketing execution.

Core KPIs

Proof KPIs

Weekly Funnel Capture Fields

Cadence

Commands

composer proof-refresh
composer proof-freshness-check
composer proof-weekly-report
composer marketing-weekly-cycle

Weekly Automation

Use one command to run the weekly operational loop:

composer marketing-weekly-cycle -- \
  --repo-visits=0 \
  --clone-count=0 \
  --stars-delta=0 \
  --issues-agent-regression-report=0 \
  --issues-agent-workflow-request=0 \
  --issues-agent-proof-request=0 \
  --proof-commands-run-count=4 \
  --notes="Update with real GitHub traffic numbers"

Outputs:

Optional GitHub API Ingestion

When a token is available, the same command can auto-ingest:

GITHUB_TOKEN=... composer marketing-weekly-cycle -- \
  --github-fetch=1 \
  --github-owner=coesion \
  --github-repo=core \
  --notes="Weekly KPI refresh from GitHub API"

Notes:

Monthly Review Checklist