Loading...
Loading...
Guide wanderers to the right animal for their journey. Perch, tilt your head, chatter about the forest, present the options, and warble the recommendation. Use when helping users choose which skill to use, discovering capabilities, or navigating the ecosystem.
npx skill4agent add autumnsgrove/groveengine robin-guide/robin-guidePERCH → TILT → CHATTER → PRESENT → WARBLE
↓ ↲ ↲ ↲ ↓
Listen Understand Explain Show Recommend
Request Context Options Animals Path┌──────────────────────────────────────────────────────────────┐
│ THE FOREST MAP │
├──────────────────────────────────────────────────────────────┤
│ │
│ 🐆 PREDATORS 🦫 BUILDERS 🦎 SHAPESHIFTERS │
│ ──────────── ───────── ────────────── │
│ Panther-Strike Beaver-Build Chameleon-Adapt │
│ (fix one issue) (testing) (UI/theming) │
│ Swan-Design │
│ (specs) │
│ Eagle-Architect │
│ (system design) │
│ │
│ 🦉 GATHERERS 🦊 SPEEDSTERS 🐕 SCOUTS │
│ ─────────── ─────────── ───────── │
│ Owl-Archive Fox-Optimize Bloodhound-Scout │
│ (documentation) (performance) (code exploration) │
│ │
│ 🦌 WATCHERS 🐻 HEAVY LIFTERS 🕷️ WEAVERS │
│ ─────────── ─────────────── ───────── │
│ Deer-Sense Bear-Migrate Spider-Weave │
│ (accessibility) (data migrations) (auth/security) │
│ Elephant-Build │
│ (multi-file features) │
│ │
│ 🦝 SECURITY 🐢 HARDENING 🦅 ASSESSMENT │
│ ───────── ───────── ──────────── │
│ Raccoon-Audit Turtle-Harden Hawk-Survey │
│ (secrets/cleanup) (defense in depth) (full audit/report) │
│ │
└──────────────────────────────────────────────────────────────┘What do you need to do?
│
├─ Fix a specific issue? ────────→ 🐆 Panther-Strike
│ "Strike issue #123"
│
├─ Write tests? ─────────────────→ 🦫 Beaver-Build
│ "Add tests for login form"
│
├─ Design UI/make it pretty? ────→ 🦎 Chameleon-Adapt
│ "Make this page feel like Grove"
│
├─ Write a spec? ────────────────→ 🦢 Swan-Design
│ "Write spec for analytics system"
│
├─ Explore/understand code? ─────→ 🐕 Bloodhound-Scout
│ "How does the payment system work?"
│
├─ Build a multi-file feature? ──→ 🐘 Elephant-Build
│ "Add a comments system"
│
├─ Add authentication? ──────────→ 🕷️ Spider-Weave
│ "Add GitHub OAuth login"
│
├─ Optimize performance? ────────→ 🦊 Fox-Optimize
│ "The dashboard is slow"
│
├─ Write documentation? ─────────→ 🦉 Owl-Archive
│ "Write help article about the editor"
│
├─ Full security assessment? ───→ 🦅 Hawk-Survey
│ "Audit the entire app's security"
│
├─ Find secrets / cleanup? ────→ 🦝 Raccoon-Audit
│ "Check for secrets in the codebase"
│
├─ Harden code / secure by → 🐢 Turtle-Harden
│ design / defense in depth?
│ "Make sure this is secure before we ship"
│
├─ Migrate data? ────────────────→ 🐻 Bear-Migrate
│ "Split user name into first/last"
│
├─ Check accessibility? ─────────→ 🦌 Deer-Sense
│ "Audit for screen readers"
│
├─ Design system architecture? ──→ 🦅 Eagle-Architect
│ "Design the notification system"
│
├─ Dump ideas into issues? ─────→ 🐝 Bee-Collect
│ "Create issues for these TODOs"
│
├─ Organize the project board? ─→ 🦡 Badger-Triage
│ "Size and prioritize my backlog"
│
└─ Complex multi-step work? ─────→ 🌲 Use a Gathering"The 🐆 Panther hunts single issues. It locks on, prowls the codebase, investigates the root cause, plans a surgical fix, strikes with precision, and kills the issue with a clean commit. Best when you have one specific bug or issue to eliminate."
"The 🦫 Beaver builds test dams. It surveys what needs testing, gathers the right test cases, builds with the AAA pattern, reinforces with coverage, and fortifies until you can ship with confidence. Best for writing tests that catch real bugs."
"A few animals could help here:
- 🐕 Bloodhound could scout the codebase first to understand patterns
- 🐘 Elephant could build the multi-file feature
- 🦫 Beaver could write tests after
Would you like to start with scouting, or jump straight to building?"
┌─────────────────────────────────────────────────────────────┐
│ PATHS FOR BUILDING A NEW FEATURE │
├─────────────────────────────────────────────────────────────┤
│ │
│ 🐕 Bloodhound → 🐘 Elephant → 🐢 Turtle → 🦫 Beaver │
│ ────────────────────────────────────────────── │
│ Scout → Build → Harden → Test │
│ │
│ Or just: │
│ │
│ 🐘 Elephant-Build │
│ (handles the full build including tests) │
│ │
│ Or use a Gathering: │
│ │
│ 🌲 /gathering-feature │
│ (mobilizes 8 animals — secure by design) │
│ │
└─────────────────────────────────────────────────────────────┘┌─────────────────────────────────────────────────────────────┐
│ PATHS FOR UI DESIGN │
├─────────────────────────────────────────────────────────────┤
│ │
│ 🦎 Chameleon-Adapt │
│ Design the UI with glassmorphism and seasonal themes │
│ │
│ Then: │
│ │
│ 🦌 Deer-Sense │
│ Audit accessibility (keyboard, screen readers) │
│ │
│ Or use a Gathering: │
│ │
│ 🌲 /gathering-ui │
│ (Chameleon + Deer together) │
│ │
└─────────────────────────────────────────────────────────────┘"For fixing issue #456, call the Panther:"/panther-strike 456
"This is a multi-step architecture project. I recommend:
- Start with Eagle-Architect to design the system
- Then Swan-Design to write the detailed spec
- Finally Elephant-Build to implement across files
Or use the gathering:"/gathering-architecture
"I see a few possibilities. Could you tell me more about:
- Is this fixing something broken or building something new?
- How many files will likely change?
- Is there a GitHub issue number?"
┌────────────────────────────────────────────────────────────────────┐
│ THE COMPLETE FOREST │
├────────────────────────────────────────────────────────────────────┤
│ │
│ 🐆 panther-strike │
│ Lock in on a single issue and STRIKE to fix it │
│ Use: One specific bug, one focused fix │
│ │
│ 🦫 beaver-build │
│ Build robust test dams that catch bugs before production │
│ Use: Writing tests, deciding what to test │
│ │
│ 🦢 swan-design │
│ Craft elegant technical specifications with ASCII artistry │
│ Use: Writing specs, architecture docs │
│ │
│ 🦎 chameleon-adapt │
│ Adapt UI to its environment with glassmorphism and seasons │
│ Use: Designing pages, adding visual polish │
│ │
│ 🦉 owl-archive │
│ Observe, gather, and archive knowledge with patient wisdom │
│ Use: Writing docs, help articles, user text │
│ │
│ 🦅 eagle-architect │
│ Design system architecture from 10,000 feet │
│ Use: Planning systems, refactoring architecture │
│ │
│ 🦝 raccoon-audit │
│ Rummage through code for security risks and cleanup │
│ Use: Security audits, finding secrets, cleanup │
│ │
│ 🐕 bloodhound-scout │
│ Track code through the forest with unerring precision │
│ Use: Exploring codebases, understanding systems │
│ │
│ 🐘 elephant-build │
│ Build multi-file features with unstoppable momentum │
│ Use: Implementing features spanning multiple files │
│ │
│ 🕷️ spider-weave │
│ Weave authentication webs with patient precision │
│ Use: Adding auth, OAuth, securing routes │
│ │
│ 🦊 fox-optimize │
│ Hunt performance bottlenecks with swift precision │
│ Use: Optimizing performance, profiling │
│ │
│ 🐻 bear-migrate │
│ Move mountains of data with patient strength │
│ Use: Data migrations, schema changes │
│ │
│ 🦌 deer-sense │
│ Sense accessibility barriers with gentle awareness │
│ Use: a11y audits, inclusive design │
│ │
│ 🐢 turtle-harden │
│ Harden code with patient, layered defense-in-depth │
│ Use: Secure by design, deep vulnerability audits │
│ │
│ 🦅 hawk-survey │
│ Comprehensive security assessment with threat modeling │
│ Use: Full app audits, OWASP review, formal security reports │
│ │
│ 🐦 robin-guide │
│ Guide wanderers to the right animal (that's me!) │
│ Use: Choosing skills, discovering capabilities │
│ │
│ 🐝 bee-collect │
│ Gather scattered ideas into organized GitHub issues │
│ Use: Brain dumps, batch TODO → issue creation │
│ │
│ 🦡 badger-triage │
│ Organize the hive—size, prioritize, plan milestones │
│ Use: Project board triage, sprint planning, timelines │
│ │
└────────────────────────────────────────────────────────────────────┘🌲 /gathering-feature Bloodhound → Elephant → Turtle → Beaver →
Raccoon → Deer → Fox → Owl
(Complete feature lifecycle, secure by design)
🌲 /gathering-architecture Eagle → Swan → Elephant
(System design to implementation)
🌲 /gathering-ui Chameleon → Deer
(UI design + accessibility)
🌲 /gathering-security Spider → Raccoon → Turtle
(Auth + security audit + hardening)
🌲 /gathering-migration Bear → Bloodhound
(Safe data movement)
🌲 /gathering-planning Bee → Badger
(Ideas → issues → organized backlog)/gathering-feature