plugin · productivity

estimation

Estimate user stories tracked in Notion or Linear using Fibonacci story points at two confidence levels (50% and 90%), following Amalgama's standardized methodology. Provides skills for single-story and bulk estimation backed by subagents for similar-story lookup, codebase investigation, and third-party integration research.

v0.8.3
Versión
2
Skills
4
Agentes
productivity
Categoría

Skills

Cada skill se invoca con su slash command o cuando la descripción calza con lo que pedís.

/estimate

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.

SalidaPuntos Fibonacci al 50% y al 90% de confianza, con supuestos, riesgos y las historias comparables que se usaron.
FormatoMarkdown · escribe el estimate en la fuente tras confirmarlo
vos ›estimá esta historia
vos ›¿cuántos puntos vale este ticket?
vos ›/estimate [url de Notion]
/estimate-bulk

Estima un sprint, un backlog o una vista entera, corriendo el mismo método historia por historia en paralelo.

SalidaUna tabla con los puntos 50% y 90% de cada historia y el total, más las que necesitan más información.
FormatoMarkdown · escritura en lote tras una sola confirmación
vos ›estimá este sprint
vos ›pointeá todo el backlog
vos ›estimá las historias P1

Agentes

Subagentes que este plugin despacha internamente durante sus flujos.

codebase-investigator

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.

integration-researcher

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…

similar-story-finder

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.

story-estimator

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.

estimation ya viene activo por default. Si no lo ves en tu sesión, revisá que el toggle siga prendido.

App de Claude

escritorio y web
  1. Abrí Customize y entrá a Organization plugins.
  2. Tocá + Plugins — ahí aparecen los plugins de Amalgama.
  3. 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 → PluginsAdd plugin, y manejalos después desde Manage plugins.

Claude Code (CLI)

terminal · VS Code · JetBrains
# 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.

← vibecoding
sales →