find-plan — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited find-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.
Search for and resume work on previously saved plans from .aicontext/ directories. Plans are searched in the current repository first, with fallback to the global ~/.aicontext/ directory.
Run the search script with the user's query (or no query to list all):
bash ${CLAUDE_PLUGIN_ROOT}/scripts/find-plans.sh "query terms"Or list all available plans:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/find-plans.shThe script searches:
Both filename and content are searched. Present the matches to the user with recommendations based on:
Once the user confirms which plan to resume:
As work progresses on plan items, update the plan file to reflect completion status.
Convert unchecked to checked:
- [ ] Task description becomes - [x] Task descriptionAppend status annotations:
1. Implement auth flow becomes 1. Implement auth flow - COMPLETED- Design database schema becomes - Design database schema - IN PROGRESSUse the Edit tool to make these updates incrementally as each task completes.
When finishing work or pausing the session, update the plan's date to reflect the latest activity:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/update-plan-date.sh ".aicontext/plan-2025-01-10-feature-name.md"This renames the file with the current date while preserving the descriptive name, creating a clear timeline of work:
plan-2025-01-10-auth-refactor.md → plan-YYYY-MM-DD-auth-refactor.md (current date)User says: "I want to pick up where I left off on the auth work"
bash ${CLAUDE_PLUGIN_ROOT}/scripts/find-plans.sh "auth" bash ${CLAUDE_PLUGIN_ROOT}/scripts/update-plan-date.sh ".aicontext/plan-2025-12-10-auth-session-refactor.md".aicontext/ take priority over global plans~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.