Promote Scratchpad — Testing skill for Claude Code
Convert scratchpad findings into a real spec or ADR; archives the scratchpad after.
How to install Promote Scratchpad
Installs to ~/.claude/skills/shaunchew-savvy-template-promote-scratchpad/SKILL.md
mkdir -p ~/.claude/skills/shaunchew-savvy-template-promote-scratchpad && curl -fsSL https://raw.githubusercontent.com/shaunchew/savvy-template/HEAD/commands/promote-scratchpad.md -o ~/.claude/skills/shaunchew-savvy-template-promote-scratchpad/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Promote Scratchpad does
description: Convert scratchpad findings into a real spec or ADR; archives the scratchpad after. argument-hint: "-"
/sf:promote-scratchpad
Convert a scratchpad's findings into a real spec or ADR, then archive the scratchpad with a pointer back to the promoted artifact.
Procedure
- Parse
$ARGUMENTSas-. Validate format^\d{3}-[a-z][a-z0-9-]*$. On invalid input, print expected format and abort. - Resolve the folder
scratchpads/-/. If mis
Alternatives in Testing
- Notion Spec To Implementation — Convert Notion specs into linked implementation plans and tasks 14.6k ★
- Regen API — Regenerate the OpenAPI spec and web API client after server API changes 2.5k ★
- Gsd To Autoforge Spec — Convert GSD codebase mapping to AutoForge app_spec.txt 1.8k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Cfn Pseudo
SPARC Pseudocode phase. Trace logic, enumerate branches, find failure paths, verify branch coverage BEFORE wri
Abandon
Abandon an in-flight feature (closes PR if any, archives spec, relabels state:abandoned)
Real Repo Testing
Use when testing buoy changes against real-world repos, validating drift detection accuracy, comparing before/
Selftest
Run the hardmode self-test — the real shipped hooks against planted failure modes in a throwaway sandbox, plus
Prose
Extract a C4 architecture from prose (README, ADR, spec, meeting transcript). Fills gaps via dialogue — invent
Write Adr.Skill
Record an architecture decision in docs/decisions/ using the ADR template, then commit and reference it from t
Related Agents
Arch Context Architect
Designs the context management layer for a new plugin — CLAUDE.md, memory tiers, scratchpad schemas, read-dept
Recorder Agent
Spec recording worker for spec-driven development spawned by speq-record orchestrator. Merges plan deltas into
E2e Finding Verifier
Use after e2e-reviewer or scan.sh reports findings, to adversarially verify ONE finding in its real code conte