What problem does it solve? Adding a new seshat check governance rule requires wiring the same five places every time, and doing it by hand silently under-governs a rule when a place is missed. This Skill runs the retail scaffold CLI verb to automate the mechanical authoring work and to detect wiring drift in existing rules. ## Core Features & Use Cases - Author mode: Runs retail scaffold --id <RULE_ID> --title "<title>" to write a stub rule module, a failing test stub, and the EXPECTED_RULE_IDS entry, while printing golden-record regen commands and glossary edits for a human to apply. - Doctor mode: Runs retail scaffold --doctor to sweep every registered rule id and report which of the five wiring places each is present in or missing from, exiting non-zero on drift. - Use Case: When adding a new data-quality rule to the Seshat BI retail pipeline, invoke this Skill to generate the honest-red stub and wiring, then fill in the real check logic and let the test suite confirm the rule is fully wired. ## Quick Start Ask the assistant to scaffold a new seshat check rule with a given rule id and title, or to run a doctor sweep verifying that all registered rules are wired into every required place.