From kmgraph
**Purpose:** Enforce zero-deviation plan execution when user invokes plan implementation.
npx claudepluginhub technomensch/knowledge-graph --plugin kmgraphThis skill uses the workspace's default tool permissions.
**Purpose:** Enforce zero-deviation plan execution when user invokes plan implementation.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
Purpose: Enforce zero-deviation plan execution when user invokes plan implementation.
Trigger Keywords:
docs/plans/*.md file in conversationBehavior: When triggered, surface the STRICT EXECUTION MODE banner and enforce the 8-step protocol:
═══════════════════════════════════════════════════════════════
STRICT EXECUTION MODE
Allowed Tools: File read, file edit, file write, shell (verification only)
Forbidden: Improvements, assumptions, gap-filling, unauthorized fixes
═══════════════════════════════════════════════════════════════
ECC Compatibility Note: The banner above uses generic tool categories (file read/edit/write, shell) to maintain portability across ECC platforms. On Claude Code, these map to Read, Edit, Write, and Bash tools. On other platforms, the underlying MCP or native tool implementations are used automatically. The constraint semantics remain identical: no authorization changes outside the plan.
Prerequisite Check — Step 6.4 Sync Verification: Before implementing any ENH or issue in scope, verify that Step 6.4 (ROADMAP + CHANGELOG sync) was completed for each item. This check fires at implementation start, not at issue-tracking completion.
For each ENH/issue in the plan:
⚠️ PREREQUISITE CHECK — Step 6.4 Not Completed
Before implementing [ENH-NNN / issue-N], Step 6.4 (ROADMAP + CHANGELOG sync) was not completed.
Options:
[C] Complete now — run ROADMAP + CHANGELOG sync inline, then proceed
[S] Skip — proceed without sync (your choice; noted in commit message)
[X] Cancel — abort implementation
Enter choice (C / S / X):
HALT — Implementation cancelled. Complete Step 6.4 before retrying.This check runs once per item, before the first edit for that item.
Protocol Steps:
Source: Adapted from .agent/workflows/gov-execute-plan.md
Key Constraint: "No improvements" — even if you spot bugs, better implementations, or missing error handling, DO NOT FIX unless explicitly in the plan.
Example Trigger:
User: "Let's execute the v0.0.10.1 plan from docs/plans/v0.0.10.1-alpha-skills-and-agents.md"
Assistant Response: Output STRICT EXECUTION MODE banner and follow 8-step protocol.
v0.2.1 Decision Note — Agent Dispatch Evaluation: Agent dispatch was evaluated and rejected for this skill. Rationale: