Drag-and-drop tasks.
A Kanban board is three columns and some cards you drag between them. Somehow that idea got turned into enterprise software with seat licenses, permission tiers, and a sales call before you can move a sticky note. If you just want to see what is to-do, doing, and done, you should not have to onboard a whole team into a SaaS. This blueprint gives you the board itself: you describe how you work, the agent builds it, and it lives in your repository instead of on someone's per-seat plan.
A drag-and-drop Kanban board with the moving parts that make it usable day to day: columns you create for your own workflow, cards you add on the fly, and a card detail view where you edit the title, notes, and labels. Dragging a card between columns feels immediate, and the board holds its state, so your layout is still there when you come back.
You watch it happen in the task workspace: the agent scaffolds the project, wires the drag-and-drop, and checks that cards move and edits save before handing you a live preview. The code lands on a branch in your repository with a pull request ready.
The first version is a starting point 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 board you want; the agent writes it, verifies cards drag and save, and ships the code to your repository.
Where does my board live? In your app, in your repository, under your account. No seats, no per-user pricing, no vendor holding your tasks.
Can more than one person use it? Ask for it, with a database connected, the agent can add shared boards. Out of the box it runs as your own personal board.