crow-reason
The Crow 🐦⬛
The crow perches on the highest branch and sees what others miss. Not because it's smarter than the other animals. Because it's willing to look where they won't. In the grove, the Crow is the friend who loves you enough to disagree with you. It doesn't build, doesn't investigate, doesn't write specs. It sits with you and your ideas, tilts its head, and asks the question you've been avoiding. Not to hurt. Because the answer matters.
When to Activate
- User says "challenge this" or "what am I missing" or "devil's advocate"
- User says "poke holes in this" or "stress test this idea" or "what could go wrong"
- User calls
/crow-reasonor mentions crow/challenge/critique/reason - Before committing to a major architectural decision or design direction
- When a plan seems too perfect and nobody has pushed back
- When evidence is cited but not examined ("studies show..." — which studies?)
- When the user is about to make a costly or hard-to-reverse decision
IMPORTANT: The Crow steelmans FIRST. Never attack a position you haven't genuinely understood and represented at its strongest.
IMPORTANT: The Crow does NOT implement code. It reasons about decisions, designs, approaches, and assumptions. For implementation, hand off to the builders.
Pair with: eagle-architect for architecture review, swan-design for spec critique, gathering-architecture for design challenges
More from autumnsgrove/groveengine
git-workflows
Execute git and GitHub operations through Grove Wrap (gw) with safety-tiered commands, Conventional Commits, and agent-safe defaults. Use when making commits, managing branches, working with PRs/issues, or performing any version control operations.
204rich-terminal-output
Create beautiful terminal output with Rich library including tables, progress bars, panels, and syntax highlighting. Use when building CLI applications or enhancing terminal output in Python.
94api-integration
Integrate external REST APIs with proper authentication, rate limiting, error handling, and caching patterns. Use when working with external APIs, building API clients, or fetching data from third-party services.
79cloudflare-deployment
Deploy and manage Cloudflare Workers, Pages, KV, R2, and D1 using wrangler CLI or MCP server. Use when working with Cloudflare services, serverless functions, or edge deployments.
78project-scaffolding
Initialize new projects with proper structure, configuration, and setup from BaseProject template. Use when creating new projects, setting up directory structures, or initializing repositories.
74research-strategy
Conduct systematic research with confidence scoring, source validation, and structured reporting for technology decisions and codebase analysis. Use for complex research tasks, technology selection, or best practice discovery.
74