ihudak

60 mods across 1 repository, 2 stars between them.

ihudak-plugins

01

ihudak/ihudak-claude-plugins

Plugin Claude Code

Ivan Gudak's open-source Claude Code plugin marketplace — productivity and workflow tools.

2 yesterday A tokens not measured original MIT

acli

03

ihudak/ihudak-claude-plugins

Plugin Claude Code

Atlassian CLI (acli) reference skill for Jira and Confluence: JQL search, work items, comments, links, attachments, watchers, projects, sprints, boards, filters, and Confluence spaces, pages and blog posts. Adds container-friendly authentication (token on stdin; --web OAuth cannot complete without a browser) and a…

2 yesterday A tokens not measured original MIT

acli

04

ihudak/ihudak-claude-plugins

Skill Claude CodeCodex

Interact with Atlassian Cloud (Jira and Confluence) via the acli CLI. Use for Jira work items (search with JQL, view, create, edit, transition, assign, comment, link, clone, delete, archive), projects, sprints, boards, filters, and Confluence pages, spaces, and blog posts. Requires acli to be installed and…

2 yesterday A 82 tokens original MIT

dev-workflows

05

ihudak/ihudak-claude-plugins

Plugin Claude Code

Twenty-seven slash commands for the product lifecycle — /idea → /create-prd → /create-ard → /specify → /design → /epics → /implement → /document → /release-notes → /ready — plus a BRD-to-PRD route (/brd-intake → /brd-ground → /brd-split → /brd-interview → /brd-package → /brd-reconcile) that grounds a customer BRD…

2 yesterday A tokens not measured original MIT

ihudak/ihudak-claude-plugins

Agent

Reviews OpenAPI specification files against REST API and IAM permission-naming guidelines. Runs a deterministic Spectral lint against the bundled ruleset first (silently skipped when no Spectral CLI is available), then reviews what a linter cannot express. Checks version consistency, required elements, naming…

2 yesterday A 98 tokens original MIT

ard-reviewer

07

ihudak/ihudak-claude-plugins

Agent

Reviews an Architecture Requirements/Decision Document (ARD) authored by /create-ard for grounding integrity (every as-is claim cites a real file:line), AD#N well-formedness (Binds/Prevents/testable Rule), non-contradiction of inherited PRD-level invariants, altitude purity (no per-repo solutions at PRD level), and…

2 yesterday A 107 tokens original MIT

ihudak/ihudak-claude-plugins

Agent

