grace-plan-691f01 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited grace-plan-691f01 (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.
Run the GRACE architectural planning phase.
docs/requirements.xml must exist and have at least one UseCasedocs/technology.xml must exist with stack decisionsdocs/verification-plan.xml should exist as the shared verification artifact template$grace-init firstWhen designing the architecture, apply these principles:
Every module gets a MODULE_CONTRACT before any code is written:
Classify each module as one of:
Favor semantically rich module, function, flow, and block names.
Use docs/technology.xml to define an approved implementation stack for agents.
Structure docs/knowledge-graph.xml for maximum navigability:
M-xxx NAME="..." TYPE="..."fn-name, types as type-NamePlanning is incomplete if modules cannot be verified.
For every significant module, define during planning:
verification-ref like V-M-xxxRead docs/requirements.xml. For each UseCase, identify:
Propose a module breakdown. For each module, define:
verification-refPresent this to the user as a structured list and wait for approval before proceeding.
Before finalizing the plan, derive the first verification draft:
DF-xxx data flowsV-M-xxx verification entries for important modulesPresent this verification draft to the user as part of the same approval checkpoint. If the verification story is weak, revise the architecture before proceeding.
Run "mental tests" for 2-3 key user scenarios step by step:
Present the walkthrough to the user. If issues are found — revise the architecture.
After user approval:
docs/development-plan.xml with the full module breakdown, public module contracts, target paths, observability notes, data flows, and implementation order. Use unique ID-based tags: M-xxx for modules, Phase-N for phases, DF-xxx for flows, step-N for steps, and V-M-xxx references for verification.docs/verification-plan.xml with global verification policy, critical flows, module verification stubs, autonomy-gate evidence, and phase gates.docs/knowledge-graph.xml with all modules (as M-xxx tags), their public-interface annotations (as fn-name, type-Name, etc.), verification-ref links, and CrossLinks between them.docs/technology.xml explicitly names the preferred stack and observability surfaces the worker should stay inside.$grace-verification to deepen tests and trace expectations, grace lint --profile autonomous to check execution readiness, $grace-execute for sequential execution, or $grace-multiagent-execute for parallel-safe waves."Always produce:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.