shdennlin

58 mods across 1 repository, 2 stars between them.

result-reviewer

49

shdennlin/agent-plugins

Agent

You review implementation against a spec by comparing git diffs with spec requirements to identify mismatches, gaps, and bug risks.

2 7d ago A 0 tokens original MIT

spec-fixer

50

shdennlin/agent-plugins

Agent

You are a senior technical writer. Your task is to apply specific fix directives to spec/design documents. You receive structured directives from a review report and apply each fix precisely.

2 7d ago A 0 tokens original MIT

spec-orchestrator

51

shdennlin/agent-plugins

Agent

You are an orchestrator that runs multi-angle spec review, and optionally iterates review → fix cycles. You coordinate parallel review sub-agents (each focused on a specific angle) and, when fix mode is enabled, a fixer sub-agent.

2 7d ago A 0 tokens original MIT

init

52

shdennlin/agent-plugins

Command

Inject reviewer-aligned rules into openspec/config.yaml to reduce review round-trips.

2 7d ago A 16 tokens original MIT

result

53

shdennlin/agent-plugins

Command

Review implementation against a spec using git diffs to catch mismatches, missing work, and bugs.

2 7d ago A 19 tokens original MIT

spec-dual

54

shdennlin/agent-plugins

Command

Dual-engine (Claude + Codex) spec review, looped until both engines are MEDIUM-clean.

2 7d ago A 20 tokens original MIT

spec

55

shdennlin/agent-plugins

Command

Review a spec/proposal/design before implementation to catch gaps, risks, and ambiguities.

2 7d ago A 17 tokens original MIT

reviewer:result

56

shdennlin/agent-plugins

Skill Claude CodeCodex

Review implementation against a spec using git diffs to catch mismatches, missing work, and bugs. Supports iterative review+fix with --fix flag and parallel multi-angle review. Use after implementing a feature to verify spec coverage.

2 7d ago A 50 tokens original MIT

reviewer:spec-dual

57

shdennlin/agent-plugins

Skill Claude CodeCodex

Dual-engine spec review — Claude and Codex review the same change in parallel, then a Workflow loops fixes until BOTH engines are MEDIUM-clean. Use when a spec is high-stakes and you want two different models to cross-check for blind spots before implementation. Requires the openai-codex plugin for the Codex engine.

2 7d ago A 73 tokens original MIT

reviewer:spec

58

shdennlin/agent-plugins

Skill Claude CodeCodex

Review a spec, proposal, or design before implementation to catch gaps, risks, and ambiguities. Runs multi-angle parallel review by default; scans codebase for context first. Use --fix for iterative review+fix loop (agent escalates design-judgment issues to you), --angles to narrow the angle set.

2 7d ago A 69 tokens original MIT