integration-issue-conventions

A set of formatting rules for creating or editing SuperPlane integration issues. An integration connects SuperPlane to another tool, while base issues describe the connection and child issues describe individual triggers or actions.

In plain words
What is it for?
Use it when writing or editing SuperPlane integration, trigger, or action issues, especially in the integration project-management workflow or its temporary working directory.
Why use it?
It keeps issue content consistent and puts the required review warning in the correct place. It also preserves the parent-child relationship between a base integration issue and its components.

Cursor rule for 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/superplanehq/superplane/integration-issue-conventions
Clone the repo
git clone --depth 1 https://github.com/superplanehq/superplane

Made for: Cursor.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 945 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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 $0.00000 $0.00945
Opus 5 $0.00000 $0.00473
Sonnet 5 $0.00000 $0.00189
Haiku 4.5 $0.00000 $0.00094

Measured 2d ago against content hash 30c3ccd7b45f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

integration-issue-conventions 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.

.cursor/rules/integration-issue-conventions.mdc · 74 lines

How it starts

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

SuperPlane Integration Issue Conventions

Apply these conventions whenever creating or editing integration base issues or component (trigger/action) issues for SuperPlane.

Template format: IMPORTANT block at top

Every issue body must start with the appropriate IMPORTANT block (then a blank line, then the rest of the content).

Base issues — use this block at the very top:

> 🚨 **IMPORTANT (critical)**
>
> This content has **not** passed detailed review yet.
> Review and rethink the suggested connection method before implementing.
> If unsure, reach out on **Discord** first.

Component issues (triggers and actions) — use this block at the very top:

> 🚨 **IMPORTANT (critical)**
>
> This content has **not** passed detailed review yet.
> Review and rethink configuration options and output channels before implementing.
> If unsure, reach out on **Discord** first.

For child issues, the parent reference line (**Parent (base integration):** #N) comes after this block, then the rest of the content.

Hierarchy and ordering

  • Base issue first: One base integration issue per tool (e.g. [GitHub] Base). All component issues (triggers and actions) are children of that base.
  • Child issues: One issue per component. Each child must include **Parent (base integration):** #BASE_ISSUE_NUMBER (replace with the actual base issue number) immediately after the IMPORTANT block (see Template format above).

Title format

  • Base: [{Integration Name}] Base (e.g. [GitHub] Base, [ArgoCD] Base).
  • Actions: [{Integration Name}] {Operation Name} in Title Case (e.g. [GitHub] Get Issue, [Slack] Archive Channel).
  • Triggers: [{Integration Name}] On {Event} in Title Case (e.g. [GitHub] On Deployment, [GitHub] On Pull Request).

Configuration: Triggers vs Actions

  • Actions (execute operations): Configuration fields must be execution parameters — what resource to operate on, how to perform the operation, what data to send. Not filters.
  • Triggers (listen for events): Configuration fields must be filters — what events to listen for, what values to match (repository, status, labels). Not execution parameters.

Read the full file on GitHub · 74 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. 2d ago First seen · 74 lines · 0 tokens per session scan A 30c3ccd7b45f

Subscribe to this mod's changes

integration-issue-conventions is a cursor rule published in the GitHub repository superplanehq/superplane (5,700 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 945 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-30.