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/freema/cursor-plugin-cc/from-plangit clone --depth 1 https://github.com/freema/cursor-plugin-ccWhat 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.00023 | $0.00550 |
| Opus 5 | $0.00012 | $0.00275 |
| Sonnet 5 | $0.00005 | $0.00110 |
| Haiku 4.5 | $0.00002 | $0.00055 |
Grade A, and why
from-plan 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.
What it actually says
!node "${CLAUDE_PLUGIN_ROOT}/scripts/from-plan.mjs" -- "$ARGUMENTS"
Render the output verbatim. The command has two modes:
- Preview + hand back (default): it writes the task file, then prints the exact
/cursor:delegate @…command. Run that command yourself after reviewing the task file. - Auto-delegate (
--delegateor--yes): it writes the task file AND immediately calls/cursor:delegate, so the output merges into a single flow.
Without arguments it picks the newest plan under ~/.claude/plans/. Pass a name fragment (e.g. dark-mode) or any path (e.g. PRPs/dark-mode.md) to pick a specific one. --list shows the 15 most recent plan files.
Where the task file lands — derived from the spec, most- to least-specific:
--out-dir <dir>for a single run- the directory the source spec lives in — pass
PRPs/018.mdand the task file joins it there, in whichever repo that is - the
CURSOR_PLUGIN_CC_TASKS_DIRenvironment variable - the per-repo default:
/cursor:setup --tasks-dir PRPs(reset with--no-tasks-dir) tasks/
Rule 2 means spec-driven projects need no configuration, and it keeps working when specs are centralised in one repo while code lives in siblings. Rules 3–5 only come into play for Claude's own plan-mode files, which have no project location to inherit. Relative values resolve against the repo root, so the destination does not move when you run the command from a subdirectory.
The spec may live outside the current repo. When it does, Cursor is handed an absolute path instead of @path (which cannot leave the repo root), and told to apply its changes in the current repository. Report that note to the user when it appears.
--in-place skips the conversion entirely and delegates the source document as written — no task file is created. Use it when your spec already is the task (PRP, Spec Kit, OpenSpec). Works across repos.
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 · 29 lines · 23 tokens per session scan A 53a052a8de27
from-plan is a command published in the GitHub repository freema/cursor-plugin-cc (34 stars, last pushed 22d ago), licensed MIT. It adds 23 tokens to every session and 550 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-30.
Other commands, from other repositories
tasks
Command "tasks" from loulanyue/spec-kit-zh, covering 用户输入, 语言要求, 执行前检查, 概述 and task generation rules.
constitution
根据交互输入或已提供原则创建或更新项目章程,并确保相关模板保持同步。.
taskstoissues
基于现有设计制品,将任务转换为可执行、带依赖顺序的 GitHub Issues。.
taskstoissues
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
change-manager
Brownfield change workflow — propose, apply, verify, archive (OpenSpec-aligned).
tasks
Read the task store at .rea/tasks.jsonl and render a clean summary table.