Operational Playbooks
Daily Operations
Morning Check-in (9:00 AM)
-
Review Queue
- Check pending comments/posts
- Approve or edit content
- Regenerate low-quality suggestions
-
Monitor Analytics
- Review previous day's performance
- Check engagement metrics
- Identify top-performing content
-
Adjust Strategy
- Update target subreddits if needed
- Modify posting frequency based on performance
- Update templates based on feedback
Midday Monitoring (1:00 PM)
-
Check Agent Status
- Verify all agents are running
- Check for any errors or warnings
- Review ban detection alerts
-
Content Review
- Approve high-priority content
- Update library with successful templates
- Reject inappropriate content
-
Security Check
- Verify proxy rotation is working
- Check fingerprint spoofing status
- Review session health
Evening Wrap-up (6:00 PM)
-
Performance Analysis
- Review daily metrics
- Export analytics reports
- Update content library
-
System Maintenance
- Check for system updates
- Clean up old logs
- Backup configuration
-
Planning Tomorrow
- Adjust strategy based on today's results
- Update content templates
- Plan for upcoming events/topics
Weekly Operations
Monday: Strategy Review
-
Weekly Performance Analysis
- Compare this week to last week
- Identify trends and patterns
- Adjust agent configurations
-
Content Library Update
- Add successful templates
- Remove underperforming content
- Organize by topic/category
-
Goal Setting
- Set weekly objectives
- Adjust posting targets
- Plan content themes
Wednesday: Midweek Checkpoint
-
Progress Assessment
- Evaluate goal progress
- Identify obstacles
- Adjust tactics as needed
-
Agent Optimization
- Fine-tune behavior settings
- Update subreddit lists
- Test new content approaches
-
Community Engagement
- Review feedback
- Identify new opportunities
- Plan engagement initiatives
Friday: Weekly Wrap-up
-
Performance Reporting
- Generate weekly reports
- Export data for stakeholders
- Document key learnings
-
System Maintenance
- Update software components
- Clean up temporary files
- Review security settings
-
Next Week Planning
- Set upcoming goals
- Prepare content calendar
- Schedule maintenance windows
Monthly Operations
Month-End Review
-
Comprehensive Performance Analysis
- Compare to previous months
- Identify seasonal trends
- Evaluate ROI
-
Agent Portfolio Management
- Review all active agents
- Retire underperforming agents
- Plan new agent deployments
-
Technology Updates
- Update all software components
- Test new LLM models
- Implement infrastructure improvements
Troubleshooting Playbooks
Agent Not Posting
-
Check Agent Status
# Verify agent is enabled docker-compose logs mcp-backend # Check configuration cat mcp_core/config.yaml -
Verify Credentials
- Check Reddit credentials in
.env - Verify account is not suspended
- Confirm app permissions
- Check Reddit credentials in
-
Review Queue
- Check for pending items
- Verify content approval status
- Regenerate content if needed
LLM Performance Issues
-
Check Model Status
# Verify models are loaded curl http://localhost:11434/api/tags # Test model response ollama run qwen3-coder "Test prompt" -
Adjust Parameters
- Lower temperature for consistent output
- Increase max tokens for longer content
- Try alternative models
-
Resource Management
- Check GPU/CPU usage
- Restart Ollama service if needed
- Consider upgrading hardware
Security/Ban Detection
-
Immediate Actions
- Pause all agents
- Check account status on Reddit
- Review recent activity
-
Investigation
# Check security logs docker-compose logs mcp-backend | grep -i security # Review recent actions cat logs/security.log -
Recovery Plan
- Rotate proxies immediately
- Update browser fingerprints
- Implement longer cooldown periods
- Review content guidelines
Browser Automation Failures
-
Check Browser Status
# Verify browser container docker-compose ps playwright-browser # Check browser logs docker-compose logs playwright-browser -
Restart Services
# Restart browser container docker-compose restart playwright-browser # Reinstall browsers if needed docker-compose exec playwright-browser npx playwright install chromium -
Configuration Review
- Check headless mode settings
- Verify proxy configurations
- Review browser profile settings
Maintenance Playbooks
Routine Maintenance (Weekly)
-
System Updates
# Update Docker images docker-compose pull # Update Ollama models ollama pull qwen3-coder -
Log Management
# Rotate logs logrotate /etc/logrotate.d/mcp-agent # Clean old logs find logs/ -name "*.log" -mtime +30 -delete -
Backup Configuration
# Backup config files cp mcp_core/config.yaml backups/config-$(date +%Y%m%d).yaml # Export content library docker-compose exec mcp-backend python scripts/export_library.py
Major Maintenance (Monthly)
-
Infrastructure Review
- Check hardware health
- Update system software
- Review security patches
-
Performance Optimization
- Analyze resource usage
- Optimize database queries
- Tune LLM parameters
-
Feature Updates
- Deploy new features
- Update documentation
- Train team on changes
Emergency Procedures
System Outage
-
Immediate Response
- Notify stakeholders
- Document incident start time
- Begin troubleshooting
-
Recovery Steps
# Check all services docker-compose ps # Restart failed services docker-compose restart [service] # Check system resources docker stats -
Post-Incident Review
- Document root cause
- Implement preventive measures
- Update runbooks
Security Breach
-
Containment
- Isolate affected systems
- Change all credentials
- Disable compromised accounts
-
Investigation
- Review security logs
- Identify breach vector
- Assess data impact
-
Recovery
- Restore from clean backups
- Implement additional security measures
- Conduct security audit
Data Loss
-
Assessment
- Determine extent of data loss
- Identify recovery options
- Prioritize critical data
-
Recovery
# Restore from backup cp backups/latest-backup.tar.gz /tmp/ tar -xzf /tmp/latest-backup.tar.gz -C / # Verify data integrity python scripts/verify_data.py -
Prevention
- Implement automated backups
- Test recovery procedures
- Review backup strategy
Related Documents
Visual Truth Engine: Product-Market Fit & Go-to-Market Strategy
**Date:** January 22, 2026 | **Status:** Early-Stage Launch Strategy
Media Handling Playbook - Zyeuté v3
**Last Updated:** December 15, 2025
Trader ROI Playbook (Codex + CI)
Purpose: increase engineering output per hour while keeping quality stable or better.
Devin Triage Playbook
> **The 7-phase methodology Devin follows when triaging production alerts.**