SKILLS
Take the eight design patterns as SKILL.md, the OCLS loop and debt audits as slash commands, and PR review as a sub-agent — all installable.
Pattern Skills
Take the eight design patterns into Claude Code as skills. Judgment questions and antipatterns load automatically while you write code.
reopt-responsibility-partitioningOCLS OWNApply the responsibility-partitioning pattern when several agents collaborate.
reopt-module-contractOCLS CONTRACTDeclare a module's input/output, refusal conditions, and failure modes as a contract.
reopt-context-routingOCLS LAYERDesign the flow so each participant receives only the context it needs.
reopt-state-and-memory-controlOCLS LAYERSeparate short-term state from long-term memory to prevent leakage and confusion.
reopt-evaluation-and-guardrailsOCLS SHARPENDistinguish acceptable judgment from dangerous judgment via evaluation criteria and safety rules.
reopt-human-approvalOCLS SHARPENKeep high-cost, high-risk, high-impact decisions inside a human-approval flow.
reopt-cost-controlOCLS LAYERManage token budget, model selection, and call frequency structurally to control the cost curve.
reopt-decision-traceabilityOCLS SHARPENRecord judgment rationale, choices, and collaboration paths as structured logs.
Slash Commands
Routinize the OCLS loop and debt audits as slash commands.
Sub-Agents
A dedicated, responsibility-isolated reviewer that audits PRs through the governance lens.