Release checklist
🌍 Language pair / Par de idioma
Section titled “🌍 Language pair / Par de idioma”- English: 09-release-checklist.md
- Español: ../es/09-release-checklist.md
[!TIP] For startup instructions and prompts, use:
🗣️ Friendly prompt (copy/paste)
Section titled “🗣️ Friendly prompt (copy/paste)”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.
Content validation
Section titled “Content validation”-
README.mdis 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.
GitHub Spec Kit integration
Section titled “GitHub Spec Kit integration”- Integration guide exists.
- Installation and initialization commands are documented.
- Recommended command flow is documented.
- Bootstrap script with Spec Kit exists.
Community files
Section titled “Community files”-
LICENSE -
CONTRIBUTING.md -
CODE_OF_CONDUCT.md - Issue and Pull Request templates
Final checks
Section titled “Final checks”- New users can follow the guide without extra context.
- Scripts run correctly.
- Repository metadata is complete.
-
npm run typecheckpasses. -
npm run buildpasses. -
npm run mcp:smokepasses. -
npm run mcp:http:smokepasses. - MCP docs and copy/paste configs are aligned with the current release.
- Release tag/version/changelog are aligned.
💡 Quick tips
Section titled “💡 Quick tips”- 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.
📊 Visual flow
Section titled “📊 Visual flow”flowchart LR A["Project idea"] --> B["Spec approved"] B --> C["Plan aligned"] C --> D["Tasks prioritized"] D --> E["Implementation"] E --> F["Validation + Logbook"]