agenticworkflow

agenticworkflow is a cursor rule for Cursor from idoforgod/Dissertation-Simulator-AgenticWorkflow. It costs 1,803 tokens per session, scanned A, original, MIT.

A set of project rules for applying the AgenticWorkflow method to every task. It defines a research-to-planning-to-implementation process, shared-state rules, and a required review process before code changes.

In plain words
What is it for?
Used to guide AI-assisted development in projects that coordinate research, planning, implementation, validation, and multiple agents.
Why use it?
It gives agents a consistent way to understand work, assess its impact, and make controlled changes.

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/idoforgod/dissertation-simulator-agenticworkflow/agenticworkflow
Clone the repo
git clone --depth 1 https://github.com/idoforgod/Dissertation-Simulator-AgenticWorkflow

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 agenticworkflow

README.md
[![agentmods](https://agentmods.dev/badge/rules/idoforgod/dissertation-simulator-agenticworkflow/agenticworkflow.svg)](https://agentmods.dev/rules/idoforgod/dissertation-simulator-agenticworkflow/agenticworkflow)
Your own site
<a href="https://agentmods.dev/rules/idoforgod/dissertation-simulator-agenticworkflow/agenticworkflow"><img src="https://agentmods.dev/badge/rules/idoforgod/dissertation-simulator-agenticworkflow/agenticworkflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,803 This file is loaded in full into every session.
When invoked 1,803 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.1 $0.01803 $0.01803
Opus 5 $0.00901 $0.00901
Sonnet 5 $0.00361 $0.00361
Haiku 4.5 $0.00180 $0.00180

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

Security

Grade A, and why

agenticworkflow 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/agenticworkflow.mdc · 88 lines

How it starts

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

AgenticWorkflow — Cursor 지시서

이 프로젝트에서 작업하는 모든 AI는 AgenticWorkflow 방법론을 따라야 한다.

필수 참조

이 프로젝트의 모든 절대 기준, 설계 원칙, 워크플로우 구조는 AGENTS.md에 정의되어 있다. 반드시 AGENTS.md를 읽고 해당 규칙을 따라야 한다. 상세 아키텍처는 AGENTICWORKFLOW-ARCHITECTURE-AND-PHILOSOPHY.md를 참조한다. 설계 결정 이력은 DECISION-LOG.md를 참조한다.

유전 설계 (DNA Inheritance)

이 프로젝트는 자식 agentic workflow system을 생성하는 부모 유기체이다. 모든 자식 시스템은 부모의 전체 게놈(절대 기준, SOT, 4계층 검증, Safety Hook 등)을 구조적으로 내장한다. 상세: soul.md, AGENTS.md §1.

절대 기준 (핵심 요약)

절대 기준 1: 최종 결과물의 품질

속도, 토큰 비용, 작업량, 분량 제한은 완전히 무시한다. 모든 의사결정의 유일한 기준은 최종 결과물의 품질이다.

절대 기준 2: 단일 파일 SOT

모든 공유 상태는 단일 파일에 집중한다. 쓰기 권한은 Orchestrator만 보유한다. 병렬 에이전트가 동일 파일을 동시 수정하는 구조는 금지한다.

절대 기준 3: 코드 변경 프로토콜 (CCP)

코드를 작성·수정·추가·삭제하기 전에 반드시 3단계를 수행한다: Step 1 의도 파악 → Step 2 영향 범위 분석 → Step 3 변경 설계. 분석 깊이는 변경 규모에 비례한다 (경미: Step 1만, 표준: 전체, 대규모: 전체 + 사용자 승인). Coding Anchor Points (CAP-1~4): Think before coding, Simplicity first, Goal-driven execution, Surgical changes. Details: AGENTS.md §2.

상세 내용: AGENTS.md §2 참조.

워크플로우 구조

모든 워크플로우는 3단계: ResearchPlanningImplementation.

Cursor 구현 매핑

AgenticWorkflow 개념 Cursor 대응
전문 에이전트 Cursor의 Agent mode에서 역할 지정
자동 검증 .cursor/rules/ 내 검증 규칙 파일 또는 외부 스크립트
재사용 모듈 .cursor/rules/ 내 도메인별 규칙 파일
SOT 상태관리 state.yaml 파일 — 단일 쓰기 지점 원칙 동일 적용. SOT 파일 형식: state.yaml, state.yml, state.json
Autopilot Mode SOT의 autopilot.enabled 필드로 제어. (human) 단계 자동 승인. Anti-Skip Guard: 산출물 파일 존재 + 최소 100 bytes 검증. AGENTS.md §5.1 참조
ULW (Ultrawork) Mode 프롬프트에 ulw 포함 시 활성화. Autopilot과 직교하는 철저함 강도 오버레이. 3가지 강화 규칙(Intensifiers): Sisyphus Persistence(3회 재시도) + Mandatory Task Decomposition + Bounded Retry Escalation. AGENTS.md §5.1.1 참조
Verification Protocol 각 단계 산출물의 기능적 목표 100% 달성 검증. Anti-Skip Guard(물리적) 위에 의미론적 Verification Gate 계층. 검증 기준은 Task 앞에 선언, 실패 시 최대 10회 재시도(ULW 활성 시 15회). AGENTS.md §5.3 참조
pACS (자체 신뢰 평가) Verification Gate 통과 후 에이전트가 F/C/L 3차원 자기 평가. Pre-mortem Protocol 필수. min-score 원칙. GREEN(≥70): 자동 진행, YELLOW(50-69): 플래그 후 진행, RED(<50): 재작업. AGENTS.md §5.4 참조
Adversarial Review (Enhanced L2) 기존 L2 Calibration을 대체하는 강화된 품질 검증. @reviewer(코드/산출물 비판적 분석) + @fact-checker(외부 사실 검증). P1 검증(validate_review.py R1-R5)으로 리뷰 품질 보장. AGENTS.md §5.5 참조
Translation Protocol 영어 산출물 → 한국어 번역. @translator 서브에이전트가 glossary.yaml 기반 용어 일관성 유지. P1 검증(validate_translation.py T1-T9, validate_verification.py V1a-V1c). Review PASS가 Translation의 전제. AGENTS.md §5.2 참조
Predictive Debugging (L-1) 에러 이력 기반 위험 파일 사전 경고. predictive_debug_guard.py(PreToolUse 경고 전용) + aggregate_risk_scores()(SessionStart P1 집계) + validate_risk_scores()(RS1-RS6 검증). risk-scores.json 캐시. _context_lib.py + docs/protocols/context-preservation-detail.md 참조

Read the full file on GitHub · 88 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 · 88 lines · 1,803 tokens per session scan A 97a2fb8d8e1e

Subscribe to this mod's changes

agenticworkflow is a cursor rule published in the GitHub repository idoforgod/Dissertation-Simulator-AgenticWorkflow (107 stars, last pushed 3mo ago), licensed MIT. It adds 1,803 tokens to every session, about $0.0090 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-09-03.