night-market-change-control

Solid

Classify, gate, and review changes. Use when landing a PR, releasing, or amending rules. Do not use for failure triage; use night-market-debugging-playbook.

Code & Development 323 stars 29 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Night Market Change Control Every change to this repo passes through a fixed law stack, a classification step, and a gauntlet of automated gates. This skill tells you which class your change is, which gates it must pass, and which rules are non-negotiable because a past incident made them so. Nothing here may be routed around: if a gate fails, fix the cause, never the gate. Jargon used below: a "gate" is any automated check that can block a commit, PR, or release. An "ADR" is an Architecture Decision Record in `docs/adr/`. The "Iron Law" is constitution rule 3: no implementation without a failing test first. ## The law stack When two documents conflict, the higher one wins. | Rank | Source | Contents | |------|--------|----------| | 1 | `CONSTITUTION.md` | 10 immutable rules, override and amendment process | | 2 | `.claude/rules/` | 8 project rules (markdown style, read budgets, slop gates, invariants) | | 3 | `docs/adr/` | 17 numbered decision records (0001 to 0017) | | 4 | Guides in `docs/` | quality-gates, testing-guide, plugin-development-guide | A skill, hook, or agent instruction that says "skip rule N" without an explicit user grant or a merged amendment is itself a defect (CONSTITUTION.md, Override mechanism section). ## The ten constitution rules One line each. Where a rule was written in blood, the incident column names the blood. | # | Rule | Motivating incident | |---|------|---------------------| | 1 | Disclose AI involvement in every PR; never strip r...

Details

Author
athola
Repository
athola/claude-night-market
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category