| 1 | Add Stripe integration | P1 | Medium | vanadiuz | Connect payments for top-ups (keep crypto path in scope later). |
| 2 | Plan WP agent bridge plugin (or identify a starter project) and scope responsibilities | P0 | Hard | — | Define endpoints, auth/billing hooks, history storage, comment integration, n8n bridge. |
| 3 | Plan auth and billing flows (tools/stack) incl. Google/GitHub/Telegram auth | P0 | Hard | — | Choose plugins/services; map login → balance → top-up → deduction; webhook handling. |
| 4 | Add GDPR and user agreement | P? | Medium | — | Draft/legal placement; consent flows tied to auth/billing. |
| 5 | Design text-highlight-to-chat UX | P? | Medium | — | Selection trigger, affordances, edge cases (mobile/desktop). |
| 6 | Design bot conversation dialog UX + history retrieval | P? | Medium | — | Session view, history browsing, load/resume flows. |
| 7 | Design UI for items 5 and 6 | P? | Medium | — | Wireframes/components for highlight trigger, chat, history. |
| 8 | Implement UI (from 7) and assemble plugin | P? | Hard | — | Build frontend + WP bindings; wire to n8n and history DB. |
| 9 | Create comprehensive E2E testing for plugin/auth/billing | P1 | Hard | — | Cover payment webhooks, token deductions, auth paths, history, comment replies. |
| 10 | Design UX for user auth, billing, per-account config | P? | Medium | — | Account dashboard, balance display, provider linking, limits. |
| 11 | Design UI for item 10 | P? | Medium | — | Screens/components for account/billing/config. |
| 12 | Implement UI from 11 | P? | Medium | — | Build account/billing/config flows in WP/frontend. |