chrisgagne

19 mods across 1 repository, 7 stars between them.

grounded-forge

01

chrisgagne/grounded-forge

Plugin Claude Code

A retrieval architecture that pre-projects sources to task domains at ingestion time. Runtime becomes lookup, not reshape. Ships skills for ingesting sources under a 9-pass source-only protocol, retrieving via two-layer indexes (corpus catalogue + per-task distillation indexes), and a PreToolUse hook that enforces…

7 10d ago A tokens not measured original MIT

PreToolUse

02

chrisgagne/grounded-forge

Hook Claude Code

Runs before the agent uses a tool for Write, Edit and Bash tool calls, executing validate-deep-ref.py and block-derived-index.py via python3 (3 commands). From chrisgagne/grounded-forge.

7 10d ago A tokens not measured original MIT

answer-from-corpus

04

chrisgagne/grounded-forge

Skill Claude CodeCodex

Source-grounded answer to a question via shape-aware retrieval against the dist-only corpus: classifies the query as a named lookup, a diagnostic, or a synthesis, then runs the right protocol (direct route via slug, task-index → distillations, or three-pass index → distillations). Stops on sub-claim coverage, not on…

7 10d ago A 76 tokens original MIT

audit-attribution

05

chrisgagne/grounded-forge

Skill Claude CodeCodex

Audit an essay or draft for under-attribution against the library's curated corpus: surfaces the one or two closest neighbours whose work overlaps with the author's distinctive synthesis, classifies the overlap, and recommends specific provenance fixes. Not a fact-check; a build/contribute-boundary check.

7 10d ago A 60 tokens original MIT

chrisgagne/grounded-forge

Skill Claude CodeCodex

The single entry point for creating a new application: a compiled distribution built from a corpus subset projected onto a task axis (with optional lenses + practitioner-role agents). Run this when a user says "create an app for X" or similar. The skill first ensures a task spec exists (calling creating-tasks…

7 10d ago A 131 tokens original MIT

creating-corpus

07

chrisgagne/grounded-forge

Skill Claude CodeCodex

Scaffold a new corpus under corpus.commons/ or corpus.local/: walk the operator through tier, naming, and task axes, then hand off to scripts/create-corpus.py for the filesystem work. The output is a self-contained corpus tree (sources, references, distillations, lenses, dist, distros) ready to receive material into…

7 10d ago A 77 tokens original MIT

chrisgagne/grounded-forge

Skill Claude CodeCodex

Projects one existing verified reference onto one existing task axis, gated by a per-distillation applicability check. Produces one distillation file at corpus.commons/{corpus}/distillations/{task}/{slug}-{task}.md, optionally with lens-applied sections or per-lens variants. Invoked by ingesting-resources Pass G…

7 10d ago A 98 tokens original MIT

creating-lenses

09

chrisgagne/grounded-forge

Skill Claude CodeCodex

Design a lens: the per-distillation modifier described in docs/reference/vocabulary.md that shapes a distillation through a perspective, role, or methodology stance. The skill is a single-process dialogue; the output is a lens spec at corpus.commons/{corpus}/lenses/{lens-slug}.md, ready to feed Pass G of…

7 10d ago A 94 tokens original MIT

creating-tasks

10

chrisgagne/grounded-forge

Skill Claude CodeCodex

Scope a new task axis for the matrix: the column-direction in the reference × task projection. The skill is a single-process dialogue grounded in Jobs-to-be-Done discipline; the output is a task spec at corpus.commons/{corpus}/tasks/{task-slug}.md, ready to feed creating-applications for assembly into a compiled…

7 10d ago A 77 tokens original MIT

finding-resources

11

chrisgagne/grounded-forge

Skill Claude CodeCodex

Discovers and triages candidate sources before ingestion. Produces a triage report with licence, distribution scope, format, viability verdict, and gap-fit notes: three buckets (proceed, sample first, skip). Each proceed entry is shaped as ready input for ingesting-resources.

7 10d ago A 65 tokens original MIT

gridmaker-interview

12

chrisgagne/grounded-forge

Skill Claude CodeCodex

Run a 10–15 minute structured interview with the operator that surfaces register, current circumstance, working style, relational stance, and values, then write a self-lens spec at {corpus}/lenses/{operator-slug}-self.md. The lens is a named-real-person lens (per creating-lenses) where the named person is the…

7 10d ago A 127 tokens original MIT

ingesting-images

13

chrisgagne/grounded-forge

Skill Claude CodeCodex

Classifies images extracted from an already-ingested source as substantive (diagrams, charts, frameworks) or decorative (photos, covers, logos), and appends substantive entries to the corpus image index.

7 10d ago A 44 tokens original MIT

ingesting-resources

14

chrisgagne/grounded-forge

Skill Claude CodeCodex

Runs the 9-pass ingestion protocol against a single source dropped in {corpus-root}/sources/ingest/, producing a .source.md sidecar, the converted markdown, a deep reference, a light reference, one distillation per applicable task axis, and index and image updates. On success, the input source is removed from…

7 10d ago A 76 tokens original MIT

matching-references

15

chrisgagne/grounded-forge

Skill Claude CodeCodex

Identifies sources in the corpus that match a query topic, situation, or concept. Returns a list with one-line justifications for each candidate, with paths to the relevant distillations.

7 10d ago A 42 tokens original MIT

chrisgagne/grounded-forge

Instructions file CodexOpenCode

Instructions for chrisgagne/grounded-forge, covering agents.md — grounded-forge, read these first, non-negotiable: source integrity, tiers: what you may cite as evidence and editing discipline.

7 10d ago A 1,115 tokens original MIT

chrisgagne/grounded-forge

Instructions file

Instructions for chrisgagne/grounded-forge, covering grounded-forge, system instructions, what this repo is, build system, corpus layout and skills layout: substrate vs corpus-bound.

7 10d ago A 3,658 tokens original MIT

aar-facilitator

18

chrisgagne/grounded-forge

Agent Claude Code

Use when a practitioner asks you to facilitate or coach them through an After-Action Review of a specific incident, project completion, or operational event. The agent hosts the six-phase AAR sequence (scoping → timeline → contributory factors → just-culture sorting → action design → learning-loop closure), the NHS…

7 10d ago A 115 tokens original MIT

retro-facilitator

19

chrisgagne/grounded-forge

Agent Claude Code

Use when a lead engineer asks you to coach them through a team retrospective. The agent hosts the seven-phase coaching loop (Phase 0 setup → Phase 0.5 experiment review → Phase 1 priming → Phase 2 data gathering → Phase 3 insight → Phase 4 experiment design → Phase 5 close), Norm Kerth's Prime Directive read-aloud…

7 10d ago A 145 tokens original MIT