Sequo — stop re-explaining your project to your coding agent<br>sequoHow it worksvs. a spec filePricing<br>Log inTry it free≡
YOUR REPO<br>▾ docs/<br>idea.md<br>specification.md<br>architecture.md<br>development-plan.md<br>decisions.md<br>invariants.md<br>coding-standards.md<br>CLAUDE.md<br>AGENTS.md on Codex<br>Sequo writes these,<br>plus a prompt for<br>every step. Your<br>agent writes the code.
docs/ ·7CLAUDE.mda prompt per step<br>1You keep re-explaining your project.
2Your agent keeps forgetting it.
3Sequo writes the plan and the decisions into files you keep in your repo, then hands you one prompt per step. Every prompt names the files to read first, so you stop being the one who remembers.
Describe your project ideaidea.mdplain english · 1–2 sentences<br>1▍ a gym session tracker for my climbing gym
no account needed to see the planWrite the plan⌘↵
§ 02How it works
01Describe your idea<br>One or two sentences in plain English. No template, no form to fill in.
docs/idea.md
02Answer a few clarifying questions<br>The ones that change the build: who signs in, what ships in v1, what waits. Your answers become decisions on the record.
docs/decisions.md
03Get an ordered plan and eight living documents<br>The whole build in dependency order, plus the documents that describe your product — written for your repo, not left in a chat.
docs/ · 8 files
04Copy one prompt per step into your agent<br>Each prompt names the documents to read first and the scope to stay inside. Run it, check it works, mark it done.
copy · run · mark done
05Continue after the last stepPRO<br>Pick what to build next and a new phase is planned on top of what exists, with the documents updated to match.
docs/ updated
You write no code in Sequo.·Sequo writes none of yours.
§ 03Why not just CLAUDE.md or AGENTS.md?
A markdown file works. Until the project outgrows it.<br>One file is the right call early. You write down the stack and a few decisions, the agent reads it, and everything holds.<br>Then the project grows. The file gets long, the decisions pile up, and the agent starts skipping it — no error, no warning, it just stops arriving with the context. You find out when finished work comes back rewritten.<br>From there you have three options. Keep the documents current by hand, which is a second job. Re-explain the project at the start of every session, which is the thing you were avoiding. Or let something else own it.<br>Sequo writes the documents as you go and names them in every prompt, so the file being read is never a question. And you get the plan itself: the whole build in dependency order, one prompt at a time.
§ 04Inside a step
Every step splits in two: what your agent runs, and what only you can do.<br>STEP 3 OF 10Designer sign-inphase 1<br>❯ RUN — FOR YOUR AGENT<br>Read docs/architecture.md and docs/decisions.md first.
Implement magic-link sign-in with Supabase Auth. Guard every project route. Leave the upload flow alone.Copy prompt<br>◆ PREPARE — YOUR PART0 OF 2<br>Create a Supabase project, copy the URL and anon key<br>How? ⓘ<br>Put them in .env.local<br>NEXT_PUBLIC_SUPABASE_URL<br>NEXT_PUBLIC_SUPABASE_ANON_KEY
↔ IT ASKED BACK — YOU PASTE WHAT IT SAID<br>“permission denied for schema public”
SEQUO ANSWERS FROM YOUR OWN DOCS<br>That’s the anon key running a migration. It needs DATABASE_URL — here’s the follow-up prompt to hand back.
Copy follow-up
§ 05After the last step
Shipping v1 isn’t the end of the plan. Pick what comes next and a new phase is planned on top of everything already built, with the documents updated to include it.<br>PLAN10 of 10 steps donephase 1 complete<br>YOU DEFERRED THESE YOURSELF<br>Version history on each mockup<br>Client sign-off on a final round
FOLLOWS FROM WHAT YOU BUILT<br>Daily digest of new comments<br>Review links that expire
OR IN YOUR OWN WORDS<br>Let clients pay a deposit before I start a round.
→ phase 2planned on top of the 10 steps already builtspecification.md · decisions.md · development-plan.md updated
§ 06Pricing
Build one thing free. Pay when you keep building.<br>FREE<br>No card<br>For building one thing. The whole product, one project at a time.<br>no VAT · no trial to cancel · no expiry
·One project at a time<br>·An ordered plan, written for the agent you chose<br>·Eight living documents<br>·One copy-ready prompt per step
Start free
PRO<br>$20/month + VAT<br>For more than one project, and for everything that comes after v1.<br>VAT added at checkout where it applies.
·Keep building after the last step<br>·Up to 10 new projects a month<br>·Plans sized to the product, not capped<br>·Rewrite anything that comes out wrong — a step's prompt, a document, or the whole plan
Create an account to go Pro
Cancel any time — everything you've built stays yours.Full pricing details →
§ 07Who it’s for
FOR YOU IF<br>You build with Claude Code or Codex and the agent is fast but forgetful.<br>You want the decisions written down where the agent has to respect them.<br>You'd rather work through an ordered plan than improvise session by session.
NOT FOR YOU IF<br>You want the AI to build the whole thing unattended.<br>You won't read a plan before...