b2dp is a business-to-data-platform orchestrator for AI coding agents. It turns plain-English product ideas into schemas, backend code, UI contracts, tests, MCP setup, and infrastructure-ready output.
You can either install b2dp into your preferred coding agent and prompt that agent directly,
or you can use b2dp generate to offload the whole job to a spawned agent run with live progress output.
Run b2dp setup to install the orchestrator skill set, write rules, and configure MCP servers for your chosen agents.
After setup, talk to Codex, Claude, Gemini, VS Code, or Antigravity normally and let that agent invoke b2dp skills and MCP tools.
Use b2dp generate when you want the CLI itself to spawn an agent run, stream progress logs, and keep generation isolated in its own workspace.
Whichever path you choose, b2dp translates the product idea into entities, workflows, service boundaries, and data relationships.
The orchestrator can produce schemas, seed data, repositories, analytics queries, tests, UI contracts, and deployment scaffolding.
In generate mode, the CLI shows agent logs, phase updates, and interrupt options so long-running builds stay understandable.
The output is shaped for real implementation work: data model, executable setup, code scaffolding, contracts, and operational context.
Structured breakdown of product concepts, workflows, actors, and domain assumptions.
markdownTables, indexes, migration-ready SQL, and conventions your team can extend.
sql · ts/pyDatabase creation, execution logs, and realistic sample data for local iteration.
auto-executeRepository scaffolds, API shapes, and frontend-friendly data contracts instead of throwaway mock arrays.
ts · cs · py · javaPaths for Redis, Elasticsearch, and adjacent data services when the system needs more than Postgres.
architectureQueries that help teams answer revenue, operations, funnel, and performance questions earlier.
queries.sqlb2dp setup to install skills,
configure MCP servers, and write the right agent-specific rules
dbhub.toml
cloud-solution-architect, api-test-generator, frontend-data-consumer, infrastructure-as-code-architect — installed by the CLI for the full design → test → UI → IaC workflow
(where <id> is the source id from your dbhub.toml)
b2dp is strongest when you already know the product shape and want your agents to stop wasting time on repetitive backend setup, wiring, and structural drift.
Go from a product idea to a credible backend foundation faster, without hand-assembling schema, repos, tests, and infra prompts every single time.
Standardize how client backends get scaffolded so every new engagement starts from a more repeatable architecture and delivery workflow.
Turn messy requirement docs into structured backend artifacts and reduce drift between product language, schema design, and implementation plans.
Install b2dp, wire your agents once, and let the ecosystem handle the boring part: getting from product intent to a usable backend delivery workflow.