QA Harness: extract E2E test cases from BRDs, generate Playwright specs, automate browser interactions.
Open a browser for manual exploration and debugging with playwright-cli
Map BRD/PRD requirements to xlsx test cases and report breadth coverage (Covered/Partial/Uncovered/N/A); unverified, advisory (non-gating)
Extract E2E test cases from a BRD/PRD markdown document into an xlsx test plan
Capture feedback and create ADO Feature work item
Generate Playwright TypeScript spec files from an xlsx test plan by live-exploring the site
Manual browser exploration and debugging via playwright-cli. Use `/jx-qa:browser` for any supported Playwright CLI exploration command, including `open`, `snapshot`, `click`, `type`, `press`, and `close`.
Map every BRD/PRD requirement to the test cases in an xlsx test plan and report BREADTH coverage — each requirement as Covered / Partial / Uncovered / N/A — as an unverified, advisory (NON-GATING) report. Triggers on: "what's missing vs the BRD", "coverage gaps", "which requirements aren't tested", "coverage matrix", "are all ACs covered", "did we cover the whole BRD", or any request to assess requirement-vs-test breadth coverage. Do not trigger for: review the per-case plan quality (use review-plan), extract test cases (use extract), generate specs (use generate), or run tests (use test).
Extract E2E test cases from BRD/PRD markdown documents and insert them into an Excel (.xlsx) test plan spreadsheet. Triggers on: "extract E2E test cases from BRD", "generate E2E tests from requirements", "add E2E test steps to test plan spreadsheet", "turn acceptance criteria into E2E test cases", or any request to generate/extract/write E2E test cases from a requirements document into an xlsx file. Do not trigger for test plan reviews, coverage analysis, Playwright script generation, or unit/integration test generation.
Capture user feedback and create an ADO Feature work item. Triggers on: submit feedback, file feedback, capture feedback. Do not trigger for: test extraction, spec generation, browser automation.
Reads an xlsx test plan and generates Playwright TypeScript spec files by live-exploring the site with playwright-cli. Use this skill whenever the user wants to generate, create, or write Playwright tests from a test plan, spreadsheet, or structured test cases — even if they just say "write the tests" or "generate the specs" without mentioning the xlsx. Also triggers on /jx-qa:generate, "write playwright tests", "generate tests from test plan", "generate playwright tests from test cases", or any request to automate test case generation from a plan file.
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-qaAdmin 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
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Modern R development skills for Claude Code - tidyverse patterns, rlang metaprogramming, Bayesian inference, performance optimization, and more
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.