Instructions file
Instructions for KashZod/sap-atc-checker, covering project, skills, scripts, rules and configuration.
Instructions file
Instructions for KashZod/sap-atc-checker, covering project, skills, scripts, rules and configuration.
Plugin Claude Code
KashZod's plugin catalog. Hosts devloop, a spec-plan-implement TDD loop with independent review-agent gates.
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…
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.…
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…
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.
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…
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…
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.
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.