implementation-logger
FeaturedLog implementation decisions — tracks deviations from plan and captures rationale
Install
Quality Score: 89/100
Skill Content
Details
- Author
- jellydn
- Repository
- jellydn/my-ai-tools
- Created
- 8 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
decision-logger
Records a single decision with its context, alternatives and reversal cost in a durable log, part of the Smoke Test Pack by Polar Bear. Use this whenever the user says "run decision-logger", "log this decision", "we decided X", "write this down before we forget why", or describes a choice the team just made. Use it even for a casual "we're going with the second option".
notes
Implementation notes — log significant deviations from the plan while working. Use automatically when implementation hits an unknown the plan did not cover, and on "implementation notes", "record a deviation", "where did we diverge from the plan?".
implementation-notes
Keep a running implementation-notes.md during a build, logging every deviation from the plan and every discovered edge case. Use whenever implementing against an agreed plan or spec, especially in long autonomous sessions.