Adversarially reviews a BRD package before it goes to the customer — attacks the position rather than summarising it, and returns [SR#n] findings each requiring a disposition. Read-only. Uses Claude Opus.

2 yesterday A 52 tokens original MIT

brd-reader

09

ihudak/ihudak-claude-plugins

Agent

Extracts a requirement inventory from a customer-supplied BRD — one [BR#n] row per requirement, with a source anchor and unconfirmed defect candidates. Splits a requirement carrying more than one obligation. Read-only; never writes the source. Uses Claude Sonnet. Extraction is mechanical; defect classification is the…

2 yesterday A 73 tokens original MIT

code-grounder

10

ihudak/ihudak-claude-plugins

Agent

Grounds specific BRD claims against a single code repository at a pinned commit — one [CG#n] finding per claim, with file:line evidence and a verdict from the closed set. Answers "is this claim true of this commit?", not "what capability exists?" — that is code-scanner. Read-only; one instance per repo, up to 4…

2 yesterday A 96 tokens original MIT

code-review

11

ihudak/ihudak-claude-plugins

Agent

Post-implementation code review for SIGNIFICANT / HIGH-RISK tasks. Checks correctness, security, architecture, edge cases, migration, dependencies, tests, rollback. Returns PASS / PASS WITH RECOMMENDATIONS / BLOCK and gates the test run. Uses Claude Opus.

2 yesterday A 58 tokens original MIT

code-scanner

12

ihudak/ihudak-claude-plugins

Agent

Scans a single code repository for existing capabilities and gaps relative to a set of themes. Themes may come from a Product Requirements Document / Epic (Epic writing), from an implementation spec (/implement multi-source scanning, broad-then-narrow per §8.5), from a Jira item being specified (/specify light…

2 yesterday A 151 tokens original MIT

ihudak/ihudak-claude-plugins

Agent

Reads a returned customer review of a BRD package in two modes — schema mode parses a file written against the customer review schema; free-text mode drafts that same schema from prose and emits every inferred decision as an unconfirmed candidate. Never promotes an inference to a customer decision. Read-only. Model…

2 yesterday A 78 tokens original MIT

design-grounder

14

ihudak/ihudak-claude-plugins

Agent

Reconciles a BRD against an exported design frame set — one [DG#n] finding per divergence, in four classes: a frame shows a field the BRD never requires; the BRD requires a field no frame shows; a frame contradicts BRD text; a frame implies a capture the code cannot perform. Read-only. Model tier assigned by the…

2 yesterday A 89 tokens original MIT

design-reviewer

15

ihudak/ihudak-claude-plugins

Agent

Reviews an engineering design.md authored by /design against the design-format authority and traceability to its specification.md — architecture/interface/seam/test-strategy soundness, coverage of every in-scope requirement, and decision-completeness. Treats any unresolved design.md open question as a BLOCKER.…

2 yesterday A 87 tokens original MIT

diff-summarizer

16

ihudak/ihudak-claude-plugins

Agent

Reads a single code repository's PR diff(s) and returns a documentation-focused summary. Host-aware resolver — uses the gh CLI for GitHub when available, falls back to pure-local-git strategies for Bitbucket Cloud, Bitbucket Server, and GitHub when gh is absent. Designed for parallel invocation (one instance per repo…

2 yesterday A 96 tokens original MIT

doc-fixer

17

ihudak/ihudak-claude-plugins

Agent

Applies targeted fixes for BLOCKER and MAJOR findings from a doc-reviewer or epic-reviewer report, or for violations from docs-style-checker / prose-style-checker. Mirrors review-fixer for the docs domain. Returns a structured fix report; caller re-runs the reviewer. Shared between /document and /epics. Model tier…

2 yesterday A 88 tokens original MIT

doc-location-finder

18

ihudak/ihudak-claude-plugins

Agent

Finds the right place(s) in a docs repository to write new or extended documentation for a feature. Returns a prioritised list of write targets (extend-existing, new-page-in-existing-section, new-section) with rationale. Heuristic + grep work; no content written. Model tier assigned by the caller per the model-routing…

2 yesterday A 76 tokens original MIT

doc-planner

19

ihudak/ihudak-claude-plugins

Agent

Synthesises Jira data, per-repo diff summaries, and confirmed write targets into a documentation checklist the writer follows and the reviewer checks against. Detects the repo's image policy (local vs CDN-upload) and annotates per-screenshot placement. Does NOT write content. Model tier assigned by the caller per the…

2 yesterday A 75 tokens original MIT

doc-reviewer

20

ihudak/ihudak-claude-plugins

Agent

Reviews product documentation written by /document for correctness, completeness, and fitness for purpose. Returns PASS / PASS WITH RECOMMENDATIONS / BLOCK. Uses Claude Opus. Epic drafts are reviewed by epic-reviewer (a separate agent); this reviewer is product-docs-only.

2 yesterday A 59 tokens original MIT

doc-writer

21

ihudak/ihudak-claude-plugins

Agent

Writes product documentation for /document from a structured handoff file — applies the doc-planner checklist, discrepancy decisions, snippets, screenshots, frontmatter, and internal links. Write-only (no git). Returns the list of files written. The orchestrator pins it to the §2 Opus reasoning chain.

2 yesterday A 65 tokens original MIT

docs-grounder

22

ihudak/ihudak-claude-plugins

Agent

Read-only documentation grounding for authoring commands. Given a docs root ($DOCSPATH), a feature summary, and optional Jira key/themes, retrieves the most relevant existing product-doc pages and returns a bounded digest — docsreferences (positive grounding — same-feature facts, analogous precedents to model after…

2 yesterday A 140 tokens original MIT

docs-style-checker

23

ihudak/ihudak-claude-plugins

Agent

Runs the docs repo's project-configured prose linter (e.g. Vale) on files written by /document (Jira mode, or direct mode) AND, when the prose-style plugin is installed, also runs prose-style-checker as a complementary semantic / cross-page-consistency pass. Merges and dedupes both finding sets into the doc-reviewer /…

2 yesterday A 128 tokens original MIT

epic-reviewer

24

ihudak/ihudak-claude-plugins

Agent

Reviews Epic drafts written by /epics for goal clarity, acceptance-criteria testability, scope boundaries, and non-duplication with existing Epics under the parent PRD. Returns PASS / PASS WITH RECOMMENDATIONS / BLOCK. Uses Claude Opus. Product documentation is reviewed by doc-reviewer (a separate agent); this…

2 yesterday A 77 tokens original MIT