Skip to content

Instantly share code, notes, and snippets.

View SeoFood's full-sized avatar

Marco Hillger SeoFood

View GitHub Profile

Workflow Orchestration

1. Plan Node Default

  • Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions)
  • If something goes sideways, STOP and re-plan immediately - don't keep pushing
  • Use plan mode for verification steps, not just building
  • Write detailed specs upfront to reduce ambiguity

2. Subagent Strategy

  • Use subagents liberally to keep main context window clean
  • Offload research, exploration, and parallel analysis to subagents
  • For complex problems, throw more compute at it via subagents
@SeoFood
SeoFood / bookmarklet.js
Last active November 9, 2016 12:54
Metrics tools Bookmarklet
javascript:(function(){window.open('https://metrics.tools/metricstools/tools/serpindex/domain/%27+window.location.host.replace(/^www\./,''));})();
@SeoFood
SeoFood / nrpe_local.cfg
Created June 28, 2015 08:21
Laravel Monitoring Failed Jobs with Icinga / Icinga2 / Nagios
command[check_seofood_failed_jobs]=/usr/lib/nagios/plugins/check_mysql_query -H localhost -u nagios -d laravel -q "select count(*) from failed_jobs" -c 0