mirror of
https://github.com/addyosmani/agent-skills.git
synced 2026-08-12 18:07:26 +02:00
Plugin subagents sit at the bottom of Claude Code's scope priority table, so a code-reviewer (or security-auditor / test-engineer) defined in .claude/agents/ or ~/.claude/agents/ silently wins over the plugin's version when /ship spawns personas. This is intentional — user customization should take precedence — but the override is silent, so without documenting it people will waste time wondering why /ship isn't using the persona they expected. Adds a one-liner to Phase A framing this as a feature. Suggested in review.