Primary contribution rules are in AGENTS.md — read that first. This file adds Claude-Code-specific guidance only.
Never commit docs/superpowers/ — this directory is in .gitignore and holds local planning/spec output from Claude Code skills (writing-plans, brainstorming, etc.) that must not appear in git history.
- Do not use
git add docs/superpowers/or any explicit path under it. - If a skill instructs you to commit a file in that directory, skip that step.
When operating in this repo via Claude Code:
- Acceptance suite (
./scripts/acceptance.sh) is the gating check before any push tomain— see AGENTS.md for the full rules. - New features must come with matching acceptance scenarios in the same commit.
- PR titles describe what was added (feature names / paths) — do not insert legal-attribution language ("inspired by X", "concept-level reference to X"). Attribution lives in NOTICE, README Acknowledgements, and per-PR body callouts.