Borrowing it
Nothing to install: this file belongs to lancejames221b/agent-hivemind. 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/lancejames221b/agent-hivemind/master/.claude/commands/hv-ticket.mdgit clone --depth 1 https://github.com/lancejames221b/agent-hivemindWrote 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/lancejames221b/agent-hivemind/hv-ticket)<a href="https://agentmods.dev/commands/lancejames221b/agent-hivemind/hv-ticket"><img src="https://agentmods.dev/badge/commands/lancejames221b/agent-hivemind/hv-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.00014 | $0.00880 |
| Opus 5 | $0.00007 | $0.00440 |
| Sonnet 5 | $0.00003 | $0.00176 |
| Haiku 4.5 | $0.00001 | $0.00088 |
Grade A, and why
hv-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 7d 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 — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.
hv-ticket - hAIveMind Task Management
Purpose
Manage kanban tickets and tasks within hAIveMind projects, with automatic memory integration and cross-agent coordination.
When to Use
- Create Tasks: Add new tickets to project backlogs
- Track Progress: Update ticket status and progress
- Project Coordination: List and organize project work
- Agent Assignment: Delegate tasks to specific agents
- Memory Integration: Link tickets to hAIveMind memories
Syntax
hv-ticket <action> [options]
Actions
Create New Ticket
hv-ticket create "Fix authentication bug" --project memory-mcp --priority high
hv-ticket create "Implement search API" --project ewitness --description "Add Elasticsearch search endpoint"
List Project Tickets
hv-ticket list --project memory-mcp
hv-ticket list --status todo --limit 10
hv-ticket list --all
Update Ticket Status
hv-ticket update TICKET_ID --status inprogress
hv-ticket update TICKET_ID --status done --notes "Completed successfully"
Get Ticket Details
hv-ticket get TICKET_ID
Delete Ticket
hv-ticket delete TICKET_ID --confirm
Parameters
- project: Project ID or name for ticket operations
- title: Ticket title (required for create)
- description: Detailed ticket description
- priority: Task priority (low, medium, high, critical)
- status: Ticket status (todo, inprogress, inreview, done, cancelled)
- assignee: Agent ID to assign ticket to
- tags: Comma-separated tags for organization
- limit: Maximum number of tickets to return
Integration Features
hAIveMind Memory Integration
- Automatically stores ticket context in collective memory
- Links related memories to tickets
- Enables cross-agent knowledge sharing about ticket progress
Project Coordination
- Integrates with hAIveMind project management system
- Tracks ticket relationships and dependencies
- Enables project-wide progress monitoring
Agent Assignment
- Supports delegation to specific hAIveMind agents
- Tracks agent workload and capabilities
- Enables automatic assignment based on skills
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.
- 7d ago First seen · 126 lines · 0 tokens per session scan A 5b874ced67f8
hv-ticket is a command published in the GitHub repository lancejames221b/agent-hivemind (7 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 880 once invoked, about $0.0001 per session on Opus 5. 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-31.
Other commands, from other repositories
template
Manage issue templates for streamlined issue creation.
sync-linear
Sync current work with Linear ticket status.
add-note
Add an internal or external note to a ConnectWise PSA ticket.
fest-show
Show festival progression (in-progress tasks, roadmap, and dependency view).
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
workpm
A project-management workflow for coordinating multiple AI workers through five stages. It includes task assignment, shared activity logs, worker replacement, and final checks.