000-session-orchestrator

000-session-orchestrator is a cursor rule for Cursor from Kanevry/session-orchestrator. It costs 896 tokens per session, scanned A, original, MIT.

A session-management system for coding work in Cursor, an integrated development environment. It provides commands, skills, hooks, project settings, and shared records for organizing development sessions.

In plain words
What is it for?
Use /session to start a session, /go to execute an agreed plan, and /close to finish with checks and commits. It also supports discovery and other session-management workflows.
Why use it?
It gives development work a consistent sequence for planning, executing, and closing sessions. It also centralizes configuration and session knowledge.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool; mentions Cursor.

Install

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.

agentmods
npx agentmods add rules/kanevry/session-orchestrator/000-session-orchestrator
Clone the repo
git clone --depth 1 https://github.com/Kanevry/session-orchestrator

Made for: Cursor.

Wrote 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.

agentmods badge for 000-session-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/rules/kanevry/session-orchestrator/000-session-orchestrator.svg)](https://agentmods.dev/rules/kanevry/session-orchestrator/000-session-orchestrator)
Your own site
<a href="https://agentmods.dev/rules/kanevry/session-orchestrator/000-session-orchestrator"><img src="https://agentmods.dev/badge/rules/kanevry/session-orchestrator/000-session-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 896 This file is loaded in full into every session.
When invoked 896 The same file — it is already loaded in full.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00896 $0.00896
Opus 5 $0.00448 $0.00448
Sonnet 5 $0.00179 $0.00179
Haiku 4.5 $0.00090 $0.00090

Measured 6d ago against content hash 59ea63922ca1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

000-session-orchestrator scanned grade A with 1 finding 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 6d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**Web fetch**: Use `curl` via Bash instead of WebFetch tool.
.cursor/rules/000-session-orchestrator.mdc · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Session Orchestrator — Cursor IDE

You have Session Orchestrator capabilities. This plugin provides structured session management for development work.

Native Cursor surface (this repo and scripts/cursor-install.mjs targets):

  • Slash commands: .cursor/commands/*.md — type /session, /go, /close
  • Skills: .cursor/skills/<name>/SKILL.md wrappers that point at canonical skills/<name>/SKILL.md
  • Hooks: .cursor/hooks.jsonscripts/lib/cursor-hook-bridge.mjs

There is no Skill tool on Cursor. When a command says to invoke a skill, Read skills/<name>/SKILL.md and follow it. Supporting files (soul.md, phase docs) live in that same directory.

Platform Context

  • Platform: Cursor IDE (SO_PLATFORM=cursor)
  • State directory: .cursor/ (STATE.md, wave-scope.json)
  • Config: Session Config in CLAUDE.md under ## Session Config
  • Shared knowledge: .orchestrator/metrics/ (sessions.jsonl, learnings.jsonl)

Available Commands

Command Purpose
/session [type] Start a session (housekeeping, feature, deep)
/go Execute the agreed session plan
/close End session with verification and commits
/discovery [scope] Run quality analysis probes
/plan [mode] Create project plan or PRD (new, feature, retro)
/evolve [mode] Extract session learnings (analyze, review, list)

Cursor-Specific Adaptations

No parallel agents: Execute wave tasks sequentially. Complete one task fully before starting the next. The agents-per-wave config is ignored on Cursor.

No AskUserQuestion tool: Present choices as numbered Markdown lists:

Choose one:
1. Option A (Recommended) — what it does, and why it is the safe default here.
2. Option B — when B applies instead, and what it costs.
Reply with the number of your choice.

Two rules the example above follows. (Recommended) goes on option 1, in the label — an operator skims labels, so a recommendation hidden in the description is a recommendation he never sees. And every option names a reason, a cost, or a consequence: a recommendation without one is a claim he can only believe or ignore.

Read the full file on GitHub · 83 lines

Changes

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.

  1. 6d ago First seen · 83 lines · 896 tokens per session scan A 59ea63922ca1

Subscribe to this mod's changes

000-session-orchestrator is a cursor rule published in the GitHub repository Kanevry/session-orchestrator (49 stars, last pushed yesterday), licensed MIT. It adds 896 tokens to every session, about $0.0045 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.