speckit-token-analyzer-compare

Compare token consumption between spec-kit analysis runs and compute metric deltas.

Updated May 18, 2026
One-click install
npx skills add https://github.com/KamiJeong/tech-bridge-book --skill speckit-token-analyzer-compare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-token-analyzer-compare
Source: https://github.com/KamiJeong/tech-bridge-book/tree/main/.agents/skills/speckit-token-analyzer-compare
Command: npx skills add https://github.com/KamiJeong/tech-bridge-book --skill speckit-token-analyzer-compare

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you compare two token analysis runs so you can see whether a change reduced token usage, improved quality, or made efficiency worse.

Core Features & Use Cases

  • Run-to-Run Comparison: Measures differences between a baseline and a variant across input tokens, output tokens, total tokens, cache reads, and quality scores.
  • Efficiency Evaluation: Calculates efficiency ratios and percentage deltas to support accept, reject, or review decisions.
  • Report Generation: Produces a markdown comparison report and saves it in the token analysis comparisons directory.
  • Use Case: A workflow owner can compare a standard spec-kit run against a leaner variant to decide whether the new approach is worth adopting.

Quick Start

Compare the baseline run against the variant run and generate a token analysis report for the comparison name you choose.

Frequently Asked Questions about speckit-token-analyzer-compare

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

FAQPage Schema
How do I compare token usage between two analysis runs?

To compare token usage, evaluate a baseline run against a variant run to compute metric deltas for input tokens, output tokens, total tokens, cache reads, and quality scores. This comparison reveals whether the variant improved or worsened efficiency.

What is token analysis baseline-versus-variant evaluation?

Baseline-versus-variant evaluation is the process of measuring token consumption differences between two spec-kit analysis runs. It calculates efficiency ratios and percentage deltas to support accept, reject, or review decisions for workflow changes.

Do I need a spec-kit project structure to generate token comparison reports?

Yes, you need a spec-kit project structure with existing token analysis summaries. The comparison requires saved baseline and variant runs to calculate per-command breakdowns and generate a markdown comparison report.

How do I calculate efficiency deltas for per-command token breakdowns?

Calculate efficiency deltas by comparing the token consumption metrics of a baseline run against a variant. Compute the percentage change across input, output, and total tokens to determine if the new approach reduced usage.

What is the best way to decide whether to accept or reject a token efficiency change?

The best way to decide is to generate a markdown comparison report evaluating efficiency ratios and percentage deltas between the baseline and variant runs. Review the quality scores and token metrics to determine adoption.

Where are token analysis comparison reports saved?

Token analysis comparison reports are saved as markdown files in the token analysis comparisons directory within the spec-kit project structure, documenting the metric deltas and accept or reject recommendations.