kgiwojno

28 mods across 1 repository, 6 stars between them.

g-review

25

kgiwojno/g-sdd

Skill Claude CodeCodex

Review a diff against a spec and AGENTS.md, produce a structured review report with severity-labelled findings. Generic contract shared by /g-implement (per-slice gate) and /g-fix (per-bug gate). Not user-invocable ad-hoc in v1. Part of the G's SDD pipeline.

6 1mo ago A 70 tokens original MIT

g-run

26

kgiwojno/g-sdd

Skill Claude CodeCodex

Run the full G's SDD pipeline from PRD through implementation. Chains /g-prd → /g-plan → /g-tasks → /g-agents → /g-implement in a single session. Always starts from the beginning. For resuming mid-pipeline or re-running a single stage, use the individual commands.

6 1mo ago A 70 tokens original MIT

g-setup

27

kgiwojno/g-sdd

Skill Claude CodeCodex

Initialize the G's SDD pipeline directory structure and template files. Run this once at project start before using /g-prd, /g-plan, /g-tasks, or /g-agents.

6 1mo ago C 45 tokens original MIT

g-tasks

28

kgiwojno/g-sdd

Skill Claude CodeCodex

Expand vertical slices from the plan into implementable tasks with acceptance criteria. Produces docs/features/[name]/TASKS.md. Part of the G's SDD pipeline — tasks are what coding agents execute.

6 1mo ago A 45 tokens original MIT