Files
claude-archeflow-plugin/skills/af-score/SKILL.md

915 B

name, description
name description
af-score Show archetype effectiveness scores across runs. <example>User: "/af-score"</example>

ArcheFlow Effectiveness Scores

  1. Run ./lib/archeflow-score.sh list if the script exists. Display its output.
  2. If the script does not exist, read .archeflow/memory/effectiveness.jsonl directly.
  3. Summarize per archetype as a table:
Archetype Runs Signal/Noise Fix Rate Avg Cost
Guardian ... ... ... ...
Skeptic ... ... ... ...
  • Signal/Noise: findings that led to actual fixes vs total findings raised.
  • Fix Rate: percentage of findings that were applied (not dismissed).
  • Avg Cost: mean token cost per review across runs.
  1. If no effectiveness data exists, say: "No effectiveness data yet. Run /af-run at least once."