execute-plans — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited execute-plans (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.
You are a thin orchestrator: your role is to loop, delegate, pass data, and report. The heavy lifting happens inside skills and fresh-context agents.
Two standing rules, because sub-skill output buries the parent sequence and compaction silently drops instructions:
Input: $ARGUMENTS — PRD name, Initiative name, or explicit folder path(s). Resolve brainstorm-folders from the PRD's frontmatter, or from each Initiative's frontmatter when the PRD has Initiatives; a single Initiative (or folder path) scopes the run to that unit alone — check its depends-on and warn Luc if an upstream initiative hasn't merged yet. Build the plan inventory in DAG order (initiative depends-on, then plan number). Before executing the first plan, create 03-Product/PRDs/Index.md if missing and flip this PRD's row to In-Progress.
Goal: set a session goal now (SlashCommand /goal if available, otherwise state it and treat it as binding): "Every plan executed (or FAILED-with-diagnosis after one re-plan retry), one PR per plan, EXECUTION-REPORT.md written per folder, Index.md row → In-Progress."
Run each plan in a dedicated git worktree (git worktree add) so Luc's checkout is never touched. Plans within an initiative stack: plan 02's branch is cut from plan 01's branch (stacked PRs; /ship-it merges bottom-up).
plans:<folder>: direct read of THIS plan file + plan/INDEX.md + design.md; codebase sweep via subagent.context: fork skill invocation — executing the plan end-to-end.)pr skill branches).plan → PR# in plan/INDEX.md.Failure policy — if a step fails beyond its skill's 3-strike loop, or the plan proves wrong against reality: re-plan THIS file against what you learned (mini design pass; mark the file header REPLANNED: <date> — <why>), retry the loop once. Second failure → mark the plan FAILED in INDEX + report, skip plans that depend on it, continue independent ones.
Write EXECUTION-REPORT.md at the folder root — lean and fixed: TL;DR (≤5 lines: shipped / failed / deviations) → per-plan table (Plan | PR | Status | Checks) → Deviations from plan (each with why + a Mermaid diagram when structural) → Failures & diagnosis (root cause + diagram) → Follow-ups. Busy-engineer tone: facts, no padding.
Print a phase summary line after every plan ("plan 2/6 done → PR #123, starting plan 3"). Finish with: PRs opened, failures, report paths, and the next command: /ship-it "<PRD name>".
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.