executing-plans — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited executing-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.
Take a finished implementation plan and turn it into working code, one task at a time, without drifting from what the plan says. The plan has already done the thinking and the decomposition; your job is faithful execution plus the judgement to stop when something is genuinely wrong.
Read the whole plan before doing anything. Don't take it on faith — look for gaps, contradictions, steps that can't work, or instructions you don't actually understand. If you have real concerns, raise them with the user before you start, not halfway through. If it's sound, create a task list from it and begin.
If the work isn't already isolated and the plan calls for it, set up an isolated workspace first with the git-worktrees skill. Never start implementing on main or master without the user's explicit consent.
For each task, in order:
Don't bundle in changes the plan didn't ask for. If you spot something worth doing that's outside the plan, note it and raise it — don't silently fold it into a task.
Stop immediately — don't guess or work around it — when:
Ask for clarification rather than improvising. If the user updates the plan in response, return to Step 1 and re-review the changed parts before continuing.
Once every task is done and its verifications pass, don't just stop — wrap up the branch deliberately using the finish-branch skill, which verifies the full test suite and walks through how to integrate the work (merge, PR, keep, or discard).
verify-completion skill is the standard here: run the check, read the output, then claim the result.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.