02-documentacion

02-documentacion is a cursor rule for Cursor from Mazalucas/El-DT-Lightweight-Army. It costs 0 tokens per session (793 once invoked), scanned A, original, MIT.

A documentation rulebook for creating or editing files under the docs/ folder. It defines document layers, identifiers, and catalogue synchronisation requirements.

In plain words
What is it for?
Use it when writing, reorganising, or maintaining project documentation.
Why use it?
It prevents documentation from being placed in the wrong section or losing the project’s required metadata.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it when writing, reorganising, or maintaining project documentation.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/mazalucas/el-dt-lightweight-army/02-documentacion
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.

Clone the repo
git clone --depth 1 https://github.com/Mazalucas/El-DT-Lightweight-Army

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 02-documentacion

README.md
[![agentmods](https://agentmods.dev/badge/rules/mazalucas/el-dt-lightweight-army/02-documentacion/github.svg)](https://agentmods.dev/rules/mazalucas/el-dt-lightweight-army/02-documentacion)
Your own site
<a href="https://agentmods.dev/rules/mazalucas/el-dt-lightweight-army/02-documentacion"><img src="https://agentmods.dev/badge/rules/mazalucas/el-dt-lightweight-army/02-documentacion/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 02-documentacion

Your own site · 80×15
<a href="https://agentmods.dev/rules/mazalucas/el-dt-lightweight-army/02-documentacion"><img src="https://agentmods.dev/badge/rules/mazalucas/el-dt-lightweight-army/02-documentacion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 793 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00000 $0.00793
Opus 5 $0.00000 $0.00396
Sonnet 5 $0.00000 $0.00159
Haiku 4.5 $0.00000 $0.00079

Measured 6d ago against content hash 6d7bb942d521, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

02-documentacion 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 6d 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/02-documentacion.mdc · 58 lines

How it starts

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

Documentación (DT)

Carga automática con glob docs/**. Si vas a crear docs sin archivos abiertos aún, el DT debe leer esta regla igual (mandato en 00-orquestador-core).

Canónico completo: abrir docs/99_meta/protocolo-documentacion-ia.md (DOC-META-001) antes de crear o refactorizar bajo docs/.

Capas bajo docs/

00_overview/  01_concepts/  02_guides/  03_reference/
04_architecture/  05_decisions/  06_operations/  07_glossary/  99_meta/

Portal: docs/README.md (DOC-OV-001). Telemetría DT: vitals/INDEX.md (complemento, no reemplazo de docs).

Qué cambió → dónde

Cambio Capa ID
DT / reglas / pipeline 00_overview/ o rule-bodies DOC-OV-*
Concepto / por qué 01_concepts/ DOC-CONCEPT-*
How-to 02_guides/ DOC-GUIDE-*
Contrato estable 03_reference/ + CHANGELOG DOC-REF-*
Arquitectura 04_architecture/ DOC-ARCH-*
Decisión (ADR) 05_decisions/ DOC-DEC-*
Runbook / ops 06_operations/ DOC-OPS-*
Glosario 07_glossary/ DOC-GLOSS-*
Evento orquestación vitals/pulse/entries/ pulse_id

Si dudás: capa de mayor autoridad (decision > architecture > reference > guide) y enlazá desde la otra.

Obligaciones mínimas

  1. Fuente única — un concepto, un doc canónico (source_of_truth: true donde aplique).
  2. Frontmatter YAML en todo .md nuevo bajo docs/: id, title, type, status, owner, updated, tags, summary, related, priority, source_of_truth.
  3. IDs DOC-<DOMINIO>-<NNN> — registrar dominios nuevos en docs/99_meta/id-registry.md. Próximo libre: ruby scripts/sync-catalog.rb --next <DOMINIO>.
  4. Plantillas en docs/99_meta/templates/ según type.
  5. Catálogoruby scripts/sync-catalog.rb tras agregar/mover docs (no editar catalog.yaml a mano).
  6. Nombres semánticos estables; evitar final-v2, misc.

ADR (mínimo)

Contexto · Decisión · Consecuencias. Tipos: overview, concept, guide, reference, architecture, decision, runbook, glossary, policy, faq.

Read the full file on GitHub · 58 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. 6d ago First seen · 58 lines · 0 tokens per session scan A 6d7bb942d521

Subscribe to this mod's changes

02-documentacion is a cursor rule published in the GitHub repository Mazalucas/El-DT-Lightweight-Army (4 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 793 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-09-03.