JordanGunn

69 mods across 4 repositories, 105 stars between them.

doctor

29

JordanGunn/nunchuck

Command Cursor

Diagnoses software failures by combining deterministic evidence gathering with agent judgment. Models failures as medical cases. Idempotent — run repeatedly until confident diagnosis, then generate schema-based treatment.

9 7mo ago A 0 tokens original MIT

grape

30

JordanGunn/nunchuck

Command Cursor

AI-enabled, deterministic codebase search. Converts vague intent into explicit, auditable grep parameters and executes a stable surface scan over disk.

9 7mo ago A 0 tokens original MIT

md-merge

31

JordanGunn/nunchuck

Command Cursor

Merges markdown chunks back into a single document, reversing the split operation with integrity checks.

9 7mo ago A 0 tokens original MIT

md-review

32

JordanGunn/nunchuck

Command Cursor

Agent review for markdown quality, clarity, and structural integrity. Leverages deterministic lint output as input for subjective assessment.

9 7mo ago A 0 tokens original MIT

md-split

33

JordanGunn/nunchuck

Command Cursor

Splits a Markdown file by H2 headings into numbered documents and generates an index file.

9 7mo ago A 0 tokens original MIT

plan-create

34

JordanGunn/nunchuck

Command Cursor

Compile .plan/active.yaml into a schema-validated active plan directory under .plan/active/.

9 7mo ago A 0 tokens original MIT

plan-discuss

35

JordanGunn/nunchuck

Command Cursor

Shape and stabilize plan intent idempotently into .plan/active.yaml until plan-create is invoked.

9 7mo ago A 0 tokens original MIT

plan-exec

36

JordanGunn/nunchuck

Command Cursor

Execute tasks in the active plan under .plan/active/. Writes concrete Output and Handoff for each task and archives the plan once terminal.

9 7mo ago A 0 tokens original MIT

prompt-compile

37

JordanGunn/nunchuck

Command Cursor

Compile the YAML artifact into PROMPT.md with deterministic structure. A final agent pass polishes for fluidity, conciseness, and correctness.

9 7mo ago A 0 tokens original MIT

prompt-exec

38

JordanGunn/nunchuck

Command Cursor

Execute the forged prompt exactly as written. Requires explicit consent and a ready artifact. Deletes artifact after successful execution.

9 7mo ago A 0 tokens original MIT

prompt-forge

39

JordanGunn/nunchuck

Command Cursor

Shape, refine, and stabilize human intent into a canonical prompt artifact. Iteratively clarifies ambiguity until user confirms readiness.

9 7mo ago A 0 tokens original MIT

sniff-abusers

40

JordanGunn/nunchuck

Command Cursor

Detect object-oriented abusers smells (Switch Statements) using deterministic heuristics and append findings to .sniff/findings.jsonl.

9 7mo ago A 0 tokens original MIT

sniff-bloaters

41

JordanGunn/nunchuck

Command Cursor

Detect bloaters smells (Long Method, Large Class, Long Parameter List) using deterministic heuristics and append findings to .sniff/findings.jsonl.

9 7mo ago A 0 tokens original MIT

sniff-couplers

42

JordanGunn/nunchuck

Command Cursor

Detect couplers smells (Message Chains, Feature Envy) using deterministic heuristics and append findings to .sniff/findings.jsonl.

9 7mo ago A 0 tokens original MIT

sniff-locate

43

JordanGunn/nunchuck

Command Cursor

List findings in .sniff/findings.jsonl, validate anchors, reanchor stale findings when code shifts, and regenerate .sniff/index.json.

9 7mo ago A 0 tokens original MIT

sniff-preventers

44

JordanGunn/nunchuck

Command Cursor

Detect change preventers smells (Shotgun Surgery) using deterministic heuristics and append findings to .sniff/findings.jsonl.

9 7mo ago A 0 tokens original MIT

task-close

45

JordanGunn/nunchuck

Command Cursor

Close a task by setting state to closed, recording closereason and closedat. Recomputes intent hash and clears .tasks/.active if it pointed to this task.

9 7mo ago A 0 tokens original MIT

task-create

46

JordanGunn/nunchuck

Command Cursor

Create a new task file in .tasks/ .md from template. Sets timestamps, computes initial intent hash, and optionally auto-selects the task.

9 7mo ago A 0 tokens original MIT

task-list

47

JordanGunn/nunchuck

Command Cursor

List tasks in .tasks/ with derived flags (stale, hash mismatch). Supports filtering by state and staleness. Stable ordering by updatedat.

9 7mo ago A 0 tokens original MIT

task-select

48

JordanGunn/nunchuck

Command Cursor

Select a task by writing its ID to .tasks/.active. Prints the selected task path and any suspicion flags (stale, hash mismatch) to encourage skepticism.

9 7mo ago A 0 tokens original MIT