Help us improve
Share bugs, ideas, or general feedback.
From shannon
Refusal-driven retry orchestration for /shannon:autopilot. Wraps /shannon:cook with REFUSAL.md parsing and remediation prompt synthesis.
npx claudepluginhub krzemienski/shannon-framework --plugin shannonHow this skill is triggered — by the user, by Claude, or both
Slash command
/shannon:autopilot-runnerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Skill that backs `/shannon:autopilot`. Provides the retry loop logic, refusal parsing, and remediation prompt synthesis.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Explores codebases via GitNexus: discover repos, query execution flows, trace processes, inspect symbol callers/callees, and review architecture.
Share bugs, ideas, or general feedback.
Skill that backs /shannon:autopilot. Provides the retry loop logic, refusal parsing, and remediation prompt synthesis.
Given a task and max-attempts N:
/shannon:cook with current prompt.e2e-evidence/<run-id>/completion-gate/report.json.verdict == "COMPLETE": return success with cited evidence.verdict == "REFUSED":
REFUSAL.md cited blockers.REFUSAL.md to plans/reports/autopilot-<run-id>-REFUSAL.md; return failure./shannon:autopilot/shannon:cook directly/shannon:loop insteadattempt-1 → cook → REFUSED ("evidence missing for journey: login-flow")
attempt-2 → cook with prompt "Re-run login-flow journey; capture screenshot at /login after submit" → COMPLETE
--force-complete flag. Ever.