What problem does it solve? Small, decision-free edits like label tweaks, lint fixes, and comment tidy-ups do not deserve a tracked change record, but skipping quality gates entirely turns them into risky raw commits. This Skill provides a workflow for recordless work that keeps code, test, and review gates intact while creating no change record, no stage stamps, and no Change trailer. ## Core Features & Use Cases - Recordless quality-gated workflow: Reuses the standard code, test, review, and land stage skills in a context-free mode so nothing is stamped and no CHG record is created. - Escalation tripwires: Detects when a design decision, product definition change, or trackable decision appears and hands off to the tracked change workflow instead. - Stale context self-healing: Checks for leftover change-context carriers (context file, branch naming, commit trailer) and cleans up stale ones before proceeding. - Use Case: You need to rename a button label and fix lint warnings across a few files. This Skill verifies the edits do not contradict any user story acceptance criteria, runs the test and review gates, and lands the work as an ordinary conventional commit with no change record. ## Quick Start Ask the agent to make a small decision-free edit such as a copy tweak or lint fix using the untracked change workflow so it lands without a change record.