orchestrated-delivery — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited orchestrated-delivery (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.
This is the conductor. Most failure on a real feature isn't bad code — it's jumping straight to code, skipping the spec, building the wrong thing, and discovering it at the end. Orchestrated delivery runs the work through the lifecycle as a system: at each phase it loads the governing skill, adopts the right persona, gates on exit criteria (and on your sign-off where it matters), and dispatches independent work in parallel — instead of one agent improvising the whole thing in a single pass.
This skill composes the others; it does not replace them. It decides which skill and which persona runs when, and refuses to advance a phase whose exit criteria aren't met.
agents/sdlc/…) to act as a coordinated team, not a rosterSkip for a one-line fix or a single isolated task — load that task's skill directly.
Run the phases in order. Each phase has a governing skill, a persona lens, and an exit gate. Do not advance until the gate is met. Keep a single written plan as the source of truth throughout.
product-manager / business-analyst. Skills: [[idea-shaping]] → [[spec-first]] (and[[product-brief]] for stakeholder sign-off).
out-of-scope named. Get the user's sign-off before planning.
solution-architect/technical-architect for design, then team-lead for breakdown.Skills: [[interface-design]], [[data-modeling]] for contracts; [[work-planning]] for the task plan.
independent (parallelizable).
persona per task (frontend-developer, backend-developer, database-engineer) and apply the domain skill it needs ([[hardening]], [[resilience]], [[react-patterns]], [[accessibility]], [[caching-strategy]]…).
sequential. Update the source-of-truth plan as each task completes.
code-reviewer, security-auditor, technical-qc. Skills: [[review-gate]],[[hardening]], [[perf-budget]] where relevant.
release-manager. Skills: [[launch-readiness]] (rollout, monitoring, rollback),[[migration-path]] if a contract/schema changed.
incident-commander + [[incident-response]] on standby.Throughout: show work in digestible chunks and stop at the Define and Plan gates for sign-off — don't barrel from request to shipped code in one unbroken run.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.