ops-feature-dev — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ops-feature-dev (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.
If CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 is set, use Agent Teams when feature-dev phases fan out in parallel (e.g. explore + architect, or implement + review). This enables:
adjusts before implementation starts)
Team setup (only when the flag is enabled, and only for genuinely parallel phases):
TeamCreate("feature-dev-lifecycle")
Agent(team_name="feature-dev-lifecycle", name="phase-explore", ...)
Agent(team_name="feature-dev-lifecycle", name="phase-architect", ...)Steer with SendMessage / broadcast; share work via TaskCreate/TaskUpdate.
If the flag is NOT set, fall back to standard fire-and-forget subagents (the default), or invoke /feature-dev inline via the Skill tool.
Thin router into the feature-dev companion plugin. Do not re-implement its phases here.
.planning/): optional structured alternative to jumping straight into /flow build..planning/ present): run before gsd-execute-phase when you want exploration + architecture + clarifying questions; execution still canonical via GSD./review and gsd-code-review stay canonical; feature-dev Phase 6 is available via explicit /feature-dev or auto-swap to feature-dev:code-reviewer.If $ARGUMENTS is empty, invoke /feature-dev with no args (discovery phase).
Otherwise invoke /feature-dev $ARGUMENTS via the Skill tool.
/ops:setup Step 2c or /plugin install feature-dev).feature-dev:code-*) is handled by bin/ops-suggest-specialized-agent when the plugin is present./flow build, /review, or gsd-execute-phase — it overlays them.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.