Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.03 KB

File metadata and controls

38 lines (24 loc) · 1.03 KB

Decision Log

A Claude Code skill for tracking human decisions made during AI-assisted development.

Part of the Liangyi skill family.

What it does

Every time you choose between AI-generated options, this skill records what was recommended, what you chose, and why. Builds a portfolio of human judgment over time.

Install

npx skills add wenboxia/decision-log

Usage

/decision-log "Chose React over Vue because our team knows it better"
/decision-log              # Interactive mode
/decision-log --review     # Analyze past decisions

Why bother?

  • Build judgment: Reviewing past decisions is how you develop product intuition
  • Prove judgment: "Here are 12 decisions AI couldn't make" beats "I used AI"
  • Improve process: If you always follow AI, your workflow isn't challenging you

Works everywhere

This skill is useful with or without the rest of the family. Install it standalone for any project where you make decisions alongside AI.

License

MIT