From shannon
Refusal-driven retry orchestration for /shannon:autopilot. Wraps /shannon:cook with REFUSAL.md parsing and remediation prompt synthesis.
How 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.
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.npx claudepluginhub krzemienski/shannon-framework --plugin shannonGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.