KashZod

10 mods across 3 repositories, 8 stars between them.

kashzod

02

KashZod/devloop

Plugin Claude Code

KashZod's plugin catalog. Hosts devloop, a spec-plan-implement TDD loop with independent review-agent gates.

2 9d ago A tokens not measured original Apache-2.0

devloop

03

KashZod/devloop

Plugin Claude Code

Spec, plan, implement, review: a test-driven development loop for AI coding agents. Three commands map to three gates, one per command (plus a convergence back-edge where /implement re-runs the plan gate): /spec (WHAT, spec validation), /plan (HOW, plan review), /implement (BUILD, conformance + adversarial red-team…

2 9d ago A tokens not measured original Apache-2.0

red-team

04

KashZod/devloop

Agent

Adversarial diff reviewer. Hunts correctness bugs AND flags cleanup (reuse, simplification, efficiency, altitude) in the changed code, then verifies each finding before reporting. Runs in an isolated context to eliminate author-evaluator bias. Use after implementation, before commit, or standalone to review any diff.…

2 9d ago A 94 tokens original Apache-2.0

review-impl

05

KashZod/devloop

Agent

Conformance gate. Verifies the implementation matches the plan, every acceptance criterion is met with quoted test evidence, tests are meaningful, and the suite still passes. Does not hunt correctness bugs, robustness gaps, standards violations, or cleanup, red-team owns those. Use after implementation chunks are…

2 9d ago A 67 tokens original Apache-2.0

review-plan

06

KashZod/devloop

Agent

Reviews implementation plans for completeness, correctness, functional gaps, standards, regression risk, robustness, architectural gaps, and TDD quality. Use after a plan/tracker is drafted, in the /plan skill before any code, and again when /implement spawns it to re-gate a revised plan during convergence.

2 9d ago A 65 tokens original Apache-2.0

implement

07

KashZod/devloop

Skill Claude CodeCodex

Test-driven implementation of a plan produced by /plan: loads the JSON tracker, then per chunk writes a failing test, implements until it passes, and runs a two-agent quality gate (review-impl conformance + red-team correctness). Use after /plan has produced an approved tracker. Requires a tracker whose planreview…

2 9d ago A 68 tokens original Apache-2.0

plan

08

KashZod/devloop

Skill Claude CodeCodex

Structured planning process: explores the code, decomposes a feature into independently-testable TDD chunks with a dependency graph, writes a JSON tracker, and gates the plan through an independent review-plan agent before any code is written. Use after /spec (or on its own) and before /implement, to decide HOW to…

2 9d ago A 69 tokens original Apache-2.0

spec

09

KashZod/devloop

Skill Claude CodeCodex

Structured specification process: explores code, generates user stories with testable acceptance criteria, resolves ambiguities through interactive clarification, validates completeness, and outputs a lightweight spec. Use before /plan to clarify WHAT to build.

2 9d ago A 44 tokens original Apache-2.0

abap-accelerator

10

KashZod/abap-accelerator

MCP server Claude CodeCodexCursor

SAP ADT API MCP server - fork of AWS ABAP Accelerator MCP Server. mcp-name: io.github.kashzod/abap-accelerator. Runs locally from the abap-accelerator Python package. Needs 10 environment variables to run.

2 14d ago A tokens not measured fork MIT-0