prototype

Installation
SKILL.md

Skill: prototype

Prove it works. Minimum code. Maximum learning.


Master Checklist - Execute In Order

YOU MUST complete each checkbox before proceeding to the next phase.

Phase 1: SCOPE

  • 1.1 Ask user: "What ONE thing are you trying to prove?"
  • 1.2 Narrow until atomic (starts with "Can I...")
  • 1.3 State the scope: "SCOPE: [single question]"

Phase 2: CONTEXT

  • 2.1 Check current branch: git branch --show-current
  • 2.2 If on main/master → Create branch: git checkout -b prototype/<scope-slug>
  • 2.3 Run Skill(code-foundations:aposd-reviewing-module-design) to survey existing code
Related skills

More from ryanthedev/code-foundations

Installs
1
GitHub Stars
243
First Seen
Mar 9, 2026