eduwxyz

9 mods across 1 repository, 16 stars between them.

sdd-pipeline

02

eduwxyz/my-awesome-skills

Plugin Claude Code

Spec-driven development pipeline for Claude Code: interview-to-spec, spec-approach, tdd, verify, diagnose, and a feature orchestrator.

16 3mo ago A tokens not measured

Stop

03

eduwxyz/my-awesome-skills

Hook

Runs when the agent finishes a response, executing end-green.sh and iteration-gate.sh via bash (2 commands). From eduwxyz/my-awesome-skills.

16 3mo ago A tokens not measured

diagnose

04

eduwxyz/my-awesome-skills

Skill Claude CodeCodex

Turn a bug symptom into a fix with a regression test that locks it down. If the user opens vague ("there's a bug", "/diagnose"), interview them one question at a time until you have enough to attempt a reproduction; if you still cannot reproduce, say so explicitly. Then drive the work through five phases — build a…

16 3mo ago A 0 tokens

feature

05

eduwxyz/my-awesome-skills

Skill Claude CodeCodex

Kick off the full feature workflow — interview-to-spec, optional spec-approach, tdd, verify, then review — when starting a new feature from scratch. Thin orchestrator: confirms intent in one sentence, then hands off to the first stage and lets each downstream skill activate on its own. Trigger when the user says "new…

16 3mo ago A 0 tokens

interview-to-spec

06

eduwxyz/my-awesome-skills

Skill Claude CodeCodex

Conduct a focused interview to draft a spec.md for an upcoming task (the input step of SDD — spec-driven development). Walks through goal, behaviors, acceptance criteria, edge cases, and out-of-scope one branch at a time, then writes the spec to disk. If during the interview the scope turns out to be multiple…

16 3mo ago A 136 tokens

spec-approach

07

eduwxyz/my-awesome-skills

Skill Claude CodeCodex

Add a refined ## Approach section to an existing feature spec.md before TDD executes it. Reads the spec, explores the codebase to ground the approach in real modules and patterns, proposes 2–3 alternatives when they exist, validates with the user, then appends ## Approach to the same spec file. Trigger after…

16 3mo ago A 125 tokens

tdd

08

eduwxyz/my-awesome-skills

Skill Claude CodeCodex

Drives feature work and bug fixes through a tight failing-test-first loop. Trigger when implementing, fixing, or refactoring behavior in a codebase that already has tests. Skip for spikes, visual-only edits, throwaway scripts, and generated files.

16 3mo ago A 53 tokens

verify

09

eduwxyz/my-awesome-skills

Skill Claude CodeCodex

Verify that a spec.md's Acceptance criteria are observably covered by green tests before opening a PR. Reads the spec, finds the tests that cover each AC, runs the suite to confirm everything green, and reports gaps (uncovered AC, skipped tests, missing edge-case coverage). When gaps exist, automatically iterates with…

16 3mo ago A 149 tokens