Plugin Claude Code
Jerry Framework - Claude Code plugin for behavior and workflow guardrails with knowledge accrual.
Plugin Claude Code
Jerry Framework - Claude Code plugin for behavior and workflow guardrails with knowledge accrual.
Plugin Claude Code
Framework for behavior and workflow guardrails with knowledge accrual.
Settings file Claude Code
Agent settings declaring 11 allowed tools.
Instructions file CodexOpenCode
AGENTS.md instructions for geekatron/jerry, covering agents.md - registry of available specialists, document sections, agent philosophy, agent summary and problem-solving skill agents.
Instructions file
Claude Code instructions for geekatron/jerry, covering claude.md - jerry framework root context, document sections, identity, critical constraints (hard) and navigation.
Command
Forces creation of a PLAN.md file before implementation begins.
Command
Automates the release preparation and CI/CD handoff process.
Hook
Runs when a session starts, executing session-start.py via uv with --directory. From geekatron/jerry.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.py via uv with --directory. From geekatron/jerry.
Hook
Runs before the context is compacted, executing pre-compact.py via uv with --directory. From geekatron/jerry.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit, NotebookEdit and Bash tool calls, executing pre-tool-use.py via uv with --directory. From geekatron/jerry.
Hook
Runs when a subagent finishes, executing subagent-stop.py via uv with --directory. From geekatron/jerry.
Hook
Runs when the agent finishes a response, executing context-stop-gate.py via uv with --directory. From geekatron/jerry.
Skill Claude CodeCodex
Product management and product marketing decision framework. Invoke when users need product strategy (PRDs, vision, roadmaps), customer insight (personas, journey maps, VOC), business analysis (business cases, market sizing, pricing), competitive intelligence (battle cards, win/loss, competitive analysis), or…
Skill Claude CodeCodex
This skill should be used when the user asks to "decompose task", "break down work", "create subtasks", or mentions task breakdown.
Skill Claude CodeCodex
This skill should be used when the user asks to "create work item", "track task", "list tasks", "update work status", or mentions work/task management.
Skill Claude CodeCodex
On-demand adversarial quality reviews using strategy templates. Selects strategies by criticality level, executes adversarial templates against deliverables, and scores quality using LLM-as-Judge rubric. Integrates with quality-enforcement.md SSOT.
Agent
Strategy Executor agent — loads and executes adversarial strategy templates against deliverables, producing structured finding reports with severity classification (Critical/Major/Minor).
Agent
Quality Scorer agent — implements S-014 LLM-as-Judge rubric scoring with the SSOT 6-dimension weighted composite, producing per-dimension scores, weighted composite, and PASS/REVISE/ESCALATE verdict.
Agent
Strategy Selector agent — maps criticality levels (C1-C4) to the correct adversarial strategy sets per SSOT quality-enforcement.md, producing an ordered execution plan with template file paths.
Skill Claude CodeCodex
This skill should be used when the user asks to "design system", "create ADR", "review architecture", or mentions architectural decisions.
Skill Claude CodeCodex
Markdown AST operations for Jerry documents. Provides structured parse, query, modify, validate, and render operations on Jerry markdown files via the jerry ast CLI.
Skill Claude CodeCodex
This skill should be used when the user says "bootstrap", "set up Jerry", "configure guardrails", "initialize Jerry", or asks how to get started with Jerry. Sets up Jerry's context distribution by syncing behavioral rules and patterns.
Skill Claude CodeCodex
API contract generation from use case realization artifacts using a novel UC-to-contract transformation algorithm. Transforms use case interaction sequences (produced by /use-case uc-slicer Activity 5) into OpenAPI 3.1 specifications with full traceability from API operations to source interaction steps. Validates…