diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..417bb90 --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,63 @@ +# πŸ“ DeltaBot Development Roadmap + +This roadmap tracks the major phases of DeltaBot β€” from MVP to full AI companion chaos. βœ… = complete + +--- + +## πŸš€ v1.0 – MVP (Minimum Viable Persona) +> Core features to make Delta feel alive, sassy, and functional + +- [x] `!chat` command (Ollama integration) +- [x] `!roast` command with cooldown +- [x] `!setpersona` command (dynamic prompt injection) +- [x] Persona stored in `persona.json` +- [x] AI replies styled using persona data +- [x] Global command cooldowns (from `settings.yml`) +- [x] Customizable cooldown message +- [ ] πŸ”§ Emoji bug from `settings.yml` (minor visual issue) + +--- + +## πŸŒ€ v1.1 – Immersion Boost +> Makes Delta behave like a *social creature*, not a command-line tool + +- [ ] Allow `@Delta` mentions to trigger chat +- [ ] React to messages using emoji +- [ ] Pass user info into prompts (e.g. usernames, roles) +- [ ] Code refactor for better modularity + +--- + +## 🧠 v2.0 – Aware Mode +> Delta becomes aware of conversation flow and personal context + +- [ ] Context-aware replies using last X messages +- [ ] Track user interactions (e.g. roast frequency) +- [ ] Mood-based personality tuning (toggle sass vs support) +- [ ] Persistent memory (lightweight DB or JSON) + +--- + +## πŸ‘οΈ v2.5 – Senses Unlocked +> Delta gains real-world awareness through media and browsing + +- [ ] Image interpretation (via BLIP, CLIP, or API) +- [ ] Meme analysis / reactions +- [ ] Web search integration (DuckDuckGo, Reddit, etc.) +- [ ] Meme scheduler with smart timing + +--- + +## πŸ’₯ v3.0 – Chaotic Sentience +> Delta becomes a dynamic, evolving Discord resident + +- [ ] Channel or role manipulation (opt-in) +- [ ] Scheduled mood/behavior shifts (e.g. β€œFriday Delta”) +- [ ] Admin dashboard for tuning Delta’s behavior +- [ ] Full multi-server support with Docker deployment + +--- + +πŸ§ͺ *Built with love, Ollama, and an unhealthy amount of sass.* + +_Last updated: May 8, 2025_