Add SnapAPI project structure + CEO skill
This commit is contained in:
parent
ee17a77309
commit
1e1d7e6678
6 changed files with 306 additions and 0 deletions
17
projects/snapapi/memory/state.json
Normal file
17
projects/snapapi/memory/state.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"phase": "build",
|
||||
"version": null,
|
||||
"launched": false,
|
||||
"priorities": [
|
||||
"Build core API (POST /v1/screenshot → PNG/JPEG/WebP)",
|
||||
"Set up CI/CD pipeline (main→staging, tag→prod)",
|
||||
"Build website + docs",
|
||||
"Stripe billing integration",
|
||||
"Launch"
|
||||
],
|
||||
"blockers": [
|
||||
"Domain not yet chosen — pick one and tell the investor"
|
||||
],
|
||||
"lastSession": null,
|
||||
"sessionCount": 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue