spec-bootstrap

Installation
SKILL.md

Spec Bootstrap — Hexagonal Core

Generates the full spec folder structure for a hexagonal architecture core package: one constitution.md, plus per-entity and per-use-case spec files.

Step 0 — Gather context before writing anything

Do NOT start generating files immediately. Extract from conversation history first, then ask only for what's missing — one message, max 5 questions:

  1. What is the domain / package name? (e.g. billing, inventory, auth)
  2. List the entities (name + key fields + any known invariants)
  3. List the use cases grouped by module (e.g. orders/CreateOrder, orders/CancelOrder, invoices/IssueInvoice)
  4. Any non-negotiables for the constitution? (libs, conventions, forbidden imports)
  5. Any integrations or external systems the core must remain agnostic to?

Confirm the plan with a short summary before generating.

Step 1 — Generate constitution.md

Related skills
Installs
9
First Seen
14 days ago