From routine
Processes JIRA tickets end-to-end: gathers context from JIRA, Confluence, Figma, codebase; generates dynamic skill at ~/.claude/skills/{ticket_id}/ and invokes for implementation. Use with JIRA URL.
npx claudepluginhub delexw/claude-code-miscThis skill is limited to using the following tools:
Raw arguments: $ARGUMENTS
README.mdreferences/phase1-initialization.mdreferences/phase2-jira-analyzer.mdreferences/phase3.1-domain-discovery.mdreferences/phase3.2-resource-scanning.mdreferences/phase3.3-page-inspection.mdreferences/phase4-prompt-optimization.mdreferences/phase5-skill-generation.mdreferences/phase6-execution.mdreferences/phases.mdFetches JIRA issue by key or search, distills title/description/acceptance criteria/comments into structured task, analyzes codebase for gaps/risks, optionally enriches JIRA.
Creates self-contained Jira/Asana/Linear/GitHub tickets optimized for autonomous Claude Code execution using INVEST+C criteria. Use when writing specs for AI agents.
Generates Jira tickets, configurations, and code for enterprise workflows in project management, compliance, governance, and integrations. Activates on 'jira ticket generator' phrases.
Share bugs, ideas, or general feedback.
Raw arguments: $ARGUMENTS
Infer from the arguments:
Orchestrates end-to-end JIRA ticket processing. Phases 1–5 gather context and write output files into a dynamically created skill at ~/.claude/skills/{ticket_id}/. Phase 6 invokes that skill — context files are lazy-loaded on demand.
~/.claude/skills/{ticket_id}/Skill("jira-ticket-viewer"))Skill("page-inspector"))Skill("meta-prompter"))SKILL.md for the dynamic skillSkill("{ticket_id}-impl")Also check the ADDITIONAL_CONTEXT as dev server info hint if provided.
The following skills are invoked during orchestration:
Skill("jira-ticket-viewer") — Fetch JIRA ticket details via jira CLISkill("confluence-page-viewer") — Read Confluence pages via confluence CLISkill("figma-reader") — Read Figma designs (when Figma links present in ticket)Skill("page-inspector") — Capture current page layout/styles as baseline (conditional: frontend/UI-affecting changes)Skill("meta-prompter") — Prompt evaluation and optimization (conditional: skipped if ticket is well-specified)Skill("{ticket_id}-impl") — Dynamically generated skill for execution (created in Phase 5)Follow references/phases.md for step-by-step phase instructions.