think-before-coding — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited think-before-coding (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.
AI agents default to writing code immediately — even when the request is ambiguous, the context is incomplete, or multiple valid interpretations exist. This skill forces a deliberate thinking phase before any implementation begins.
The result: fewer rewrites, fewer wrong-direction implementations, and fewer "I assumed X" surprises.
Activate this skill before writing any code when:
Verify: Can you state the goal in one clear sentence? If not, ask before proceeding.
Verify: You have a clear, agreed-upon interpretation of the task.
1. [Step] → verify: [check]
2. [Step] → verify: [check]
3. [Step] → verify: [check]Verify: The plan is agreed upon, or you have received approval to proceed.
| Excuse | Rebuttal |
|---|---|
| "I'll figure it out as I go" | Unknown unknowns compound. 5 minutes of thinking saves 50 minutes of rewriting. |
| "The request is clear enough" | If you can't state the goal in one sentence, it's not clear enough. |
| "Asking questions slows things down" | Wrong direction is infinitely slower than a 30-second clarifying question. |
| "I'll handle edge cases later" | Edge cases not considered upfront become bugs found in production. |
| "I can always refactor" | You almost never will. Design now. |
Before leaving this phase, confirm:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.