chore(agents): add scoped custom subagents from the supply-chain retro - #41
Merged
Conversation
An exploratory retro of the F0.6 supply-chain sessions identified four narrowly-scoped
subagents worth shipping as drop-in .claude/agents/*.md:
- cve-gate-triage — reproduce the woven-build trivy release gate locally, classify
findings ours (/app) vs inherited base-npm, return PASS/FAIL (read-only)
- dep-bump-validator — npm-registry peer/engine pre-screen (catch framework-major-in-disguise)
+ isolated install/check:types/build/lint loop + per-bump verdict
- supply-chain-security — OpenSSF/cosign/SLSA/OpenVEX implementer; serves beads 4.17-4.20
- pr-merge-doctor — read-only "why won't this PR merge" diagnostic (checks/ruleset/drift)
Each encodes the hard-won gotchas from this work (fs-scan misses image-only CVEs; RR8 needs
React 19; cosign v3 predicate-URI/.att traps; --admin can't override a failing required check).
The discovery+design process is also generalized into ~/.claude/commands/subagent-{retro,design}.
Refs: plane-sq3
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds four narrowly-scoped drop-in subagents (
.claude/agents/*.md), identified by an exploratory retro of the F0.6 supply-chain sessions:/app) vs inherited base-npm; return PASS/FAIL (read-only).Each encodes the hard-won gotchas from this work. The discovery+design process is generalized into user-level
~/.claude/commands/subagent-{retro,design}(not in this PR).Type of Change
Test Scenarios
References
plane-sq3