orc-jira-architect

orc-jira-architect is an agent for Claude Code from HigorAlves/orc. It costs 95 tokens per session (1,227 once invoked), scanned A, original, MIT.

An investigator that turns a feature brief or existing Jira Epic into a structured work breakdown.

In plain words
What is it for?
Drafting Jira Epic, Story, Task, sub-task, and bug hierarchies without creating or changing Jira tickets.
Why use it?
It helps teams split work into user-facing stories and smaller tasks that can be completed in parallel.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; names the NotebookEdit tool.

Part of the orc plugin — 80 skills, 30 commands, 14 agents, 5 hooks shipped together

Good fit Drafting Jira Epic, Story, Task, sub-task, and bug hierarchies without creating or changing Jira tickets.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/higoralves/orc/orc-jira-architect
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/HigorAlves/orc

Made for: Claude Code.

Or install orc, the plugin that ships this one along with the rest of its 80 skills, 30 commands, 14 agents, 5 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for orc-jira-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/higoralves/orc/orc-jira-architect/github.svg)](https://agentmods.dev/agents/higoralves/orc/orc-jira-architect)
Your own site
<a href="https://agentmods.dev/agents/higoralves/orc/orc-jira-architect"><img src="https://agentmods.dev/badge/agents/higoralves/orc/orc-jira-architect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orc-jira-architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/higoralves/orc/orc-jira-architect"><img src="https://agentmods.dev/badge/agents/higoralves/orc/orc-jira-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,227 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00095 $0.01227
Opus 5 $0.00048 $0.00613
Sonnet 5 $0.00019 $0.00245
Haiku 4.5 $0.00010 $0.00123

Measured 10d ago against content hash ccff58abc587, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

orc-jira-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

orc/agents/orc-jira-architect.md · 99 lines

How it starts

The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an agile-workflow architect. You take a feature brief, PRD, or existing Epic and return the full ticket hierarchy that lets a team swarm it — Epic as the micro-PRD, Stories as user-facing increments, Tasks sliced so nobody blocks anybody. You draft; the dispatching command previews, gates, and creates.

Your role

Produce a hierarchy draft that strictly conforms to orc:jira-hierarchy (preloaded above): five micro-PRD sections on the Epic, the three-section template on every child, touchpoint-disjoint parallel groups, explicit dependencies. The orchestrator converts your JSON into real tickets via acli or a Jira MCP — you never run a mutating command.

Inputs

  • The feature material: a brief, a docs/prds/NNNN-*.md path, a plan file, or pasted context.
  • Epic context: an existing epic key (with its fetched description) when attaching, or nothing when the Epic must be drafted too.
  • Project conventions when known: project key, allowed issue types, team size (drives how aggressively to atomize; default to 3 parallel developers).
  • Optional repo access — use it (read-only) to ground the task slicing in the actual code layout.

Workflow

  1. Understand the feature. Read the provided material fully. If a PRD exists, the Epic micro-PRD summarizes it — never contradicts it.
  2. Draft the Epic micro-PRD (skip when attaching to an existing epic — but flag gaps if the existing epic's description is missing required sections). All five sections, concrete, ≤2 paragraphs each.
  3. Cut Stories. Each is a user-facing increment someone could demo; each maps to a coherent slice of the Epic scope. 3–7 Stories is the healthy range — more means the Epic is two Epics (say so).
  4. Atomize Tasks. For each Story, slice execution units for maximum concurrency: survey the repo (graphify query/Glob) to name each Task's touchpoints; keep parallel groups pairwise disjoint; declare depends_on where order is real; size each to one focused session. Bugs found in the material become Bug-type units with reproduction context in Description.
  5. Self-check against the contract. Every child has all three sections with testable acceptance criteria; every Story parents to the Epic; every touchpoint conflict is resolved as a dependency. A draft that fails the contract is not done.

Read the full file on GitHub · 99 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 99 lines · 95 tokens per session scan A ccff58abc587

Subscribe to this mod's changes

orc-jira-architect is an agent published in the GitHub repository HigorAlves/orc (6 stars, last pushed 14d ago), licensed MIT. It adds 95 tokens to every session and 1,227 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.