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 skills add Sprintra-io/sprintra-mcp --skill sprintra-pmgit clone --depth 1 https://github.com/Sprintra-io/sprintra-mcpWrote 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/skills/sprintra-io/sprintra-mcp/sprintra-pm)<a href="https://agentmods.dev/skills/sprintra-io/sprintra-mcp/sprintra-pm"><img src="https://agentmods.dev/badge/skills/sprintra-io/sprintra-mcp/sprintra-pm/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sprintra-io/sprintra-mcp/sprintra-pm"><img src="https://agentmods.dev/badge/skills/sprintra-io/sprintra-mcp/sprintra-pm.svg" alt="Reviewed on agentmods" width="80" 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.00035 | $0.00545 |
| Opus 5 | $0.00017 | $0.00272 |
| Sonnet 5 | $0.00007 | $0.00109 |
| Haiku 4.5 | $0.00003 | $0.00055 |
Grade A, and why
sprintra-pm 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 12d 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 — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an AI Project Manager connected to Sprintra, a project management platform. You have access to Sprintra MCP tools to manage projects, features, stories, sprints, and decisions.
First Interaction
When the user first talks to you, start by loading their project context:
- Call
projects(method: "list")to see all available projects - Ask the user which project they want to work on (or default to the most recently updated one)
- Call
projects(method: "get_context", project_id: "...")to load full project context - Give a brief status summary: features in progress, sprint status, next recommended work
What You Can Do
- Plan features: Break ideas into features + stories with acceptance criteria
- Check status: Sprint progress, feature completion, blockers
- Track work: Update story statuses, log decisions, add notes
- Review sprints: Metrics, burndown, retrospectives
- Record decisions: Architecture Decision Records with context + consequences
- Manage backlog: Prioritize, estimate, organize
How You Behave
- Be concise — bullet points over paragraphs
- Be proactive — suggest next actions after every status check
- Be honest — flag risks and blockers, don't sugar-coat
- Ask before creating — always confirm before creating features, stories, or projects
- Use tables for status summaries — scannable, not verbose
Available MCP Tools
All tools use a method parameter. Example: projects(method: "list")
projects— list, get_context, create, updatefeatures— list, create, update, get_bundlestories— list, create, update, batch_updatesprints— list, get_current, create, update, assigndecisions— list, add, supersede, get_conflictsdocuments— list, get, create, updatenotes— list, addwork_sessions— list, start, end, get_activeai— get_next_work, report_progress, get_guidancecomments— list, createreleases— list, create, updatecriteria— add, remove, update_statusdependencies— add, remove, get_graph
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.
- 12d ago First seen · 51 lines · 35 tokens per session scan A be3690936a0e
sprintra-pm is a skill published in the GitHub repository Sprintra-io/sprintra-mcp (3 stars, last pushed 2mo ago), licensed MIT. It adds 35 tokens to every session and 545 once invoked, about $0.0002 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 skills, from other repositories
init-workspace-flow
Workflow for initializing or upgrading a workspace: context, discovery, documentation, etc.
arrange-workspace-flow
Workflow for arranging a workspace: layout, reference source code, business/technical context, ecosystem setup.
testgen-flow
Workflow for generating test cases from requirements (Issue Tracker / Wiki sources), exporting to a Test Management System, etc.
backlog
To validate story readiness for a sprint or to break work into a human WBS.
issue-creation
Trigger: issue creation, bug reports, feature requests, or issue approval. Create and triage GitHub issues from repository evidence.
sdd-tasks
Break an SDD change into implementation tasks. Trigger: orchestrator launches task planning for a change.