jig
01Plugin Claude Code
Plugin marketplace listing 1 plugin: jig.
Plugin Claude Code
Plugin marketplace listing 1 plugin: jig.
Plugin Claude Code
Spec-driven, review-enforced, hook-gated AI-native development workflow for Claude Code.
Agent Claude Code
../../agents/architect.md.
Agent Claude Code
../../agents/implementer.md.
Agent Claude Code
../../agents/reviewer.md.
Hook Claude Code
Runs before the agent uses a tool for Task, Skill, Edit, Write, MultiEdit and Read tool calls, executing jig-telemetry.sh, jig-skill-trace.sh, jig-spec-gate.sh, jig-secret-scan.sh and jig-context-check.sh via bash (5 commands). From ramboz/jig.
Hook Claude Code
Runs after a tool call finishes for Edit, Write, MultiEdit and AskUserQuestion tool calls, executing jig-post-edit-verify.sh, jig-boundary-change-warn.sh, jig-entry-gate.sh and jig-decision-inflight.sh via bash (4 commands). From ramboz/jig.
Hook Claude Code
Runs when a session starts, executing jig-context-check.sh, jig-project-orient.sh, jig-semantic-index.sh and jig-git-freshness.sh via bash (5 commands). From ramboz/jig.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing jig-memory-scan.sh, jig-context-check.sh and jig-decision-inflight.sh via bash (3 commands). From ramboz/jig.
Hook Claude Code
Runs when the agent finishes a response, executing jig-task-capture.sh, jig-decision-capture.sh and jig-claim-check.sh via bash (3 commands). From ramboz/jig.
Settings file Claude Code
Agent settings declaring 5 hook events (PreToolUse, PostToolUse, SessionStart, UserPromptSubmit).
Instructions file CodexOpenCode
Instructions for ramboz/jig, covering jig — ai-native dev scaffold, hot cache, project codenames / active work, key terms (one-line index — full defs via /jig:explain ) and key documents.
Instructions file
Instructions for ramboz/jig, covering jig — ai-native dev scaffold, hot cache, project codenames / active work, key terms (one-line index — full defs via /jig:explain ) and key documents.
Plugin Claude Code
Spec-driven, review-enforced, hook-gated AI-native development workflow for Claude Code.
Skill Claude CodeCodex
Scaffold, accept, index, and link Architectural Decision Records (ADRs). Use when the user says "write an ADR", "record this decision", "resolve [deferred item] with an ADR", "supersede ADR-NNNN", or otherwise wants to capture a hard-to-reverse decision in docs/decisions/. Also use when a refinement-todo entry needs…
Skill Claude CodeCodex
Cross-artifact consistency report for jig specs — a non-destructive six-category audit at CRITICAL/HIGH/MEDIUM/LOW severity, covering duplication, ambiguity, underspecification, principle violations, coverage gaps, and terminology drift. Auto-triggers when you say analyze this spec, check for inconsistencies, audit…
Skill Claude CodeCodex
Team baseline for architecture, design-doc, and RFC review — produces summary, strengths, concerns, and open questions. Auto-triggers when you say review this design, review this architecture, review this proposal, review my RFC, poke holes in this proposal, is this design sound, or critique this tech spec. Defers to…
Skill Claude CodeCodex
Drive the teeth-gated lifecycle for reported defects: diagnose root cause, prove it, and prevent regression through REPORTED → DIAGNOSING → ROOTCAUSED → FIXING → REVIEWED → DONE, with VERIFIED, ESCALATED, and RESOLVEDONMAIN paths where needed. Auto-fires on fix this bug, debug this, root-cause this, this regressed…
Skill Claude CodeCodex
Lightweight spec clarification scan for jig projects — a six-category ambiguity audit that asks up to five prioritized questions and appends them to the spec's ## Clarifications section. Auto-triggers when you say clarify this spec, audit this spec for ambiguities, is this spec ready for review, find unknowns in this…
Skill Claude CodeCodex
Run a static-analysis pass on a project — detect the ecosystem (Python or Node), drive its linter (ruff / eslint, plus advisory pyright/complexity/ prettier and a cross-ecosystem duplication signal) via the health.py helper, and act on the normalized exit code (0 clean / 1 findings / 2 no-linter). Auto-triggers when…
Skill Claude CodeCodex
Team baseline for external-interface contract artifacts: OpenAPI, JSON Schema, AsyncAPI, .proto, and GraphQL SDL, with spectral, ajv, buf, and graphql-inspector validation. Nudges devs toward contract-first artifacts; never writes them and never scaffolds a contracts/ directory. Auto-triggers for what contract should…
Skill Claude CodeCodex
Explain jig vocabulary and artifacts in plain language. Three modes: term mode defines one lexicon term; artifact mode walks through a spec or ADR and its linked references; passage mode explains pasted jig output. Output is ephemeral (chat-only). Auto-triggers when you say explain this term, walk me through this…
Skill Claude CodeCodex
Build the standardized prompt for a fresh reviewer subagent that evaluates implemented work against its spec without access to the implementation conversation. Use after an implementer subagent completes a spec slice (when the slice is ready for REVIEWED), or after a deviation log is written (for reconciliation…
Skill Claude CodeCodex
Persist new context, terms, learnings, and settled lightweight decisions. Use when the user says remember this, save this for later, add to glossary, note this down, or at session end to consolidate what was learned — that goes to the memory layer (CLAUDE.md hot cache, docs/memory/, docs/inbox.md). Also use to record…