概要
This skill implements the Design-by-Contract (DbC) methodology within the Claude Code environment, enabling developers to define formal preconditions, postconditions, and invariants across multiple programming languages. It provides a structured four-phase workflow—Plan, Create, Verify, and Remediate—that helps identify logic gaps, generate language-specific contract annotations, and automate debugging when contract violations occur, ultimately leading to more robust and self-documenting codebases.