ils15

Sketch.Prompt — Testing skill for Claude Code

Testing community

Turn a rough idea into a structured spec through a short Q&A interview — ask 3–5 targeted questions, then produce a complete feature spec.

How to install Sketch.Prompt

Installs to ~/.claude/skills/ils15-pantheon-legacy-sketch.prompt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ils15-pantheon-legacy-sketch.prompt && curl -fsSL https://raw.githubusercontent.com/ils15/pantheon-legacy/HEAD/prompts/sketch.prompt.md -o ~/.claude/skills/ils15-pantheon-legacy-sketch.prompt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Sketch.Prompt does


name: sketch description: "Turn a rough idea into a structured spec through a short Q&A interview — ask 3–5 targeted questions, then produce a complete feature spec" agent: athena tools: ['search', 'agent/askQuestions']

Sketch — Idea to Spec (Athena)

Idea

$input


Interview Protocol

Phase 1: Discover (3–5 questions, one at a time)

Ask questions in this priority order, stopping after enough clarity:

  1. Scope — "What's the minimum viable version of this feature?"

Alternatives in Testing

  • Claude Code Spec Workflow — Automated Kiro-style Spec workflow for Claude Code 3.6k ★
  • Grill — Sharpen a fuzzy idea into §G/§C before spec 1.1k ★
  • Loki Grill — Interrogate a spec with Loki's Devil's-Advocate grill before building, and summarize the hardest questions it 1.1k ★

Full documentation available on GitHub

View Source Repository