From sdlc
Inner-loop GEPA-style iterative optimization. Pareto frontier over (perf, cost-time, cost-$) with LLM reflection on execution traces. Noise-robust (replicate before promoting a noisy metric). Scope is the artifact class the dispatch brief names (e.g. a prompt). Trigger on "optimize the prompt", "run a GEPA pass", or /optimize.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sdlc:optimizeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Inner-loop skill — used by the asset when an issue is an optimization task. Pareto-frontier search over (perf, cost-time, cost-$) with LLM reflection on execution traces.
Inner-loop skill — used by the asset when an issue is an optimization task. Pareto-frontier search over (perf, cost-time, cost-$) with LLM reflection on execution traces.
Optimize only the artifact class the dispatch brief names (e.g. a prompt template, a config). Anything outside that class — and anything in the repo's frozen_paths (.claude/sdlc.toml) — is off-limits unless the brief explicitly authorizes it. When in doubt, surface to control rather than widening scope.
If the repo's perf metric is noisy (the brief should state the single-run swing, if known), a perf promotion requires a ≥N-replicate mean±band — not a single run. A single-run improvement inside the noise band is not promoted. If the brief doesn't quantify noise, measure it (a few replicates of the baseline) before trusting any delta.
A markdown summary the asset includes in its iteration comment:
| Candidate | Mutation | Perf | Cost-time | Cost-$ | Dominated by |
|---|
Plus the current Pareto frontier (frontier candidates only).
The asset decides which (if any) candidate to land. The skill is advisory; the asset commits.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub meowkey-dev/machine-plugins --plugin sdlc