mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 13:56:48 +00:00
38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
# Launch-Day Checklist
|
|
|
|
## Before publishing
|
|
|
|
- confirm repository name
|
|
- confirm public vs private visibility
|
|
- validate `README.md` renders correctly on GitHub
|
|
- confirm all internal links work
|
|
- confirm `VERSION` and `CHANGELOG.md` match
|
|
- verify license choice
|
|
- verify sample configs do not contain secrets
|
|
- test at least one recipe on one primary client
|
|
- add 1 to 3 screenshots or terminal captures
|
|
- prepare first release notes
|
|
|
|
## Recommended publish order
|
|
|
|
1. create the GitHub repository
|
|
2. push the default branch
|
|
3. configure repository description and topics
|
|
4. upload social preview image
|
|
5. pin one usage example in the README
|
|
6. publish release `v0.4.0`
|
|
7. post a short launch note on social platforms or communities
|
|
|
|
## After publishing
|
|
|
|
- open 2 to 3 starter issues labeled `good first issue`
|
|
- add a discussion or feedback thread
|
|
- watch first user setup pain points
|
|
- collect examples from early users
|
|
- plan `v0.5.0` based on real friction
|
|
|
|
## Nice extras
|
|
|
|
- record a 30 to 60 second terminal demo
|
|
- add a GIF to the README
|
|
- include before/after screenshots of manual vs agentic workflow creation
|