What problem does it solve? When a user ruling or request contains rules that should change an AI agent's future behavior, it is unclear where to place them: habits, rules files, tag-notes, pins, feedback entries, precedent decisions, skills, docstrings, or CLAUDE.md. Misplaced rules either never fire or waste expensive always-on context. This Skill evaluates each rule and assigns it to the right delivery channel. ## Core Features & Use Cases - Rule decomposition: Splits a natural-language ruling into independently revocable rules before evaluation. - Four-axis evaluation: Scores each rule on trigger, type, risk, and revision likelihood, then maps the result through a lookup table to a candidate channel. - Approval-aware execution: Runs no-approval placements (feedback entries, tag-notes, pins, auto-memory) immediately and presents only approval-required placements (rules, habits, precedent decisions) as a plan table for user confirmation. - Use Case: After a meta-ask ruling like "always run tests before committing, and check the deploy log when touching infra files", the Skill splits it into two rules, places the first in habits and the second in path-scoped rules, then closes the loop with triage_ask promote. ## Quick Start Evaluate this ruling and decide which delivery channel each generalized rule should be placed in before promoting the meta-ask.