elmoritz

29 mods across 1 repository, 2 stars between them.

challenger

01

elmoritz/agents-skills-setup

Agent Codex

Devil's advocate against a freshly formulated implementation plan, before the user approves it. Attacks the approach with codebase evidence — concrete failure scenarios and cheaper alternatives — never vague doubt. Invoke in /ticket-pick step 3, after the plan is drafted and before the Plan gate, so the user judges…

2 19d ago A 79 tokens

code-challenger

02

elmoritz/agents-skills-setup

Agent Codex

Devil's advocate against a ticket's implementation as built — run every round of the pick loop, not once. Attacks the code that now exists with evidence — hidden coupling it introduced, a cheaper route it should have taken, an irreversible or load-bearing step, or a route the plan got wrong. Read-only; returns a…

2 19d ago A 106 tokens

code-reviewer

03

elmoritz/agents-skills-setup

Agent Codex

Read-only review of a ticket's implementation diff before it transitions to review. Checks the diff against the approved plan, architecture invariants, and project conventions. Invoke in /ticket-pick's implementation loop (step 5.5 agent checks) — after verification passes, every round — before the review transition…

2 19d ago A 82 tokens

code-simplifier

04

elmoritz/agents-skills-setup

Agent Codex

Proposes simplifications to a ticket's implementation diff — removing accidental complexity, dead abstraction, and speculative generality — without changing behavior. Read-only; returns proposals the session weighs in its round evaluation and folds into the loop's work-list (no user gate). Invoke every round of…

2 19d ago A 87 tokens

nfr-analyst

05

elmoritz/agents-skills-setup

Agent Codex

Derives a ticket's non-functional requirements while it is still being written — as measurable statements that each carry their own verification. Invoke in /ticket-new step 2 (alongside the research agents, before the step 2.5 grilling) and on /ticket-refine's resume path, so unresolved requirements become grilling…

2 19d ago A 96 tokens

elmoritz/agents-skills-setup

Agent Codex

Judges whether the tests accompanying a ticket's diff would actually fail if the behavioral change were reverted or broken. Catches assertion-free tests, tests that only exercise mocks, and untested branches. Invoke in /ticket-pick's implementation loop (step 5.5 agent checks) after tests pass, every round — a green…

2 19d ago A 84 tokens

grill-me

07

elmoritz/agents-skills-setup

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2 19d ago A 49 tokens

milestone-sync

08

elmoritz/agents-skills-setup

Skill Claude CodeCodex

Detect and fix drift between milestone state and the tickets that reference it; dispatches on .agents/config.yaml milestones.strategy; read-only until the user approves a fix. Used as a preflight in /ticket-pick, a postflight in /ticket-close, or standalone when the user asks to sync milestones.

2 19d ago A 66 tokens

ticket-close

09

elmoritz/agents-skills-setup

Skill Claude CodeCodex

Close a ticket as shipped. Closes from the review stage if one exists, otherwise from inprogress. Trusts the user has verified the work.

2 19d ago A 33 tokens

ticket-engine

10

elmoritz/agents-skills-setup

Skill Claude CodeCodex

The shared execution layer behind every /ticket- skill — loads and validates .agents/config.yaml, assigns IDs, runs backend stage transitions, formats commit/comment messages, and reports half-state on partial failure. Used by the ticket skills and milestone-sync, not invoked directly.

2 19d ago A 56 tokens

ticket-init

11

elmoritz/agents-skills-setup

Skill Claude CodeCodex

Bootstrap a project for the /ticket- workflow. Writes .agents/config.yaml, creates stage folders (with ledger) or workflow labels/fields, guides research-agent setup, and lays down a starter TICKETTEMPLATE.md.

2 19d ago A 47 tokens

ticket-new

12

elmoritz/agents-skills-setup

Skill Claude CodeCodex

Create one or more tickets. Aborts at any gate save to inbox (if an inbox stage is configured); full completion lands in the pickable stage.

2 19d ago A 34 tokens

ticket-pick

13

elmoritz/agents-skills-setup

Skill Claude CodeCodex

Pick the next ticket from the pickable stage and implement it through to review (or directly to closure-ready, depending on whether a review stage exists).

2 19d ago A 34 tokens

ticket-refine

14

elmoritz/agents-skills-setup

Skill Claude CodeCodex

Resume an inbox entry through to backlog (or close as fold/wontfix). Requires a stage with the inbox role.

2 19d ago A 31 tokens

ticket-reject

15

elmoritz/agents-skills-setup

Skill Claude CodeCodex

Send a ticket in review back to inprogress with a recorded rejection reason. The counterpart to /ticket-close when verification fails. Requires a stage with the review role.

2 19d ago A 39 tokens

ticket-review

16

elmoritz/agents-skills-setup

Skill Claude CodeCodex

Print a verification guide for a ticket in the review stage. Read-only — does not modify or commit. Requires a stage with the review role.

2 19d ago A 34 tokens

close

17

elmoritz/agents-skills-setup

Command Claude Code

Close a ticket as shipped. Closes from the review stage if one exists, otherwise from inprogress. Trusts the user has verified the work.

2 19d ago A 30 tokens

init

18

elmoritz/agents-skills-setup

Command Claude Code

Bootstrap a project for the /ticket: workflow. Writes .claude/config.yaml, creates stage folders (with ledger) or workflow labels/fields, guides research-agent setup, and lays down a starter TICKETTEMPLATE.md.

2 19d ago B 45 tokens

new

19

elmoritz/agents-skills-setup

Command Claude Code

Create one or more tickets. Aborts at any gate save to inbox (if an inbox stage is configured); full completion lands in the pickable stage.

2 19d ago A 31 tokens

pick

20

elmoritz/agents-skills-setup

Command Claude Code

Pick the next ticket from the pickable stage and implement it through to review (or directly to closure-ready, depending on whether a review stage exists).

2 19d ago A 30 tokens

refine

21

elmoritz/agents-skills-setup

Command Claude Code

Resume an inbox entry through to backlog (or close as fold/wontfix). Requires a stage with the inbox role.

2 19d ago A 27 tokens

reject

22

elmoritz/agents-skills-setup

Command Claude Code

Send a ticket in review back to inprogress with a recorded rejection reason. The counterpart to /ticket:close when verification fails. Requires a stage with the review role.

2 19d ago A 36 tokens

review

23

elmoritz/agents-skills-setup

Command Claude Code

Print a verification guide for a ticket in the review stage. Read-only — does not modify or commit. Requires a stage with the review role.

2 19d ago A 31 tokens