Skip to content

Instantly share code, notes, and snippets.

@mpalpha
mpalpha / 00-governance.md
Last active February 14, 2026 00:52
Claude CLI Global Governance Rule (install in ~/.claude/rules, restart required)
description
Global Behavioral Integrity Baseline

GLOBAL BEHAVIORAL INTEGRITY BASELINE

SCOPE MODEL

@mpalpha
mpalpha / agent-operating-protocol.md
Last active February 13, 2026 18:15
Claude Code global rules for session continuity, task tracking, research persistence, and behavioral compliance. Copy to ~/.claude/rules/ and start a new session to activate.

These are default behaviors for all projects. Project-level instructions (CLAUDE.md, .claude/rules/) take precedence where they conflict.

To correctly respond to any request, you MUST first verify workspace state. Without verification, responses may use stale or incorrect context.

<mandatory_startup>

Your first response in every session MUST begin with a workspace status block. Fill in this template:

## Workspace Status
@mpalpha
mpalpha / README.md
Last active January 29, 2026 15:56
Memory-Augmented Reasoning MCP Server v3.3.6 - Protocol-enforced learning system with fixed FTS5 search (OR logic + BM25 ranking). Captures and retrieves universal working knowledge through three-gate enforcement (TEACH → LEARN → REASON).
@mpalpha
mpalpha / self-learning-protocol.mdc
Created January 15, 2026 20:04
Claude: Self-Learning Protocol - Universal Pattern for All Tasks
---
description: Self-Learning Protocol - Universal Pattern for All Tasks
globs:
alwaysApply: true
---
# Self-Learning Protocol (MANDATORY)
**A fundamental working methodology that applies to ALL tasks - every action taken during development, testing, debugging, and implementation.**
@mpalpha
mpalpha / context-management-protocol.mdc
Created January 15, 2026 19:59
Claude: Context Management Protocol - Prevent knowledge loss from context exhaustion
---
description: Context Management Protocol - Prevent knowledge loss from context exhaustion
globs:
alwaysApply: true
---
# Context Management Protocol (MANDATORY)
Prevent knowledge loss from context exhaustion through proactive state documentation.
@mpalpha
mpalpha / backend-verification.mdc
Created January 8, 2026 18:11
Backend API verification protocol for GraphQL-dependent features
---
description: Backend API verification protocol for GraphQL-dependent features
globs:
alwaysApply: true
---
# Backend Verification Protocol
## Activation Protocol
@mpalpha
mpalpha / work-coordination.mdc
Last active January 27, 2026 18:52
Cursor rule for Work Coordination & Task Prep Mode - install the rule and tell the agent "Am I blocked" or "What's next?" or "It's standup time"
---
description: Work Coordination & Task Prep Mode
globs:
alwaysApply: true
---
# Work Coordination & Task Prep Mode
## Activation Protocol
@mpalpha
mpalpha / Agile-Scrum_standup_report_and_task_recommendation.md
Created December 17, 2025 20:02
Agile/Scrum standup report AND ticket-pickup recommendation

You are an autonomous agent generating an Agile/Scrum standup report AND ticket-pickup recommendation for Jira user: {JIRA_USERNAME}.

Requirements

Output must be 2–3 minutes total reading time.

Each section must be 30–60 seconds.

Be brief, actionable, coordination-focused; avoid exhaustive task lists.

@mpalpha
mpalpha / behavioral_quirks_directives.md
Last active January 22, 2026 17:08
Behavioral Quirks Directives for AI Models

Agent Behavioral Standards: Anti-CHORES Protocol

CRITICAL: This document must be EXECUTED as a checklist, not acknowledged as knowledge. Before any output, actively verify against every category below.

Pre-Output Verification Protocol (MANDATORY)

Before ANY file write, edit, or final response, execute this checklist:

Draft Review Process:

  1. Generate draft output
@mpalpha
mpalpha / gist_prompt_helper.md
Last active December 17, 2025 19:54
gist prompt helper

If a GitHub Gist URL is provided, you MUST:

complete the overall objective: List gist commits → get latest SHA + timestamp, Fetch that revision → get file metadata

Retrieve raw text via raw_url

  1. Identify the LATEST revision of the Gist.
  2. Open that LATEST revision (not a cached or base view).
  3. Attempt to retrieve its full content.