plan — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited plan (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.
Restate the question in fully concrete terms, making every implicit detail explicit. Then answer.
Explore the codebase and create a structured implementation plan.
MUST plan every feature to ship as a single PR. Never split into multiple PRs, never propose phased/follow-up PRs, never suggest "PR 1 / PR 2" sequencing.
"$ARGUMENTS"
Use a subagent to carry out the following steps:
Determine feature name from branch: FEATURE_NAME=$(git rev-parse --abbrev-ref HEAD)
Create plan-$FEATURE_NAME.md in the current working directory (the feature clone directory) with this structure:
# Feature: [Feature Name]
## TLDR
[2 lines typical, max 5 for complex features - WHAT and WHY in plain language]
## Research and References
1 paragraph for simple feature, up to 5 paragraphs for complex features. Add research, references, links to similar implementations, relevant documentation. Include tradeoffs and how this relates to existing codebase patterns and architecture.
### Task 1: [Short Description]
**What:**
- Action 1
- Action 2
### Task 2: [Short Description]
**What:**
- Action 1
- Action 2Add the tasks from the plan file to the task list in the relevant positions. Tasks should be added in the order they should be executed, but can be worked on in parallel if they are independent
After the plan file is written, run a second-opinion pass before terminating:
/codex skill on the just-written plan-$FEATURE_NAME.md. Ask Codex to flag weak spots, missing considerations, risky assumptions, bad task sequencing, and unclear acceptance criteria..md for accepted changes — do not rewrite wholesale.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.