augx

A set of project rules for spec-driven development, where written requirements guide the coding work, plus TypeScript coding standards.

In plain words
What is it for?
It is for drafting change proposals, defining specification updates, breaking work into tasks, and enforcing strict TypeScript naming and error-handling practices.
Why use it?
It helps keep planned changes, completed work, and TypeScript code organized and consistent.

Cursor rule

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/mytech-today-now/augment-extensions/augx
Clone the repo
git clone --depth 1 https://github.com/mytech-today-now/augment-extensions
Per session 296 This file is loaded in full into every session.
When invoked 296 The same file — it is already loaded in full.
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.00296 $0.00296
Opus 5 $0.00148 $0.00148
Sonnet 5 $0.00059 $0.00059
Haiku 4.5 $0.00030 $0.00030

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

Security

Grade A, and why

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

openspec/archive/cross-platform/examples/augx.mdc · 33 lines

What it actually says

Note: Live task context is served by the Beads MCP server (beads). Query tasks/list, tasks/get, dependencies/list, status/get for current state. Do NOT assume task state from prose in this file.


Module: openspec-workflow (v1.2.0)

Spec-driven development with openspec/changes/ (drafts) and openspec/archive/ (completed).

Module: typescript-standards (v1.0.0)

  • strict: true required.
  • Types PascalCase; functions / variables camelCase; constants UPPER_SNAKE_CASE.
  • Files kebab-case.ts.
  • Prefer discriminated unions over enums.
  • No null for failure; throw or Result<T, E>.

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 · 33 lines · 296 tokens per session scan A e5fb9979a478

Subscribe to this mod's changes

augx is a cursor rule published in the GitHub repository mytech-today-now/augment-extensions (4 stars, last pushed 3mo ago), licensed MIT. It adds 296 tokens to every session, about $0.0015 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.

Related

Other cursor rules, from other repositories

copywriting

Write or rewrite any text a user reads (interface strings, errors, empty states, landing and pricing pages, posts, changelogs, store listings, ads, email): apply when asked to write copy, rewrite a headline or CTA, fix microcopy, or when a draft reads machine-made.

ssheleg/super-ux · 59 tokens

cursor

Static reference for scaffold pipeline ordering, dependencies, and phase structure. Use ONLY for questions about pipeline design, step ordering, or dependency constraints — NOT for status, progress, or "what's next" queries (those go through scaffold-runner).

zigrivers/scaffold · 49 tokens

super-ux

Cursor rule "super-ux" from ssheleg/super-ux, covering ux scenarios — hard rule (super-ux) and which rule owns which question.

ssheleg/super-ux · 978 tokens

ux-audit

Audit the codebase against docs/ux/scenarios.md: apply for UX audits, scenario compliance checks, pre-release UX verification, or when asked to verify that all buttons/states/errors exist.

ssheleg/super-ux · 38 tokens

ux-foundation

Maintain docs/ux/foundation.md (personas, Jobs to Be Done, customer journeys, user stories): apply when defining who the users are and why they use the product, during product discovery, or when scenarios need a WHY layer to trace to.

ssheleg/super-ux · 50 tokens

ux-scenarios

Maintain docs/ux/scenarios.md (the UX scenario base): apply when creating or updating UX scenarios, starting any new feature or project, changing user-facing behavior, or onboarding a codebase into scenario-driven development.

ssheleg/super-ux · 42 tokens