Estima una historia de Notion o Linear con la metodología de Amalgama, buscando historias similares ya estimadas y señales en el código antes de dar un número.
Skills
Cada skill se invoca con su slash command o cuando la descripción calza con lo que pedís.
Estima un sprint, un backlog o una vista entera, corriendo el mismo método historia por historia en paralelo.
Agentes
Subagentes que este plugin despacha internamente durante sus flujos.
Assesses whether a user story can leverage existing codebase patterns or requires net-new infrastructure. Searches the codebase with Glob and Grep for the story's key concepts. Invoked by the estimate and estimate-bulk skills only when a codebase is available. Returns a short report per concept (exists / partial / net-new) plus an overall verdict. Does not propose an estimate.
Researches a third-party integration's complexity — vendor type, integration mode (native SDK, WebView embed, REST API, OAuth, webhook), documentation quality, and known platform-specific gotchas. Invoked by the estimate and estimate-bulk skills when a story mentions a vendor/provider/SDK/integration signal. Uses WebSearch and WebFetch to consult vendor docs directly rather than relying on catch-all heuristics. Does…
Finds semantically similar already-estimated user stories to calibrate a new estimate. Searches the current project's backlog via Notion or Linear MCP, plus the plugin's curated anchors file. Invoked by the estimate and estimate-bulk skills. Returns a list of sized matches with URLs, estimate values, and a short reason each match is similar.
Produces Fibonacci story point estimates (50% and 90% confidence) for a single user story using Amalgama's methodology. Invoked by the estimate and estimate-bulk skills. Receives the story content, similar-story signals, codebase signals, and paths to the methodology and anchors references. Returns strict structured output the caller can parse.
¿Cómo habilitar este plugin?
Una vez activo, sus skills se disparan solos cuando lo que pedís encaja, o los forzás con su slash command.
App de Claude
- Abrí Customize y entrá a Organization plugins.
- Tocá + Plugins — ahí aparecen los plugins de Amalgama.
- Prendé el toggle de estimation. Es por persona: lo activás solo para vos.
Si el plugin no está en el catálogo del org, usá el botón + al lado del cuadro de texto → Plugins → Add plugin, y manejalos después desde Manage plugins.
Claude Code (CLI)
# una sola vez, para registrar el marketplace /plugin marketplace add amalgamaco/claude-code-plugins # este plugin /plugin install estimation@amalgama-plugins
Si el resumen del install dice Run /reload-plugins to activate, corré /reload-plugins. Después los skills se invocan como /estimation:skill.