Borrowing it
Nothing to install: this file belongs to DIGI-UW/OpenELIS-Global-2. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/DIGI-UW/OpenELIS-Global-2/develop/.specify/oe/commands/start-ticket.mdgit clone --depth 1 https://github.com/DIGI-UW/OpenELIS-Global-2Wrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/digi-uw/openelis-global-2/start-ticket)<a href="https://agentmods.dev/commands/digi-uw/openelis-global-2/start-ticket"><img src="https://agentmods.dev/badge/commands/digi-uw/openelis-global-2/start-ticket.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01174 |
| Opus 5 | $0.00000 | $0.00587 |
| Sonnet 5 | $0.00000 | $0.00235 |
| Haiku 4.5 | $0.00000 | $0.00117 |
Grade A, and why
start-ticket scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Start Ticket
Set up a development environment for a Jira ticket: fetch details, create branch, optionally create a draft PR and transition Jira status. Integrates with SpecKit for spec-driven development.
User Input
$ARGUMENTS
First argument is the Jira issue key. Additional flags:
/start-ticket OGC-337→ Create branch, draft PR, transition to In Progress/start-ticket OGC-337 --speckit→ Also bootstrap SpecKit spec from ticket/start-ticket OGC-337 --worktree→ Use a git worktree (parallel dev)/start-ticket OGC-337 --no-pr→ Skip PR creation/start-ticket OGC-337 --no-transition→ Don't move Jira status/start-ticket OGC-337 --base demo/madagascar→ Branch from non-default base
Default base branch: develop
Atlassian Config
- Cloud ID:
57b4e32d-23d4-4a71-8985-82ac0274d145 - Site:
uwdigi.atlassian.net
Workflow
Step 1: Fetch Jira Ticket
Use mcp__claude_ai_Atlassian__getJiraIssue with cloud ID above. Fields:
["summary", "description", "status", "priority", "issuetype", "labels", "sprint", "parent", "issuelinks"]
Display a brief summary:
OGC-337 | Story | Medium | Selected for Development
Implement Generic ASTM Plugin v1.1/1.2
Labels: Madagascar | Parent: OGC-49
Step 2: Create Branch
Branch name pattern: <type>/<KEY>-<slug>
| Jira Type | Prefix |
|---|---|
| Bug | fix |
| Story | feat |
| Task | chore |
| Epic | epic |
| Sub-task | feat |
Slugify: lowercase, hyphens, truncate to ~50 chars at word boundary.
Example: feat/OGC-337-implement-generic-astm-plugin-v1
Confirm the branch name with the user before creating.
git fetch origin $BASE_BRANCH
git checkout -b "$BRANCH_NAME" "origin/$BASE_BRANCH"
If --worktree:
WORKTREE_DIR="../worktrees/$(basename $(pwd))-$TICKET_KEY"
mkdir -p "$(dirname $WORKTREE_DIR)"
git worktree add -b "$BRANCH_NAME" "$WORKTREE_DIR" "origin/$BASE_BRANCH"
Report the worktree path so the user can cd there.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 150 lines · 0 tokens per session scan A 14b83bab8aa0
start-ticket is a command published in the GitHub repository DIGI-UW/OpenELIS-Global-2 (251 stars, last pushed today), licensed MPL-2.0. It costs nothing until one of its globs matches a file; then it loads 1,174 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
land
Cadence-tick autonomous PR babysitter (CI-fix, resolve, converge, merge, close, release).
sync
Synchronizes your local swarm state with the latest GitHub repository state, updating task statuses and detecting changes.
repo-architect
Repository structure optimization and multi-repo management with ruv-swarm coordination for scalable project architecture and development workflows.
next
Suggest the most likely next workflow action based on current context.
weekly-summary
Generate weekly work summary from git activity.
update-check.template
This prompt was authored for Claude-style slash workflows. In Codex runtime, adapt tool calls as follows.