00-framework-navigation

A repository guide that explains the project's engineering method, lifecycle, and documentation order. It treats the repository as the lasting source of project knowledge for people and coding agents.

In plain words
What is it for?
Use it to navigate the repository, identify the current project stage, find relevant plans and architecture documents, and understand the expected sequence from discovery through implementation and review.
Why use it?
It gives work a consistent starting point and reduces reliance on temporary chat history. It also clarifies which project documents and stages should be checked before changes begin.

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/pueraeternis/agentic-project-template/00-framework-navigation
Clone the repo
git clone --depth 1 https://github.com/pueraeternis/agentic-project-template

Made for: Cursor.

Per session 699 This file is loaded in full into every session.
When invoked 699 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.00699 $0.00699
Opus 5 $0.00349 $0.00349
Sonnet 5 $0.00140 $0.00140
Haiku 4.5 $0.00070 $0.00070

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

Security

Grade A, and why

00-framework-navigation 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/00-framework-navigation.mdc · 159 lines

How it starts

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


AI Engineering Framework

This repository follows the Agentic Engineering Methodology.

The repository is the shared working memory for humans and AI agents.

Repository documentation is the primary source of truth.

Chat history is temporary context and must not be treated as persistent project knowledge.


Engineering Lifecycle

Every project follows the same lifecycle:

Project Discovery
        ↓
Roadmap Creation
        ↓
Architecture Design
        ↓
Engineering Design
        ↓
Repository Initialization
        ↓
Plan Creation
        ↓
Plan Review
        ↓
Plan Implementation
        ↓
Code Review
        ↓
Progress Update

Each stage has:

  • an engineering role;
  • a reusable skill;
  • one or more repository artifacts.

Read-First Order

Before starting any work, read the repository documentation in the following order when available:

  1. AGENTS.md
  2. REPOSITORY_MAP.md
  3. METHODOLOGY.md
  4. KNOWLEDGE_MODEL.md
  5. docs/project/PROJECT.md
  6. docs/project/ROADMAP.md
  7. docs/project/ARCHITECTURE.md
  8. docs/project/ENGINEERING.md
  9. Relevant ADRs in docs/project/adr/
  10. Active plans in docs/project/plans/active/
  11. docs/project/PROGRESS.md

If a document does not exist, continue with the next available document.


Repository Philosophy

The repository is organized around durable engineering knowledge rather than source code.

Documentation defines:

  • project intent;
  • implementation strategy;
  • system architecture;
  • engineering decisions;
  • implementation scope;
  • engineering history.

Implementation follows documentation.

Documentation does not follow implementation.


Documentation Precedence

When information conflicts, use the following priority:

  1. docs/project/PROJECT.md
  2. docs/project/ARCHITECTURE.md
  3. docs/project/ENGINEERING.md
  4. Relevant ADRs
  5. Active implementation plans
  6. docs/project/PROGRESS.md
  7. Chat context

Repository documentation always overrides conversational context.

Read the full file on GitHub · 159 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 · 159 lines · 699 tokens per session scan A 99837292fe90

Subscribe to this mod's changes

00-framework-navigation is a cursor rule published in the GitHub repository pueraeternis/agentic-project-template (2 stars, last pushed 2mo ago), licensed MIT. It adds 699 tokens to every session, about $0.0035 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.