# Mk:jira Estimator

> Heuristic story-point estimation for a single Jira ticket via the jira-estimator agent. Read-only. Triggers: 'estimate KEY', 'story points for KEY', 'how complex is KEY'. NOT for complexity-only analysis (mk:jira-evaluator); NOT for full RCA (mk:jira-analyst).

- Skill: `ngocsangyem/mk-jira-estimator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ngocsangyem/mk-jira-estimator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ngocsangyem/mk-jira-estimator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ngocsangyem (https://skillmd.com/u/ngocsangyem)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ngocsangyem/mk-jira-estimator

---


# mk:jira-estimator

Forks to the `jira-estimator` agent. Read-only heuristic estimation. If a prior `mk:jira-evaluator` report exists at `tasks/reports/jira-evaluate-*-{KEY}.md`, the agent reads it and incorporates the complexity signals.

## Triggers

- "estimate PROJ-123"
- "story points for PROJ-123"
- "how complex is PROJ-123 in points?"

## Examples

- Cold estimate: "estimate PROJ-456 — give me a Fibonacci range and reasoning."
- Post-evaluate: "I just evaluated PROJ-456; now estimate it."

## See also

- Agent: `../../agents/jira-estimator.md`
- Shared: `../jira/references/{install-and-auth,cli-idioms,safety-framework,estimation-guide}.md`
- Domain refs (cross-link, lives under jira-time):
  - `../jira-time/references/estimation-guide.md` — story-point vs hours-based estimation tradeoffs
- Peer intelligence: `mk:jira-evaluator` (run first for complexity signals), `mk:jira-analyst` (full ticket synthesis)
- Peer execution: `mk:jira-issue` (`update --custom-fields '{"customfield_10016": N}'` writes the estimate), `mk:jira-fields` (discover instance-specific story-points field ID), `mk:planning-engine` (capacity analysis)

## Gotchas

- (none yet)

