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/velimirmueller/vlm-code-context-mcp/sprintgit clone --depth 1 https://github.com/VelimirMueller/vlm-code-context-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/commands/velimirmueller/vlm-code-context-mcp/sprint)<a href="https://agentmods.dev/commands/velimirmueller/vlm-code-context-mcp/sprint"><img src="https://agentmods.dev/badge/commands/velimirmueller/vlm-code-context-mcp/sprint.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.00000 | $0.01913 |
| Opus 5 | $0.00000 | $0.00957 |
| Sonnet 5 | $0.00000 | $0.00383 |
| Haiku 4.5 | $0.00000 | $0.00191 |
Grade A, and why
sprint 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 4d 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 — 221 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Sprint Lifecycle — Automated MCP Tool Chain
Run a complete sprint from planning to rest using code-context MCP tools. All data lives in context.db.
Phase Flow
planning → implementation → done → rest → (next sprint)
Step 0: Load Context (2 calls)
index_directory({ freshness_check: true }) # skip if <5 min old
get_resume_state() # single-call resume detection
Phase context — use load_phase_context() when entering each step
| Step | Call |
|---|---|
| Step 1 (Planning) | load_phase_context({ phase: "tickets" }) |
| Step 4 (Implementation) | load_phase_context({ phase: "implementation", sprint_id, ticket_id }) |
| Step 6 (Retrospective) | load_phase_context({ phase: "retro", sprint_id }) |
Step 1: Gather Planning Context
Using data from Step 0, make informed decisions:
- Use velocity trends to set realistic committed points
- Use retro patterns to avoid past mistakes (e.g., "auth tickets were underestimated last sprint")
- Use backlog to carry over unfinished work
- Use agent workload to balance ticket assignment
- Use mood trends to reduce load on burned-out agents
- Use codebase context to inform ticket scoping — call
get_file_context()for files related to planned work
Step 2: Create Sprint — start_sprint
One call creates the sprint + all tickets in planning phase:
start_sprint({
name: "Sprint N — <descriptive name>",
goal: "<one sentence, measurable>",
milestone_id: <id>,
velocity: <committed points based on velocity trends>,
tickets: [
{ title: "...", description: "...", assigned_to: "<agent role>", story_points: N, priority: "P1" },
...
]
})
Rules:
- Assign tickets to roles from
list_agents()(developer, qa, product-owner, devops) - Total story points should match committed velocity
- Every ticket needs story points and a priority (P0-P3)
- Sprint goal must be measurable
Save the returned sprint_id — used in every subsequent call.
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.
- 4d ago First seen · 221 lines · 0 tokens per session scan A 0ba69c3995af
sprint is a command published in the GitHub repository VelimirMueller/vlm-code-context-mcp (4 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,913 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-31.
Other commands, from other repositories
project-recap
Generate a visual project recap for context switching.
os-meeting
快速创建和管理AI团队会议.
workspace
Testany Workspace, 管理工作空间,成员权限,团队组织.
standup
Show a daily standup summary with completed, in-progress, and blocked tasks across all active epics.
m-task-planner
Target: $ARGUMENTS (Default: requirement document(s) discovered in the project).
triage
Triage ServiceNow incidents — list open incidents, assess priority, investigate a specific INC, or analyze trends.