shaunchew

Promote Scratchpad — Testing skill for Claude Code

Testing community

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

Terminal
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

  1. Parse $ARGUMENTS as -. Validate format ^\d{3}-[a-z][a-z0-9-]*$. On invalid input, print expected format and abort.
  2. Resolve the folder scratchpads/-/. If mis

Alternatives in Testing

Full documentation available on GitHub

View Source Repository