Sync PRD to Azure Boards (Features, Stories)
Clean up git worktrees created by Claude Code background agents
Create a new ADO Feature work item (SAFe anatomy — draft or guided full mode)
Capture feedback and create ADO Feature work item
Execute an existing feature implementation rollup by delegating ready stories to impl-story-plan in feature order. This command reads ADO state and posts a feature-level execution summary; it does not edit code directly.
Synchronize PRD.md / BRD_PRD.md to Azure Boards. Creates Feature and User Story hierarchy. Triggers on: sync to azure boards, create azure work items, populate boards from PRD. Do not trigger for: PRD generation, tech spec generation, task breakdown, wiki operations.
Clean up git worktrees created by Claude Code background agents. Commits dirty state, merges to target branch, removes worktrees, and purges stale remnant directories from .claude/worktrees/. Triggers on: "clean worktree", "cleanup worktrees", "remove worktree", "cln wrk tree", /jx-pm:clean-worktree. Do not trigger for: creating worktrees, entering worktrees.
Create a new Azure DevOps Feature work item following SAFe anatomy (feature name + benefit hypothesis + acceptance criteria). Use --draft for a quick placeholder; omit --draft and the skill walks you through a short guided interview. Triggers on: create a feature in ADO, create feature, new feature work item, quick feature draft, /jx-pm:create-feature. Do not trigger for: syncing a PRD to ADO (use jx-pm:ado), generating a PRD (use jx-pm:prd), creating user stories, refining or grooming existing features (use jx-pm:refine-feature).
Capture user feedback and create an ADO Feature work item. Triggers on: submit feedback, file feedback, capture feedback. Do not trigger for: PRD generation, tech spec, task breakdown, ADO sync.
Execute a feature implementation rollup produced by plan-feature: read the Feature, reconcile child User Stories against the existing rollup, and delegate ready stories to impl-story-plan one at a time in rollup order. Triggers on: "implement the feature", "run feature plan", "execute feature plan", /jx-pm:impl-feature-plan Do not trigger for: generating the feature rollup (use jx-pm:plan-feature), planning a single story (use jx-pm:plan-story), implementing a single story directly (use jx-pm:impl-story-plan), or PRD generation.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin marketplace by Jairosoft — ten plugins spanning QA automation, knowledge management, product management, developer tooling, local skill/prompt creation, administrative automation, IT, HR, education (JIT), and shared conventions.
| Plugin | Category | Description |
|---|---|---|
| jx-qa | QA | Extract E2E test cases from BRDs, generate Playwright specs, automate browser interactions |
| jx-kb | Knowledge | LLM-maintained wiki: ingest sources, query with citations, lint for health |
| jx-pm | Product | Generate PRDs, sync to Azure Boards |
| jx-dev | Developer | Generate technical specifications and task breakdowns from PRDs |
| jx-core | Core | Shared conventions and executable skill logic (ADO sync, task conversion) consumed by role plugins. No user-facing commands |
| jx-local | Productivity | Create local skills and reusable prompts in the user's own project (.claude/skills/, .agent/prompts/) |
| jx-admin | Productivity | Admin plugin: Jairosoft Admin skill set for administrative automation |
| jx-jit | Productivity | Jairo Institute of Technology plugin |
| jx-it | Productivity | IT-focused plugin |
| jx-hr | Productivity | HR-focused plugin |
/jx-qa:extract <brd_path> Extract test cases from BRD/PRD → xlsx test plan
/jx-qa:generate [xlsx_path] Generate Playwright specs from xlsx via live browser
/jx-qa:browser <subcommand> Manual browser exploration with playwright-cli
/jx-qa:test [ui|headed] Run Playwright tests
/jx-kb:init [wiki_path] Initialize an LLM Wiki
/jx-kb:ingest <source> [wiki] Ingest source document into wiki
/jx-kb:query <question> [wiki] Search wiki and synthesize answer with citations
/jx-kb:lint [wiki_path] Health-check: orphans, broken links, stale claims
/jx-kb:triage [wiki_path] Classify raw ideas: promote, backlog, or archive
/jx-pm:prd [--mode lite|prd|unified] Generate a PRD
/jx-pm:pipeline [--mode ...] Run full PRD generation pipeline
/jx-pm:ado [--dry-run] [--tenant ...] Sync task.json to Azure Boards
/jx-pm:plan-feature [work_item_id] Generate a planning-only feature rollup from child story plans
/jx-pm:impl-feature-plan <work_item_id> Execute a feature rollup by delegating ready stories to impl-story-plan
/jx-pm:plan-story [--id <N>] Create a story implementation plan
/jx-dev:spec [--docs-root <path>] Generate tech spec from PRD
/jx-dev:task [--docs-root <path>] Convert PRD + tech spec → task.json
/jx-dev:sequence [topic] Render plugin command-skill sequence diagram and flow checks
/jx-admin:hi Respond with "Hello" to verify Admin plugin is functional
/jx-jit:hiya Respond with "Hello" to verify JIT plugin is functional
/jx-it:howdy Respond with "Hello" to verify IT plugin is functional
/jx-hr:greet Respond with "Hello" to verify HR plugin is functional
jx-pm → jx-core, jx-dev
jx-dev → jx-core
openpyxl (for jx-qa, jx-kb)agy)For deploying jodex-plugins using the Antigravity CLI (agy), please refer to the detailed INSTALLATION-GUIDE-ANTIGRAVITY-CLI.md.
# Add marketplace (one-time)
/plugin marketplace add jairosoft-com/jodex-plugins
# Install plugins you need
/plugin install jx-qa@jodex-plugins
/plugin install jx-kb@jodex-plugins
/plugin install jx-pm@jodex-plugins
/plugin install jx-dev@jodex-plugins
/plugin install jx-admin@jodex-plugins
/plugin install jx-jit@jodex-plugins
/plugin install jx-it@jodex-plugins
/plugin install jx-hr@jodex-plugins
# Reload
/reload-plugins
Installing jx-pm or jx-dev will also pull jx-core automatically via dependencies.
# Test a single plugin locally
claude --plugin-dir /path/to/jodex-plugins/plugins/jx-qa
# Or register as local marketplace
claude plugin marketplace add /path/to/jodex-plugins --scope project
claude plugin install jx-qa@jodex-plugins
/plugin uninstall jx-qa@jodex-plugins
/plugin uninstall jx-kb@jodex-plugins
/plugin uninstall jx-pm@jodex-plugins
/plugin uninstall jx-dev@jodex-plugins
/plugin uninstall jx-admin@jodex-plugins
/plugin uninstall jx-jit@jodex-plugins
/plugin uninstall jx-it@jodex-plugins
/plugin uninstall jx-hr@jodex-plugins
/plugin marketplace remove jodex-plugins
npx claudepluginhub jairosoft-com/jodex-plugins --plugin jx-pmAdmin plugin: Jairosoft Admin skill set for administrative automation.
IT-focused plugin
Jairo Institute of Technology plugin
Skill and plugin scaffolding: create skills inside existing Jodex plugins and new plugin skeletons with marketplace registration.
HR-focused plugin
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.