Q01Is a nine persona C-suite crew overkill for a solo founder?
No, because you only run the personas the brief needs. A customer-research run wakes HeadOfProduct and ChiefMarketingOfficer. A board update wakes the CFO and CEO synthesis. The Operator persona handles one-offs. You pay for the runs you ship, not the chairs at the table.
Q02Will the agents email investors or candidates on their own?
No, not by default. Every gmail_send and linkedin_send_message call is HITL-gated for this crew. The agent prepares the draft and the source dossier. You approve the send from your phone in under a minute.
Q03Can the agents reason over my Notion, Stripe, and customer call notes?
Two paths. Notion and Stripe are scoped connector tools, so HeadOfProduct calls notion_search and notion_get_page live, and ChiefFinancialOfficer reads charges and MRR with stripe_get_charges. HITL gates every write. Anything not in a connector (call notes, your one-pager, prior board decks) loads into the per-workflow knowledge store: static context attaches the brief on every run, the rag_retrieve tool pulls on demand, cross-run memory carries last week's roadmap call into this week's update.
Q04Does this replace Replit Agent, Cursor, Bolt, v0, or Lindy?
No, it sits next to them. Replit Agent, Cursor, Bolt, and v0 are coding tools for shipping product. Lindy is a single-agent task runner. Melaya is the strategic crew that drafts your roadmap, board update, investor outreach, and hiring shortlist, and pauses every external send for you.
Q05How do I keep board updates from sounding like AI?
ChiefExecutiveOfficer cites the source persona and the source data on every number. You load your prior decks and investor updates into the knowledge store so wording reuses your voice. You can require a citation on every claim as a HITL pre-check.
Q06Which models can I run the crew on?
Any. Claude on ChiefExecutiveOfficer where synthesis quality earns the cost, GPT on ChiefMarketingOfficer for variants, a local Ollama on GeneralCounsel when SAFE notes cannot leave your laptop. Each persona picks its own.
Q07How fast can a solo founder ship the first pipeline?
With Gmail and one scraping target authorized, the customer-research workflow is a four-node canvas: search, enrich, summarize, approve. Most founders ship it in a working session and have the first reviewed dossier in their inbox the same day.
Q08Can I audit exactly what the agent did and why?
Yes. Every run logs every step, every tool call, every model invocation, and every approval. Replay any run at any time to see the brief, the citations, the persona reasoning, and the approved output. The audit log is the receipt for every send.
Q09What happens at 3am when I have no co-founder to review the draft?
The run pauses at the HITL gate and waits. Nothing ships without your tap. Cross-run memory keeps the context warm so when you approve at 7am the draft is still grounded in the same dossier the agent built overnight.
Q10Why use Melaya instead of n8n or Zapier for founder ops?
n8n, Zapier, and Make execute predefined trigger-action steps. Melaya's Founder C-suite crew plans across steps, scoped by per-persona tool allowlists, and gmail_send stays gated behind human approval, so the Chief Executive Officer persona can synthesize product, finance, and hiring inputs before anything ships. Zapier and Make still win on connector breadth for simple linear automations.
Q11Can I reuse the monthly board update workflow instead of rebuilding it?
Yes. Save any run as a template and rerun the board update each month with fresh inputs. Melaya keeps full run traces with typed failure reasons and cost per accepted result, so you can see exactly which sources the Chief Financial Officer persona pulled into the runway story before you send.
Q12Can Melaya operate apps on my phone that have no API?
Yes. Melaya's Device Control operates a real Android phone: it opens allowed apps, reads the screen, taps and types, and pauses for on-device approval before publishing. For founder ops that means the crew can work inside apps with no public API while every publish still waits for your tap.
Q13Do my SAFE notes and financials have to leave my machine?
No. Melaya runs in the cloud or on your local runner, so the General Counsel persona can read SAFE notes and customer contracts on hardware you control. The knowledge bundle loads your one-pager, prior board updates, and call notes into a per-workflow store, and sensitive steps stay on the local runner.
Q14How does a bootstrapped founder keep model costs under control?
Route each step to the cheapest model that passes evaluation. Melaya supports per-step model routing across 23 providers, so scraping runs on a budget model while the Chief Financial Officer persona's three-scenario forecast uses a stronger one. Full run traces report cost per accepted result, not cost per token.