kgiwojno
01Plugin Claude Code
Plugin marketplace listing 1 plugin: g-sdd.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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.
Agent
Used by /g-adr (standalone audit and post-implementation modes) within the g-sdd pipeline. Not for general use outside this pipeline.
Agent
Used by /g-implement, /g-fix, and future /g-scope within the g-sdd pipeline. Not for general use outside this pipeline.
Agent
Used by /g-qa within the g-sdd pipeline. Not for general use outside this pipeline.
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.
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.
Hook
Runs after a tool call finishes, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.
Hook
Runs when a tool call fails, executing g-sdd-cost.sh via bash. From 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.
Hook
Runs when a session starts, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.
Hook
Runs when a session ends, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.
Hook
Runs when the agent finishes a response, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.
Hook
Runs when a subagent starts, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.
Hook
Runs when a subagent finishes, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.
Hook
Runs before the context is compacted, executing g-sdd-cost.sh via bash. From kgiwojno/g-sdd.
Hook
Runs when the agent asks permission for an action, executing g-sdd-cost.sh via bash. From 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.
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.
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.
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)…
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.
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.
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.