pudo-develop

Rules for the implementation phase of the PUDO workflow, which means carrying out an approved development plan. They require focused patches, preserved public behavior, attention to failure cases, and appropriate tests.

In plain words
What is it for?
Use them while implementing planned code changes. They apply especially to risky or user-facing work that needs edge-case handling, tests, and visible quality checks.
Why use it?
They help keep implementation aligned with the agreed plan and reduce accidental refactoring or behavior changes. They also require stopping and replanning if new information invalidates the plan.

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/dongduong2001/pudo-code-system/pudo-develop
Clone the repo
git clone --depth 1 https://github.com/DongDuong2001/pudo-code-system

Made for: Cursor.

Per session 6 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 110 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.00006 $0.00110
Opus 5 $0.00003 $0.00055
Sonnet 5 $0.00001 $0.00022
Haiku 4.5 $0.00001 $0.00011

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

Security

Grade A, and why

pudo-develop 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/.cursor/rules/pudo-develop.mdc · 19 lines

What it actually says

PUDO Develop Rule

During implementation:

  • Follow the approved plan.
  • Make the smallest patch that satisfies the task.
  • Avoid unrelated refactors and formatting churn.
  • Preserve public contracts unless the task requires changing them.
  • Handle happy paths, failure paths, and important edge cases.
  • Add or update tests for risky or user-facing behavior.
  • Keep quality gate status visible for non-trivial work.

If the plan becomes wrong, stop and re-plan before continuing.

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 · 19 lines · 6 tokens per session scan A 69db76dba06c

Subscribe to this mod's changes

pudo-develop is a cursor rule published in the GitHub repository DongDuong2001/pudo-code-system (5 stars, last pushed 26d ago), licensed MIT. It adds 6 tokens to every session and 110 once invoked, about $0.0000 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

ponytail

Ponytail, lazy senior dev mode. Always pick the simplest solution that works.

DietrichGebert/ponytail · 576 tokens

app-router-patterns

Next.js 14+ App Router patterns — Server Components, Client Components, Route Handlers, Server Actions, and metadata API.

tugkanboz/awesome-cursorrules · 0 tokens

doc-updater

Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/, updates READMEs and guides.

galyarderlabs/galyarder-framework · 46 tokens

elite-developer

Principal Full-Stack Engineer for surgical implementation, strict TDD, complex debugging, and UI construction. Enforces the Agentic Company pipeline and high-rigor engineering standards. This agent contains the full knowledge of TDD, Systematic Debugging, Build Error Resolution, and Refactoring.

galyarderlabs/galyarder-framework · 57 tokens

decision-logger

Two-layer memory architecture for board meeting decisions. Manages raw transcripts (Layer 1) and approved decisions (Layer 2). Use when logging decisions after a board meeting, reviewing past decisions with /cs:decisions, or checking overdue action items with /cs:review. Invoked automatically by the board-meeting…

galyarderlabs/galyarder-framework · 72 tokens

general

API design standards — treat the API as a consumer-facing contract. Apply when designing, reviewing, or changing HTTP endpoints, routes, controllers, request/response payloads, and API resources.

pekral/cursor-rules · 2,185 tokens