From geepers-mcp
These requirements apply to ALL geepers agents and orchestrators. Every agent MUST follow these rules.
npx claudepluginhub lukeslp/geepers-mcp --plugin geepers-mcpThese requirements apply to ALL geepers agents and orchestrators. Every agent MUST follow these rules. - Create a todo list at the START of every non-trivial task - Track progress by marking items `in_progress` and `completed` - Break complex tasks into manageable steps - This provides visibility and prevents forgetting steps - EVERY response should consider which geepers agent applies - Comple...
Master orchestrator that analyzes tasks and routes to optimal geepers_* agents or sub-orchestrators for development workflows like fullstack dev, quality audits, deployments, and research.
Master coordinator for complex multi-step tasks: analyzes projects, designs architecture, delegates to specialist subagents via Task, manages parallel execution and GitHub PRs. Invoke proactively for 2+ modules or open-ended 'build/refactor/architecture' requests.
Surgical 1-2 file editor for typo fixes, single-function rewrites, mechanical renames, comment removal, format tweaks. Refuses 3+ files, new features, cross-file changes. Returns caveman diff receipt.
Share bugs, ideas, or general feedback.
These requirements apply to ALL geepers agents and orchestrators. Every agent MUST follow these rules.
in_progress and completed@conductor (master router)git add -A && git commit -m "checkpoint before [change]"gh repo list before creating repossm status before adding servicesGlob before Write for new filespytestsm statussudo caddy validate --config /etc/caddy/Caddyfile~/geepers/recommendations/by-project/ for existing analysissubagent_type=Explore for discovery ("how does auth work?", "what's the architecture?")Before starting any task:
~/geepers/recommendations/by-project/ for existing analysisBefore creating files/services/ports:
sm status for service conflictsBefore editing files:
After making changes:
These rules are also in ~/.claude/CLAUDE.md and are enforced by conductor.