What problem does it solve? Manually running each backend pipeline step (scaffold, implement, verify, review, fix, commit) for every Jira ticket is repetitive and error-prone. This Skill reads a Jira issue, derives the implementation inputs, and drives the entire be-crud → be-code → be-verify → be-review → be-fix → be-commit pipeline automatically. ## Core Features & Use Cases - Jira-driven orchestration: Fetches a ticket via a discovered Jira MCP tool, extracts the stated Technical Approach when present, or drafts a Proposed Solution and stops for user confirmation when not. - Tiered review gating: Classifies tickets as easy, normal, or extreme to scale the security review gate, while never skipping verification or code review. - Unattended pipeline execution: Resolves all interactive prompts upfront (domain, data profile, fields, scenarios) and delegates each step to the plugin's own be-* skills via the Skill tool. - Use Case: Run /backend-webflux-plugin:be-jira-auto OMH-1234 to have the ticket's new entity scaffolded, implemented with TDD, verified, reviewed, and committed on a freshly created branch without manual step-by-step invocation. ## Quick Start Invoke the skill with a Jira issue key such as /backend-webflux-plugin:be-jira-auto OMH-1234 to run the full backend pipeline for that ticket.