Documentation maintenance for this repo — update CLAUDE.md, docs/dev/ topic files, or user docs; run a doc audit; split an oversized doc; check doc drift; propose a project skill. Use when a change adds or alters a user-visible feature, or when asked for a…
Run Crucible's full QA smoke suite before merging — backend pytest, frontend typecheck+lint, and the Playwright E2E journeys — and report pass/fail per stage. Use when asked to smoke-test, QA, or verify the app end to end before a merge/release.
Launch, serve, or screenshot the Crucible app to confirm a change works in the real app (not just tests). Covers manage.sh start/dev, bare uvicorn, a throwaway DB instance, and the dev-container specifics (ComfyUI host, health check). Use when asked to…