You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-created by /evolve running in: psd401/psd-claude-plugins
Classification: Plugin-level
Amended 2026-05-29: The original /evolve run missed the two headline Claude Code features (/goal, dynamic workflows) because the evolve skill fetches a lossy changelog source and has no command/orchestration check category. Tracked separately in #65. Added below.
Findings
36 Claude Code versions shipped since our last adopted feature (v2.1.121, tracked 2026-04-23). Several new capabilities are directly applicable to our plugin architecture. Current install: v2.1.157.
Recommended Changes
High-value (headline features — added in amendment)
Evaluate /goal for autonomous loops (v2.1.139, May 11) — Set a completion condition; the agent works across turns until a fast model confirms it's met. Up to 4,000-char conditions; works in interactive, -p, and Remote Control. Assess whether /lfg, /optimize, and /test self-healing loops should delegate loop control to /goal instead of hand-rolled iteration. Reduces custom orchestration in skill bodies.
Evaluate dynamic workflows vs /swarm (v2.1.154, May 28) — JS scripts orchestrate tens–hundreds of subagents in background (16 concurrent, 1,000 total cap), with built-in find → refute → converge verification. Direct functional overlap with our /swarm (Agent Teams) skill. Decision needed: rebuild /swarm on workflows, deprecate it, or keep both? Also assess workflows for /lfg, deep code review, and /evolve's own multi-agent analysis. Requires v2.1.154+; Max/Team/Enterprise plans.
Other adoptions (original analysis)
Evaluate Opus 4.8 for skills (v2.1.154) — Opus 4.8 is available with high effort default. Test key skills (architect, lfg, evolve) on 4.8 vs 4.6 quality. Update model: frontmatter if warranted.
Adopt args exec form for hooks (v2.1.139) — Convert WorktreeCreate and WorktreeRemove hooks from shell command strings to args: string[] arrays. Eliminates shell injection risk and complex escaping.
Adopt continueOnBlock for PostToolUse (v2.1.139) — Add to syntax validation hook so syntax errors are fed back to the model as rejection reasons instead of silent failures.
Adopt $CLAUDE_EFFORT in hooks (v2.1.133) — Available in hook environment. Could skip expensive validation at low effort levels.
Adopt MessageDisplay / reloadSkills / sessionTitle SessionStart hooks (v2.1.152) — New hook capabilities worth assessing for the plugin.
Update CLAUDE.md adopted features table — Currently stops at v2.1.121. Document new adoptions.
Source
Auto-created by
/evolverunning in: psd401/psd-claude-pluginsClassification: Plugin-level
Findings
36 Claude Code versions shipped since our last adopted feature (v2.1.121, tracked 2026-04-23). Several new capabilities are directly applicable to our plugin architecture. Current install: v2.1.157.
Recommended Changes
High-value (headline features — added in amendment)
/goalfor autonomous loops (v2.1.139, May 11) — Set a completion condition; the agent works across turns until a fast model confirms it's met. Up to 4,000-char conditions; works in interactive,-p, and Remote Control. Assess whether/lfg,/optimize, and/testself-healing loops should delegate loop control to/goalinstead of hand-rolled iteration. Reduces custom orchestration in skill bodies./swarm(v2.1.154, May 28) — JS scripts orchestrate tens–hundreds of subagents in background (16 concurrent, 1,000 total cap), with built-in find → refute → converge verification. Direct functional overlap with our/swarm(Agent Teams) skill. Decision needed: rebuild/swarmon workflows, deprecate it, or keep both? Also assess workflows for/lfg, deep code review, and/evolve's own multi-agent analysis. Requires v2.1.154+; Max/Team/Enterprise plans.Other adoptions (original analysis)
model:frontmatter if warranted.disallowed-toolsfrontmatter (v2.1.152) — Add to read-only agents (learnings-researcher, spec-flow-analyzer, best-practices-researcher, etc.) to prevent accidental writes. Example:disallowed-tools: Write, Editargsexec form for hooks (v2.1.139) — Convert WorktreeCreate and WorktreeRemove hooks from shell command strings toargs: string[]arrays. Eliminates shell injection risk and complex escaping.continueOnBlockfor PostToolUse (v2.1.139) — Add to syntax validation hook so syntax errors are fed back to the model as rejection reasons instead of silent failures.$CLAUDE_EFFORTin hooks (v2.1.133) — Available in hook environment. Could skip expensive validation at low effort levels.MessageDisplay/reloadSkills/sessionTitleSessionStart hooks (v2.1.152) — New hook capabilities worth assessing for the plugin.Evidence
/goal: https://explainx.ai/blog/claude-code-goal-command-long-running-agents-2026plugins/psd-coding-system/hooks/hooks.json— uses shellcommandstrings, noargsexec formlearnings-researcherhave nodisallowed-toolsrestrictionAuto-generated by
/evolvePhase 4.5 — Issue Routing; amended manually 2026-05-29