Track leads and deals.
Most small sales teams do not need a CRM, they need a board. The big platforms sell seats, onboarding, and a hundred fields you will never fill in, when the actual job is knowing which deals are moving and which have gone quiet. This blueprint builds the board and skips the rest. You describe the pipeline you run, the agent builds it into your repository, and you own a tool shaped like your process instead of bending your process around someone else's product.
A Kanban-style CRM board for tracking leads through your pipeline, with drag-and-drop between columns for New, Contacted, Qualified, and Closed. Moving a card is the whole interaction: it feels immediate, the state persists, and at a glance you can see where every deal sits. It is the mental model you already use, made real, without a per-seat bill attached.
You watch it happen in the task workspace: the agent scaffolds the project, builds the board and the drag-and-drop logic, starts the dev server, and verifies a card moves cleanly between columns before handing you the live preview. The code lands on a branch in your repository with a pull request ready.
The first version is a base you steer with plain follow-up messages:
Each follow-up wakes the same repository and the agent continues on its own code.
Do I need to know how to code? No. You describe the pipeline you want; the agent writes it, verifies the board works, and ships the code to your repository.
Where does my pipeline data live? In your app, in your repository, under your account. Your leads are not sitting in someone else's database.
Can it grow into a real CRM? Yes. Start with the board, then ask for contacts, activity history, or an import, one follow-up at a time.