mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 05:16:43 +00:00
feat: release Vibeflow n8n v0.7.0
This commit is contained in:
parent
260d447f40
commit
d09d9a7c8f
9 changed files with 315 additions and 74 deletions
38
docs/readme-premium-checklist.md
Normal file
38
docs/readme-premium-checklist.md
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# README Premium Checklist
|
||||
|
||||
Use this before publishing a release or sharing the repository publicly.
|
||||
|
||||
## Above the fold
|
||||
|
||||
- project name is clear
|
||||
- one-line value proposition is strong
|
||||
- target users are obvious
|
||||
- at least one visual asset appears early
|
||||
|
||||
## Conversion layer
|
||||
|
||||
- quick start is visible without excessive scrolling
|
||||
- supported clients are easy to spot
|
||||
- top recipes are linked directly
|
||||
- install docs are linked directly
|
||||
|
||||
## Trust layer
|
||||
|
||||
- changelog is up to date
|
||||
- security and contributing docs exist
|
||||
- examples are easy to find
|
||||
- roadmap is honest and short
|
||||
|
||||
## Showcase layer
|
||||
|
||||
- hero banner present
|
||||
- at least one terminal or workflow visual
|
||||
- demo script exists
|
||||
- at least three recipes are public-facing and polished
|
||||
|
||||
## Launch polish
|
||||
|
||||
- release version updated
|
||||
- launch copy updated
|
||||
- repo description matches README
|
||||
- social preview ready
|
||||
59
docs/real-demo-playbook.md
Normal file
59
docs/real-demo-playbook.md
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
# Real Demo Playbook
|
||||
|
||||
Use this playbook when you want a real, credible public demo instead of a static repository tour.
|
||||
|
||||
## Goal
|
||||
|
||||
Show a full path from plain-English request to final n8n workflow handoff in less than five minutes.
|
||||
|
||||
## Suggested demo storyline
|
||||
|
||||
1. Start in the terminal with a connected MCP-capable client.
|
||||
2. Paste a short brief with one trigger, one transformation, and one notification path.
|
||||
3. Let the agent ask only one to three critical follow-up questions.
|
||||
4. Show the normalized plan before the build happens.
|
||||
5. Switch to n8n and show the created workflow.
|
||||
6. End with the final implementation report.
|
||||
|
||||
## Best demo characteristics
|
||||
|
||||
- one trigger
|
||||
- two to five core nodes
|
||||
- one error path
|
||||
- one obvious business outcome
|
||||
- one missing credential called out cleanly
|
||||
|
||||
## Good public demo candidates
|
||||
|
||||
- support triage to Slack
|
||||
- invoice reminder workflow
|
||||
- lead enrichment with CRM update
|
||||
- Slack to Notion intake sorter
|
||||
|
||||
## What to avoid
|
||||
|
||||
- giant workflows with many credentials
|
||||
- fragile scraping flows
|
||||
- binary-heavy flows for the first public demo
|
||||
- human approval loops during the live build
|
||||
- anything that needs ten minutes of setup before value appears
|
||||
|
||||
## Demo capture checklist
|
||||
|
||||
- terminal font large enough to read in social clips
|
||||
- n8n canvas zoom at readable level
|
||||
- one file or pane open with the implementation report
|
||||
- timestamps or release tags hidden if they look messy
|
||||
- fake or test credentials only
|
||||
|
||||
## Suggested timing
|
||||
|
||||
- 30s context
|
||||
- 60s planning
|
||||
- 90s build
|
||||
- 45s n8n review
|
||||
- 30s final report and next steps
|
||||
|
||||
## Closing line
|
||||
|
||||
"Describe the workflow. The agent asks only what matters, builds via MCP, and hands back something usable."
|
||||
15
docs/release-v0.7.0.md
Normal file
15
docs/release-v0.7.0.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Vibeflow n8n v0.7.0
|
||||
|
||||
This release focuses on public-demo readiness.
|
||||
|
||||
## Highlights
|
||||
|
||||
- premium README refresh
|
||||
- real-demo playbook for terminal-to-n8n walkthroughs
|
||||
- two new showcase recipes
|
||||
- illustrative sample workflow export for safer local experimentation
|
||||
- extra README quality checklist for launch polish
|
||||
|
||||
## Recommended next move
|
||||
|
||||
Attach real screenshots or a short GIF to make the repository feel alive on first visit.
|
||||
Loading…
Add table
Add a link
Reference in a new issue