plan-6b-worked-example

Installation
SKILL.md

plan-6b-worked-example

Generate a runnable worked toy example that proves what a phase built, step by step, in a self-contained script you can execute, read, and step through with a debugger.

User input:

$ARGUMENTS
# Expected formats:
# /plan-6b-worked-example --plan <path> --phase "<Phase N: Title>"
# /plan-6b-worked-example                    # Auto-detect from recent context
#
# Optional:
# --focus "<specific aspect>"                # Narrow to one concept
# --lang <ts|py|go|sh|...>                   # Override language detection

Purpose

After implementing a phase, you want a simple, isolated, runnable script that:

Installs
18
Repository
jakkaj/tools
GitHub Stars
5
First Seen
May 14, 2026
plan-6b-worked-example — jakkaj/tools