Compare two autonomy branches to show different approaches and outcomes
Compares two autonomy branches to analyze different approaches, iterations, and outcomes.
/plugin marketplace add tilmon-engineering/claude-skills/plugin install autonomy@tilmon-eng-skills<branch-a> <branch-b>sonnetCompare two autonomy branches to show differences in approaches, iterations, metrics, and outcomes.
You must invoke the comparing-branches skill to perform the comparison.
Use the Skill tool:
skill: "autonomy:comparing-branches"
args: "<branch-a> <branch-b>"
Arguments:
branch-a (required) - First branch name. autonomy/ prefix optional.branch-b (required) - Second branch name. autonomy/ prefix optional.The skill will:
autonomy/ prefix if missing)git merge-base to find where branches divergedExample usage:
/compare-branches experiment-a experiment-b
/compare-branches autonomy/usage-pricing autonomy/flat-enterprise
Output includes:
Note: This command only operates on autonomy/* branches.