Ihudak Claude Plugins banner
ihudak ihudak

Ihudak Claude Plugins

Testing community

Description

Claude Code plugins for the full feature lifecycle: idea → Value Increment → ARD → spec → design → Epics → implementation → docs → release notes, each gated by an Opus review. Tracks what every feature costs in $ by phase, role and model, and captures friction in-flight so the workflow keeps improving.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ihudak-claude-plugins

Ivan Gudak's open-source Claude Code plugin marketplace.

Plugins

Plugin Description
dev-workflows Twenty-one slash commands for the PM → PA → PE → Dev pipeline, with Opus-backed planning and review gates. Docs
prose-style Pluggable prose style enforcement: /prose-review-pr, /prose-review-docs, /prose-style-refresh, plus sub-agents dev-workflows uses for Epics and docs. Vendor-neutral, overridable baseline.
obsidian-llm-wiki Ten slash commands for compiling Obsidian vault knowledge into a persistent, cross-referenced wiki with task management; supports Claude Code and GitHub Copilot.
acli Atlassian CLI (acli) skill for Jira and Confluence — search, work items, comments, attachments, boards, sprints, pages. From pi-skill-acli (MIT).

Prerequisites

  • Claude Code — the plugins install into Claude Code (some obsidian-llm-wiki commands also support GitHub Copilot).
  • superpowers (recommended) — the Claude Code plugin dev-workflows leans on for /prompt-brainstorm and its brainstorm → plan → subagent-driven-development flow. No hard dependency; commands degrade gracefully without it.
  • `jira-workitem-import` (required for Jira-driven commands) — imports Jira tickets into $VAULT_PATH/jira-products// in the exact structure the plugins expect. Every Jira-driven command (/idea from an RFE, /create-prd, /update-prd, /epics, /specify, /design, /implement, /document, /release-notes, /ready) consumes this tree.
  • gh + gh auth login (recommended) — enables reading GitHub PR diffs (/document, /release-notes); without it those commands fall back to local-git strategies.
  • vale *(optio