fix(recipe): correct Maverick recipe tool names, remove CLI-only card call, fix brand casing#8060
Open
fix(recipe): correct Maverick recipe tool names, remove CLI-only card call, fix brand casing#8060
Conversation
Adds an MCP-based recipe that adapts Goose's communication style to match each developer's behavioral profile. 10-question assessment detects working style across four drives (Dominance, Extraversion, Patience, Formality), then adjusts pacing, tone, autonomy, and decision style accordingly. Features: - Profile detection via behavioral assessment - Adaptive communication (response length, tone, checkpoint frequency) - Shareable Developer Card visualization - Local-only storage (~/.maverick/), zero telemetry - Published on PyPI: uvx maverick-mcp serve Repository: https://github.com/get-airlock/maverick-mcp
… casing - Prefix all MCP tool calls with maverick__ (goose exposes stdio extension tools as <extension>__<tool>, not bare names) - Remove maverick_card from the prompt — that is a CLI command, not an MCP tool; note it in instructions as `maverick card` instead - Remove the corresponding activity bullet about Developer Card visualization - Replace Goose → goose throughout (brand guideline) Signed-off-by: Douwe Osinga <douwe@squareup.com>
Contributor
|
🔍 Recipe Security Scan Results 📊 Scan Summary:
📋 Individual Recipe Results: 🔗 View detailed scan results in the workflow artifacts. |
Contributor
|
angiejones
approved these changes
Mar 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes for #8058 (authored by @smartrickpicks) — pushing here because the fork's maintainer-edits flag is set but the credential doesn't have access to that fork.
Closes #8058
Changes
maverick__— goose exposes stdio extension tools as<extension>__<tool>; the original used bare names likemaverick_profilewhich would fail at runtime with "Tool not found"maverick_cardfrom the prompt — that is a CLI command (maverick card), not an MCP tool; instructions now note it as a CLI command insteadGoose→goosethroughout (brand guideline for the documentation directory)