From everville-workflow
Use before starting any change to decide whether the unified-workflow 11-step ritual is required. Returns a clear verdict — trivial (skip ritual) or non-trivial (full ritual). Hard list; no fuzzy judgment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everville-workflow:trivial-whitelistThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Consult this skill before any change. If the change matches an item on the whitelist below, skip the `unified-workflow` ritual and make the edit directly. Otherwise, follow the full 11 steps.
Consult this skill before any change. If the change matches an item on the whitelist below, skip the unified-workflow ritual and make the edit directly. Otherwise, follow the full 11 steps.
prettier --write, eslint --fix, gofmt, rustfmt, etc. No logic change.docs/** or ending in .md, except CLAUDE.md which governs AI behavior (treat as code)..gitignore / .vercelignore / .dockerignore additions — new ignore patterns. Removals require the ritual.npm install / yarn / pnpm / uv lock outputs, committed alone.Anything involving:
next.config.js, vercel.json, .env.example, etc.)CLAUDE.md at any level.claude/settings.jsonUser: "fix typo in README"
AI: [consults trivial-whitelist] → item #4 (doc-only) → direct edit, no ritual
User: "bump next from 16.2.1 to 16.2.2"
AI: [consults trivial-whitelist] → item #3, check changelog → patch bump, no API change → direct edit, no ritual
User: "tweak the hero headline on the homepage"
AI: [consults trivial-whitelist] → not on list (UI change) → full ritual: epic, brainstorm, plan, ...
If any of these apply, stop and ask — do not auto-decide:
CLAUDE.md or knowledge/decisions/trivial_whitelist_extra list applies (set in ./CLAUDE.md)Projects can add to (never remove from) this whitelist via trivial_whitelist_extra in ./CLAUDE.md:
## Trivial whitelist extensions
- airtable.tables/*.json schema sync (auto-generated from Airtable)
- supabase/functions/_shared/types.ts (generated)
Extensions land during /bootstrap-project (when everville-bootstrap is installed).
npx claudepluginhub everville-estate/everville-workflow --plugin everville-workflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.