OP

Operating Framework Meta-Skill

Enforces procedural checks and prevents skipping mandatory development protocols.

Install

mkdir -p .claude/skills/operating-framework-meta-skill && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11064" && unzip -o skill.zip -d .claude/skills/operating-framework-meta-skill && rm skill.zip

Installs to .claude/skills/operating-framework-meta-skill

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Process checks for applying the operating framework before actions and task transitions.
88 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Enforce process discipline
  • Audit task completion gates
  • Verify test-driven development
  • Validate root cause evidence

How it works

It acts as a background auditor that forces verification of established operating frameworks before actions.

Inputs & outputs

You give it
Agent action
You get back
Process compliance check

When to use Operating Framework Meta-Skill

  • Enforcing test-driven development
  • Auditing task completion gates
  • Maintaining operational process discipline

About this skill

Operating Framework Meta-Skill

Process discipline enforcement layer. Always active. No exceptions.

Triggers

This skill activates automatically before every action. It is not invoked manually.

The 1% Rule

If there is even a 1% chance that a Operating Framework skill applies to your current task, you MUST check and follow it. Do not rationalize skipping.

Quick-Scan Checklist

Before every action, mentally scan this list:

If you are about to...Check this skill
Write production codetest-driven-development
Fix a bugdebug command (root cause gate)
Claim something is "done"verification-before-completion
Start coding from a brainstormsc:brainstorm (approval gate)
Execute a planexecuting-plans
Spawn subagentssubagent-development
Work on a feature branchbranch-finishing, git-worktrees
Receive review feedbackreceiving-code-review
Start any implementationconfidence-check (pre-existing)
Start any meaningful taskoperating-framework — Lane? Risk tier? Council mode?

Anti-Rationalization Table

These are the 8 most common excuses for skipping process. None are valid.

ExcuseRealityRule
"It's too small for TDD"Small changes break systems. Tests take 30 seconds.Write the test.
"I'll add tests later"You won't. Technical debt compounds.Write the test NOW.
"The code is obvious"Obvious code still has edge cases. Tests document behavior.Write the test.
"I already know the root cause"Confirmation bias. Your first guess is often wrong.Show the evidence first.
"This is just a quick fix"Quick fixes cause regressions.Follow the full debug cycle.
"The user wants it fast"The user wants it RIGHT. Rework is slower than discipline.Follow the process.
"I verified it mentally"Mental verification misses runtime behavior.Run the actual verification.
"This skill doesn't really apply"If you're debating it, the 1% rule says it applies.Check the skill.

Priority Order

When instructions conflict, follow this priority:

  1. User's explicit instructions (highest)
  2. Operating Framework hard gates (cannot be silently skipped)
  3. Existing skills and commands
  4. Default Claude Code behavior (lowest)

Hard Gates Summary

These gates block forward progress until their conditions are met:

GateBlocksUntil
TDD GateWriting production codeA failing test exists for the feature
Root Cause GateApplying a fixRoot cause is stated with evidence
Approval GateCoding from brainstormUser explicitly approves the spec
Verification GateClaiming "done"Evidence (test output, logs) is shown
Branch GateStarting implementationYou are on a feature branch, not main

What This Skill Does NOT Do

  • Does not replace existing skills or commands
  • Does not add overhead to simple file reads or exploratory work
  • Does not require gates for non-code tasks (research, explanation, documentation)
  • Does not override the user's explicit --skip-gate instruction

When not to use it

  • When the task is non-code documentation
  • When the user explicitly skips gates

Limitations

  • Does not replace existing skills
  • Requires active process discipline

How it compares

It prevents rationalizing shortcuts by enforcing hard gates for TDD and root cause analysis.

Compared to similar skills

Operating Framework Meta-Skill side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
Operating Framework Meta-Skill (this skill)03moNo flagsIntermediate
conversation-analyzer89moReviewIntermediate
wrap06moReviewIntermediate
file-operations19moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry