subagent-driven-development — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited subagent-driven-development (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.
Use this skill to execute a written implementation plan through isolated workers with explicit review gates. If the current environment supports subagents, use them. If it does not, use the closest equivalent isolated-task workflow while keeping the same control pattern.
Use this skill when:
Prefer a simpler inline workflow when tasks are tightly coupled or when the environment cannot isolate task execution meaningfully.
Implementers should report one of these statuses:
DONE: implementation completed and ready for reviewDONE_WITH_CONCERNS: implementation completed, but there are correctness or scope concerns to inspect firstNEEDS_CONTEXT: missing information blocks safe completionBLOCKED: the task cannot proceed under current assumptions or current worker capabilityWhen a worker is blocked:
Do not force repeated retries without changing the context, worker, or task shape.
Always keep this order:
Spec review prevents overbuilding and underbuilding. Code-quality review happens only after the task is confirmed to match the requested behavior.
Read plan
Extract Task 1
Dispatch implementer
Resolve questions
Receive DONE
Run spec review
Fix issues if needed
Run code-quality review
Fix issues if needed
Mark Task 1 completeWorker status: NEEDS_CONTEXT
Resolution: provide the missing configuration path and re-dispatch the same tasksubagents. Others expose them as tasks, workers, or separate agent runs.Follow the constraints, conventions, and cautions documented below, and prefer the documented path over improvisation.
Use any linked scripts, assets, reference files, and companion resources mentioned in this document.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.