Skip to content

Release checklist

[!TIP] For startup instructions and prompts, use:

Using https://github.com/juanklagos/spec-driven-development-template, run a release-readiness review on my project.
My project is: [describe project].
Check this list, tell me what is missing, and propose exact next actions in simple language.

Use this list before publishing on GitHub.

  • README.md is clear and complete.
  • idea/ includes a usable project idea template.
  • specs/ includes rules, index, and templates.
  • bitacora/ includes structure and templates.
  • At least one complete sample specification exists.
  • Integration guide exists.
  • Installation and initialization commands are documented.
  • Recommended command flow is documented.
  • Bootstrap script with Spec Kit exists.
  • LICENSE
  • CONTRIBUTING.md
  • CODE_OF_CONDUCT.md
  • Issue and Pull Request templates
  • New users can follow the guide without extra context.
  • Scripts run correctly.
  • Repository metadata is complete.
  • npm run typecheck passes.
  • npm run build passes.
  • npm run mcp:smoke passes.
  • npm run mcp:http:smoke passes.
  • MCP docs and copy/paste configs are aligned with the current release.
  • Release tag/version/changelog are aligned.
  • Start from a simple one-paragraph project description.
  • Ask the AI to confirm the active spec before coding.
  • Close every session with validation and a clear next step.
flowchart LR
A["Project idea"] --> B["Spec approved"]
B --> C["Plan aligned"]
C --> D["Tasks prioritized"]
D --> E["Implementation"]
E --> F["Validation + Logbook"]