! WARNING: This AI has NO CHILL
+ Complete tasks = Earn respect + Get praised
- Miss deadlines = Lose respect + Get DESTROYED
"I've seen houseplants with better follow-through than you. Seriously, when was the last time you actually finished something you started? The AI is DISAPPOINTED." Status: ROAST ACTIVATED 🔥 |
"Not terrible, not great. You're like that reliable friend who shows up but never brings snacks. Do better, human." Status: JUDGING SILENTLY 👁️ |
"HOLY PRODUCTIVITY BATMAN! You're absolutely crushing it! I'm genuinely impressed and slightly concerned about your caffeine intake." Status: CHEERLEADER ACTIVATED ✨ |
╔══════════════════════════════════════════════════════════════╗
║ RESPECT LEVEL: [████████░░] 80% ║
║ ║
║ 🎯 HIGH PRIORITY TASK COMPLETED: +15 pts ║
║ ⏰ DEADLINE MISSED: -22.5 pts ║
║ 🔥 CURRENT STREAK: 7 days ║
║ ║
║ AI STATUS: "Okay, I see you trying. Keep this energy!" ║
╚══════════════════════════════════════════════════════════════╝
🎮 CLICK TO REVEAL THE SCORING SYSTEM 🎮
| Priority Level | Multiplier | Emoji | AI Reaction When Missed |
|---|---|---|---|
| HIGH | 1.5x |
🔥 | "This was IMPORTANT and you KNEW it!" |
| MEDIUM | 1.0x |
⚡ | "Really? This was basic stuff..." |
| LOW | 0.5x |
💧 | "Even the easy ones? Come on..." |
// The Mathematical Truth of Your Worth
function calculateRespect(task) {
const basePoints = 10;
const priorityMultiplier = {
HIGH: 1.5,
MEDIUM: 1.0,
LOW: 0.5
};
if (task.completed && task.onTime) {
return basePoints * priorityMultiplier[task.priority];
} else if (task.missed) {
return -(basePoints * priorityMultiplier[task.priority] * 1.5);
}
}
|
|
|
|
|
🚀 INSTALLATION WIZARD - Click to Deploy Your Doom
# Step 1: Clone the Repository of Judgment
git clone https://github.com/yourusername/taskmaster.git
# Step 2: Enter the Arena
cd taskmaster
# Step 3: Install Dependencies (and your fate)
npm install
# Step 4: Set Up Your API Key
echo "GEMINI_API_KEY=your_key_here" > .env
echo "AI_SASS_LEVEL=maximum" >> .env
# Step 5: Launch TaskMaster
npm run dev
# Step 6: Prepare Your Soul
# The AI is now judging you...# Basic Setup
GEMINI_API_KEY=your_gemini_api_key_here
DATABASE_URL=postgresql://username:password@localhost:5432/taskmaster
# AI Personality Settings
AI_SASS_LEVEL=maximum # Options: gentle, normal, savage, maximum
ROAST_INTENSITY=11 # Scale of 1-10 (we go to 11)
RESPECT_THRESHOLD=50 # Below this = roast mode activated
PRAISE_MULTIPLIER=2.5 # How excited AI gets when you succeed
# Advanced Features
ENABLE_VOICE_ROASTS=true # Coming in v2.0
TEAM_SHAME_MODE=false # Public leaderboards
MOTIVATIONAL_MEMES=true # Because why not?- 🗣️ Voice Roasts: Hear your shame in surround sound
- 👥 Team Death Match: Compete in productivity battles
- 📱 Mobile Judgment: Get roasted on the go
- 🎵 Spotify Integration: Motivational playlists based on performance
- 🏆 Achievement System: Unlock new levels of AI disappointment
- 🎭 Custom AI Personalities: Choose your preferred style of psychological warfare
The main dashboard where your AI judges every move you make
Real AI responses - no mercy, just truth
"I've never been more productive OR more emotionally damaged. 10/10 would recommend to my enemies." - Sarah K., Software Developer
"TaskMaster made me question my life choices. Then I completed 47 tasks in one day. Worth it." - Mike R., Project Manager
"The AI roasted me so hard I had to reevaluate my entire existence. My productivity increased 340%." - Alex T., Student
"I'm simultaneously terrified and motivated. It's like having Gordon Ramsay as my personal assistant." - Jamie L., Designer
|
Add new AI personalities and savage responses Reward: Your name in the Hall of Flame |
Build features that make users more accountable Reward: Special contributor badge |
Make the UI even more intimidating Reward: Design credit in app |
Test new features and report bugs Reward: Bragging rights |
# The Contribution Ritual
git checkout -b feature/more-sass
# Add your savage improvements
git commit -m "feat: make AI even more judgmental"
git push origin feature/more-sass
# Submit PR and pray the AI approves╔════════════════════════════════════════════════════════════════════╗
║ ║
║ "TaskMaster: Because your other productivity apps were too nice ║
║ to tell you the truth about your life choices." ║
║ ║
║ Built with 💻 Code, 🔥 Sass, and 💀 Zero Mercy ║
║ ║
╚════════════════════════════════════════════════════════════════════╝
Remember: The AI doesn't just judge your tasks—it judges your soul.
Now go forth and be productive... or face the consequences. 🔥
© 2024 TaskMaster - Crushing dreams and building productivity since day one


