Add operating-method, code-change-discipline, and ship-and-recover rules#53
Open
Sharrmavishal wants to merge 2 commits into
Open
Add operating-method, code-change-discipline, and ship-and-recover rules#53Sharrmavishal wants to merge 2 commits into
Sharrmavishal wants to merge 2 commits into
Conversation
Three .mdc rules from the operating-kit (https://github.com/Sharrmavishal/operating-kit): - operating-method: builder + strategic-vetting persona with hard gates, always-on - code-change-discipline: re-read before edit, bug-as-hypothesis, 3-edit stop rule - ship-and-recover: deploy discipline and incident recovery playbook, on-demand All three are project-agnostic and reference playbooks in docs/claude/ for teams that want the full context. They work standalone too. Co-authored-by: Cursor <cursoragent@cursor.com>
Replace @docs/claude/* paths with GitHub URLs to operating-kit source files. Add deploy-related globs to ship-and-recover.mdc. Remove broken project-context reference. Align with PatrickJS PR #319 fixes. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three
.mdcrules from operating-kit, a portable self-installing operating method for Claude Code and Cursor.What's included:
operating-method.mdc(alwaysApply: true) — builder + strategic-vetting persona with hard gates: permission discipline, production-mutation pre-flight, scratch-test before prod, milestone gate, verify-don't-infer. References playbooks in docs/claude/ for teams that want the full context.code-change-discipline.mdc(auto-attached on code globs) — re-read before edit, treat bugs as hypotheses, 3-edit consolidation stop rule, field-notes scan before deploy.ship-and-recover.mdc(on-demand) — deploy discipline (test > build > deploy > verify-live) and incident recovery playbook.All three are project-agnostic. The globs in
code-change-discipline.mdccover common source extensions and should be tuned to the project.Each rule works standalone or as part of the full kit.
Made with Cursor