What problem does it solve? Consequential work often starts before objectives, scope, protected state, and authority are clear, leading to uncontrolled changes, broken working systems, and unverifiable results. This Skill turns an ambiguous or high-stakes request into a bounded execution plan that another human or agent can follow without guessing. ## Core Features & Use Cases - Structured Planning Contract: Enforces objective definition, evidence classification, protected state declaration, scope boundaries (required / allowed / out-of-scope), and authority checks before any implementation begins. - Acceptance and Recovery Design: Produces an acceptance matrix with testable pass conditions, rollback targets, and explicit STOP conditions that halt execution when assumptions fail or scope expands. - Plan Status Gating: Returns a clear status such as READY, INVESTIGATE FIRST, AWAITING AUTHORITY, or BLOCKED so consequential actions never proceed without proper authorization. - Use Case: Before refactoring a production authentication module, use this Skill to document current behavior, forbid changes to working session handling, define verification tests, and set a rollback point so a builder can execute safely. ## Quick Start Ask the AI to create a Signalproof plan for your upcoming change, including scope boundaries, protected state, acceptance criteria, and rollback steps before any code is written.