budget-continue — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited budget-continue (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.
When the session budget warning fires, this skill presents a 4-option continuation menu and (when invoked inside a Claude Code session) can schedule the appropriate follow-up action using native Claude Code tools.
claude-dev-stack budget continueOr invoke this skill directly: /budget-continue
Creates a one-shot CronCreate reminder that fires in the current Claude Code session after a delay.
When the user selects this option inside a Claude Code session:
Use CronCreate to schedule a reminder:
Title: "Resume GSD session — budget warning"
Prompt: "/budget-continue"
Schedule: "+1h" (or user-chosen delay)
Repeat: falseCreates a Desktop task that fires on the local machine after a delay and runs the GSD resume workflow.
When the user selects this option inside a Claude Code session:
Use the Desktop task tool:
Prompt: "/gsd-resume-work"
Schedule: "+1h" (or user-chosen delay)Note: The machine must be on when the task fires. STATE.md is read to determine what to resume.
Creates a Cloud task that runs on Anthropic infrastructure. Performs a fresh git clone and runs the GSD resume workflow autonomously — works even when the local machine is off.
When the user selects this option inside a Claude Code session:
Use the Cloud task tool:
Repo: (git remote origin URL — auto-detected)
Prompt: "/gsd-resume-work"
Schedule: "+1h" (or user-chosen delay)Note: All state must be committed to git. GSD guarantees this via STATE.md.
No scheduling action. Prints a message to continue with the current session. Useful if the user decides to keep working and address the budget limit later.
Both Desktop and Cloud tasks run /gsd-resume-work, which reads .planning/STATE.md:
stopped_at is present: resumes from that point using resume_file as context/gsd-next, /gsd-health)The loop.md template (if installed to .claude/loop.md) provides the full maintenance loop instructions for scheduled tasks.
Run: claude-dev-stack budget continue as a reminder.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.