Reviews the diff between HEAD and a fixed point along three independent axes — AC (does it do what the confirmed AC asked?), Standards (does it follow this repo's conventions?), and Green trust (is the green build earned, or was it engineered?). Runs at most…
leochiu-a/skills
SkillsMP has collected 4 skills from leochiu-a/skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 1
- GitHub forks
- 0
Skills in this repository
Showing 4 of 4 collected skills.
Grills the developer with the minimum number of questions needed to pin down acceptance criteria before any code is written, split into machine-verifiable and human-judgment buckets. Runs as step 1 of /implement, and standalone when the developer wants the AC…
Entry point for implementing a feature or fixing a bug — confirms AC via /grill-me-ac, executes the red-green loop via /tdd, reviews the diff via /code-review, then reports back against the confirmed AC. Use when the developer asks to implement, build, or fix…
Internal step of /implement, not an entry point — do not invoke it directly in response to a developer request, and do not offer it as an alternative to /implement. Implements a feature or fix using the red-green-refactor loop, one vertical slice at a time,…