brainstorming
The Socratic spec-refinement front of /feature, and the planning front of /sprint. Routed to BEFORE any code — it takes a one-line idea and drives it to an…
Sanctioned lane for non-behavioral work — docs-only edits, dependency bumps, reverts. Type-scaled gates; no TDD demanded of prose.
$ npx -y skills add arbiterForge/codeArbiter --skill ca-chore --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ca-choreContext preview
The summary Claude sees to decide when to auto-load this skill.
Sanctioned lane for non-behavioral work — docs-only edits, dependency bumps, reverts. Type-scaled gates; no TDD demanded of prose.
name: ca-chore description: Sanctioned lane for non-behavioral work — docs-only edits, dependency bumps, reverts. Type-scaled gates; no TDD demanded of prose. argument-hint: "<docs|deps|revert> <description or SHA>"
The sanctioned path for work that has no behavioral surface to test-drive. Three types, each with the gates that fit it — and nothing it doesn't need. Everything still exits through `commit-gate` (classification `docs` / `chore` / `revert`) and lands via branch/PR.
**docs** — README, comments, CHANGELOG, `.codearbiter/` prose, typo fixes.
anti-slop copy pass on any user-facing doc in the change; `commit-gate`.
and `docs/**`; not codeArbiter's own framework bodies), load [includes/anti-slop-design/INDEX.md](../../includes/anti-slop-design/INDEX.md), then `core.md` and the `medium-documents` leaf (§7.A.1), and run the §3.A em-dash ban and the §3.B copy self-audit over the authored prose before `commit-gate`. The `H-13` PostToolUse reminder surfaces §3.A separator dashes as you write, so the pass is a confirmation, not a discovery.
**deps** — bump an existing dependency's version (manifest + lockfile together, never one without the other).
supply chain, changelog of the bump); full test suite green after the bump; `commit-gate`.
`$ca-feature` or `$ca-fix`.
**revert** — back out a named commit.
commit message references the reverted SHA and the reason; `commit-gate`.
fixing a defect the suite missed, open `$ca-fix` afterward to pin it.
1. Classify `$ARGUMENTS` into one of the three types. Anything with a behavioral code change beyond a mechanical revert is NOT a chore — redirect to `$ca-feature` or `$ca-fix` and stop. 2. Run the type's gates above. 3. Exit through `commit-gate` with the matching classification, then `finishing-a-development-branch` as usual.
MUST reject a change containing behavioral code (beyond the revert itself) — that is `$ca-feature` or `$ca-fix` territory. MUST keep manifest and lockfile changes in the same commit for `deps`. MUST run the full suite for `deps` and `revert`. MUST run the anti-slop copy pass on any user-facing doc a `docs` change authors or edits. Never skips `commit-gate`.
When you can't trust yourself with your code base, trust Arbiter.
Repo: arbiterForge/codeArbiter
The Socratic spec-refinement front of /feature, and the planning front of /sprint. Routed to BEFORE any code — it takes a one-line idea and drives it to an…
The only path to a commit. Routed to when the user invokes /commit or otherwise instructs codeArbiter to persist staged changes. Nine gated phases —…
Optional manual drift audit — report stale provenance-tracked docs (via _provenancelib drift detection across .codearbiter/.provenance/), then per stale doc…
The brownfield back-fill. Routed to by /create-context, and by startup when .codearbiter/CONTEXT.md lacks the <!--INITIALIZED--> body marker but source code…
The banned-primitive gate. Routed to when changed code hashes, signs, encrypts, derives keys, generates security-relevant randomness, configures TLS, or…
Investigate-then-decide root-cause analysis for a defect whose cause is unknown (distinct from /fix, which assumes a known bug). Five gated phases: capture,…