Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/jmanhype/speckit/speckit.linear.exportgit clone --depth 1 https://github.com/jmanhype/speckitWrote 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/jmanhype/speckit/speckit.linear.export)<a href="https://agentmods.dev/commands/jmanhype/speckit/speckit.linear.export"><img src="https://agentmods.dev/badge/commands/jmanhype/speckit/speckit.linear.export.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 | $0.00015 | $0.00985 |
| Opus 5 | $0.00008 | $0.00492 |
| Sonnet 5 | $0.00003 | $0.00197 |
| Haiku 4.5 | $0.00002 | $0.00098 |
Grade A, and why
speckit.linear.export 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 2d 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 — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
User Input
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Outline
-
Validate prerequisites:
- Run
.specify/scripts/bash/check-prerequisites.sh --json --require-tasks --include-tasks - Parse FEATURE_DIR and verify tasks.md exists
- Extract Linear ID from spec.md frontmatter (if imported via
/speckit.linear.import)
- Run
-
Determine parent Linear issue:
- If spec has
linear_idin frontmatter, use that - If user provided issue ID in arguments, use that
- Otherwise, ask: "Which Linear issue should these tasks be linked to? (e.g., TEAM-123)"
- If spec has
-
Parse tasks.md:
- Extract all tasks with their metadata:
- Task ID (e.g., T001)
- Description
- Priority (P1/P2/P3)
- Phase (Setup/Tests/Core/Integration/Polish)
- File paths affected
- Dependencies
- Parallel marker [P]
- Extract all tasks with their metadata:
-
Map priorities to Linear:
Spec Kit Linear Priority P1 Urgent (1) P2 High (2) P3 Medium (3) -
Create sub-issues in Linear for each task:
- Use
mcp__linear__create_issuefor each task - Set parent issue relationship
- Include in description:
## Task Details - **Spec Kit ID**: T001 - **Phase**: Core - **Files**: src/auth/login.ts, src/auth/session.ts - **Dependencies**: T000 (setup) ## Description [Task description from tasks.md] --- _Auto-generated by Spec Kit from specs/002-feature/tasks.md_
- Use
-
Track created issues:
- Update tasks.md with Linear issue IDs:
- [x] T001: Implement login endpoint <!-- LINEAR:TEAM-124 --> - Create/update
.specify/linear-mapping.json:{ "feature": "002-user-authentication", "parent_issue": "TEAM-123", "tasks": { "T001": "TEAM-124", "T002": "TEAM-125" }, "exported_at": "2025-01-15T10:30:00Z" }
- Update tasks.md with Linear issue IDs:
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.
- 2d ago First seen · 128 lines · 15 tokens per session scan A 63acd31afe42
speckit.linear.export is a command published in the GitHub repository jmanhype/speckit (26 stars, last pushed 5mo ago), licensed MIT. It adds 15 tokens to every session and 985 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-09-01.
Other commands, from other repositories
paul:help
Show available PAUL commands and usage guide.
paul:verify
Guide manual user acceptance testing of recently built features.
quick-fix
Fast-track workflow for small bug fixes.
review
Review the current diff for violations of the conventions in AGENTS.md and .cursor/rules/. Report findings ordered by severity; do not fix anything unless asked.
help
Category: System Syntax: /help [command|topic].
flow-task
Run the canonical flow/task Flow lifecycle.