What problem does it solve? Setting up a Jira-plus-Gitflow automation plugin involves local tooling, GitHub branch preparation, Jira board configuration, and credential wiring, and a single missed step (a missing development branch, a misspelled status name) only surfaces mid-run. This Skill walks the four setup sections in order and verifies each one with a bundled statuscheck script before moving on. ## Core Features & Use Cases - Guided four-section setup: local tooling and .jst/ scaffold, GitHub repository preparation (base branch, worktrees directory), Jira board preparation (project key and status discovery via the Jira REST API), and a full per-role healthcheck. - Verification gates: runs the same statuscheck script the runtime skills use after each section, treating FAIL rows as the worklist until everything is green. - Safe credential handling: writes the team-shared .jst/jira-sdlc-tools.env directly but never reads or edits the secrets file .jst/jira-sdlc-tools.local.env, handing the user the key list to fill in by hand. - Use Case: After installing the jira-sdlc plugin into a project, run this Skill once from the project root to create the .jst/ config, confirm the GitHub PAT can access the repo, map the four Jira status names off the real board, and prove the workflow transitions with a scratch issue. ## Quick Start Run the jst-install skill from my project root to walk through and verify the jira-sdlc plugin setup step by step.