What problem does it solve? Software development tasks often suffer from vague planning, over-engineering, unverified claims of success, and constant mid-task interruptions. This Skill replaces the generic brainstorm-plan-execute flow with a rigorous engineering charter (R1-R11 rules plus a Zero-Pause execution layer) so coding work is decomposed from first principles, verified by actual execution, and shipped continuously without artificial pauses. ## Core Features & Use Cases - First-Principles Decomposition (R1-R11): States root invariants, callers, and failure modes before writing code, with calibrated decisiveness, proportional simplicity, and push-back duty on flawed premises. - Zero-Pause Execution Layer: Maintains continuous momentum with pre-work-only questions, a humanpending.md protocol for human-gated decisions, and parallel multi-role reasoning threads. - Verification by Execution: Defines executable success criteria upfront, writes contract-encoding tests, and tags every claim as (executed), (inspected), or (assumed). - Use Case: When asked to add user authentication to an app, the Skill states assumptions, defines success as "login returns JWT, invalid credentials return 401", executes without pausing, runs the tests, and reports results with calibrated tags. ## Quick Start Ask the agent to build, implement, or ship a software feature and it will automatically load this charter and execute under the META rules.