askit-init-plugin
askit-init-plugin (reference)
Section titled “askit-init-plugin (reference)”Creates a starting plugin that satisfies the Bronze anatomy and onboards the maintainer.
interview: live Q&A, then scaffold.questionnaire: emit the onboarding template for async fill, then process it.hybrid: emit a context-tailored, pre-filled questionnaire, then process the corrected return.
The seed anatomy
Section titled “The seed anatomy”Scaffolds templates/seed-plugin/ (library.json with the five required fields + AGENTS.md + README/CHANGELOG starters). The minimal set passes every Universal check with 0 errors - the structural match the asserted test enforces (ADR 0023, not byte-exact). See onboarding-modes.
Boundaries
Section titled “Boundaries”Adopting an EXISTING repo is askit-migrate; a marketplace is askit-init-marketplace; the richer surfaces (README, CHANGELOG, ADRs, backlogs) are scaffolded by their own skills. See the scaffold-a-plugin how-to.