wick-automate: spot the repetition, propose the automation (v1.4.0)#6
Merged
Conversation
Detect task repetition in the work stream and propose the right automation - a
deterministic PROGRAM or a judgment SKILL (or both). The program-vs-skill classifier,
a stability gate (don't automate a moving target), and a payoff estimate are the core.
Added:
- .claude/skills/wick-automate/SKILL.md - detect (literal/structural/frictional) ->
decide-if-worth-it -> classify program|skill|both -> draft -> propose (never auto-build)
- tools/wick-observer.mjs - PostToolUse hook logging {ts,tool,target} to
memory/.observations.jsonl for cross-session mining (no LLM, no network, never blocks)
- CLAUDE.md + WICK.md - offered-reflection now offers wick-automate when a task repeats >=3x
Skills 11 -> 12. All four scanners green. Observer smoke-tested. version 1.3.0 -> 1.4.0.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New efficiency skill: detect when a task is repeated often enough to be worth automating, then propose the right automation - a deterministic PROGRAM or a judgment SKILL (or both). Core is the program-vs-skill classifier + a stability gate (don't automate a moving target) + a payoff estimate. Ships wick-automate skill + tools/wick-observer.mjs (PostToolUse hook -> memory/.observations.jsonl for cross-session mining) + a CLAUDE.md/WICK.md offered-reflection trigger. Skills 11->12. All four scanners green; observer smoke-tested; v1.3.0->1.4.0.