kgiwojno

28 mods across 1 repository, 6 stars between them.

kgiwojno

01

kgiwojno/g-sdd

Plugin Claude Code

Plugin marketplace listing 1 plugin: g-sdd.

6 1mo ago A tokens not measured original MIT

g-sdd

02

kgiwojno/g-sdd

Plugin Claude Code

A spec-driven development pipeline for AI coding agents — PRD → Plan → Tasks → Agents → Implement, with per-slice review gates, ADR management, and cost capture.

6 1mo ago A tokens not measured original MIT

g-architect

03

kgiwojno/g-sdd

Agent

Used by /g-adr (standalone audit and post-implementation modes) within the g-sdd pipeline. Not for general use outside this pipeline.

6 1mo ago A 35 tokens original MIT

g-implementer

04

kgiwojno/g-sdd

Agent

Used by /g-implement, /g-fix, and future /g-scope within the g-sdd pipeline. Not for general use outside this pipeline.

6 1mo ago A 38 tokens original MIT

g-qa-aggregator

05

kgiwojno/g-sdd

Agent

Used by /g-qa within the g-sdd pipeline. Not for general use outside this pipeline.

6 1mo ago A 28 tokens original MIT

g-reviewer

06

kgiwojno/g-sdd

Agent

Used by /g-review (which is invoked by /g-implement and /g-fix) within the g-sdd pipeline. Not for general use outside this pipeline.

6 1mo ago A 39 tokens original MIT

PreToolUse

07

kgiwojno/g-sdd

Hook

Runs before the agent uses a tool for Bash and Write tool calls, executing g-sdd-pretooluse.sh and g-sdd-cost.sh via bash (2 commands). From kgiwojno/g-sdd.

6 1mo ago A tokens not measured copy · 86% MIT

PostToolUse

08

kgiwojno/g-sdd

Hook

Runs after a tool call finishes, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.

6 1mo ago A tokens not measured copy · 61% MIT

PostToolUseFailure

09

kgiwojno/g-sdd

Hook

Runs when a tool call fails, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.

6 1mo ago A tokens not measured copy · 61% MIT

UserPromptSubmit

10

kgiwojno/g-sdd

Hook

Runs when you submit a prompt, before the agent sees it, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.

6 1mo ago A tokens not measured copy · 59% MIT

SessionStart

11

kgiwojno/g-sdd

Hook

Runs when a session starts, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.

6 1mo ago A tokens not measured copy · 59% MIT

SessionEnd

12

kgiwojno/g-sdd

Hook

Runs when a session ends, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.

6 1mo ago A tokens not measured copy · 61% MIT

Stop

13

kgiwojno/g-sdd

Hook

Runs when the agent finishes a response, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.

6 1mo ago A tokens not measured copy · 58% MIT

SubagentStart

14

kgiwojno/g-sdd

Hook

Runs when a subagent starts, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.

6 1mo ago A tokens not measured copy · 56% MIT

SubagentStop

15

kgiwojno/g-sdd

Hook

Runs when a subagent finishes, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.

6 1mo ago A tokens not measured copy · 59% MIT

PreCompact

16

kgiwojno/g-sdd

Hook

Runs before the context is compacted, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.

6 1mo ago A tokens not measured copy · 59% MIT

PermissionRequest

17

kgiwojno/g-sdd

Hook

Runs when the agent asks permission for an action, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.

6 1mo ago A tokens not measured copy · 59% MIT

g-adr

18

kgiwojno/g-sdd

Skill Claude CodeCodex

Review and manage Architecture Decision Records. Audit for undocumented decisions, detect stale ADRs, create new ADRs, or review existing ones. Supports standalone audit and post-implementation modes. Part of the G's SDD pipeline.

6 1mo ago A 49 tokens original MIT

g-agents

19

kgiwojno/g-sdd

Skill Claude CodeCodex

Generate or update an AGENTS.md file with coding standards, build commands, and agent boundaries. Outputs AGENTS.md to project root. Part of the G's SDD pipeline — the agent's operating manual.

6 1mo ago A 46 tokens original MIT

g-fix

20

kgiwojno/g-sdd

Skill Claude CodeCodex

Fix bugs discovered after implementation. Collects bug descriptions, associates them with features, works through fixes one by one in an isolated branch with a per-fix review gate, and merges when all bugs are resolved. Part of the G's SDD pipeline.

6 1mo ago A 55 tokens original MIT

g-implement

21

kgiwojno/g-sdd

Skill Claude CodeCodex

Execute tasks from the task list by spawning an independent subagent per vertical slice. The orchestrator manages the flow — picking tasks, checking dependencies, handling HITL reviews, running the per-slice review gate, and monitoring slice reports. Supports manual, auto (sequential), and auto --parallel (beta)…

6 1mo ago A 77 tokens original MIT

g-plan

22

kgiwojno/g-sdd

Skill Claude CodeCodex

Create an implementation plan with durable architectural decisions and vertical slice delivery order. Produces docs/features/[name]/PLAN.md. Part of the G's SDD pipeline — requires a PRD as input.

6 1mo ago B 43 tokens original MIT

g-prd

23

kgiwojno/g-sdd

Skill Claude CodeCodex

Create a Product Requirements Document through codebase exploration, user interview, and module design. Produces docs/features/[name]/PRD.md. Can be used standalone or as input to /g-plan and /g-tasks in the G's SDD pipeline.

6 1mo ago A 56 tokens original MIT

g-qa

24

kgiwojno/g-sdd

Skill Claude CodeCodex

Post-implementation QA aggregation stage. Invoked by /g-implement's wrap-up after /g-adr and before PR creation. v1 scope aggregates all review reports and slice reports for the feature into a single qa-report.md. Designed as an extension slot for future QA/testing/verification work. Part of the G's SDD pipeline.

6 1mo ago A 73 tokens original MIT