team-iterate-527e9e — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited team-iterate-527e9e (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Iterate the agent team based on what actually happened. Agent definitions evolve through USE, not upfront planning.
This skill MUST NOT enumerate the current team by name. The roster changes; this skill should not. Read the roster fresh every time from .claude/agents/ and rubric the agents that are actually there.
Research current best practices. Pin the upstream:
.claude/agents/): https://code.claude.com/docs/en/sub-agentsCheck Anthropic's latest guidance on agent personas and multi-agent coordination — features and norms shift release-to-release. Don't write from memory.
LAUNCH_PROMPT.md disagree, LAUNCH_PROMPT.md wins.** (skip retired/). For each file, read the frontmatter description` and the body. Use the agent's own stated job as the rubric — do not assume role shapes that this skill happened to know about when it was written.For each teammate definition in .claude/agents/, evaluate against these axes. None of these mention specific role names:
For the team as a whole:
The agent-teams harness has capabilities the team prompts may not be using. Each iteration, ask:
TeammateIdle / TaskCreated / TaskCompleted hooks where they would help?permissionMode frontmatter is enforced per teammate; verify with current docs and prefer tool allowlists, spawn instructions, and hooks.message (one teammate) vs broadcast (all) deliberately? Broadcast cost scales with team size.cleanup)?If a capability would help and isn't being used, propose updating the agent definition or LAUNCH_PROMPT.md, not this skill.
.claude/agents/ against the rubric above..agents/activity.log so it survives. Don't change what isn't broken.LAUNCH_PROMPT.md if it's a team-level norm) to address it.AGENTS.md or this rubric, not in a single agent definition.LAUNCH_PROMPT.md only. This skill should not need editing.Skill files are mirrored. The canonical source is .agents/skills/; after editing, run:
powershell -ExecutionPolicy Bypass -File scripts/sync-skills.ps1…to push changes into .claude/skills/. Codex reads .agents/skills/ directly — no separate Codex mirror.
LAUNCH_PROMPT.md stays running. On-demand roles follow the lifecycle in LAUNCH_PROMPT.md; don't keep token-heavy specialists up just because this skill exists.LAUNCH_PROMPT.md instead.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.