skills/respond/SKILL.md
Apply findings from a /findings review to a spec or ADR and write a response file
npx skillsauth add lightforgelabsstudio/aide respondInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Handle the designer's side of the spec/ADR review loop. Read findings, triage them, apply agreed changes, and write a response record.
Pairs with /findings (reviewer writes findings) and /design (designer writes the spec/ADR).
<slug>.findings.mdLocate files — Find the artifact in docs/specs/, docs/decisions/, or .aide/docs/. Look for the sibling <slug>.findings.md. If not found, stop and tell the user.
Read both files — Read the artifact and the findings file in full.
Triage findings — For each finding, decide:
Apply changes — Edit the artifact for all accepted findings. Do not change its status — the reviewer (/findings) owns that.
Write response file — Write <slug>.response.md alongside the artifact with this structure:
# Review Response: <Title>
## Applied
## Rejected
## Deferred
Each entry cites the finding and gives a one-line reason.
Confirm — Report a summary of applied / rejected / deferred counts to the user.
docs/specs/ (living specs), docs/decisions/ (project ADRs), .aide/docs/decisions/ (AIDE ADRs)/findingstesting
Skeptical gap analysis for issues, ADRs, plans, and docs. Use when the user wants a second-pass check for missing decisions, contradictions, edge cases, hidden dependencies, scope drift, or readiness before implementation.
tools
Sync branch with remote and confirm a clean end-of-session state.
testing
Create or update an AIDE skill in .aide/skills with valid frontmatter and a concise workflow.
tools
Decompose an accepted spec (and its ADR, if one exists) into GitHub issues using the issue-creator tool.