woo-stack-bootstrap
Installation
SKILL.md
woo-stack-bootstrap
Overview
A spec — not a template — for bootstrapping AI-built web + mobile + API projects. It holds the decisions (frameworks, architecture, infrastructure, patterns) so an agent scaffolds a fresh repo at the latest framework versions without re-litigating choices every time. Templates rot; decisions don't.
Core principle: resolve versions live at bootstrap, never from memory.
Invocation
Invoke with /woo-stack-bootstrap <goal>, where the goal is a plain-language description of what to build:
/woo-stack-bootstrap create a new mobile app for cataloging recipes
/woo-stack-bootstrap a SaaS dashboard with a marketing site and a billing API
From the goal, infer a recommended shape — surfaces, features, and provider choices — then walk the user through it (see Procedure). The goal seeds the recommendations; the user confirms or overrides every one.