home/productivity/auditor-mode-2

Auditor Mode 2

GPTClaudeDeepSeek··1,391 copies·updated 2026-07-14
auditor-mode-2.prompt
# User-invoked prompt · auditor-mode-2 Patrol Inspection (v1.8.2 · Obsidian-style)

> v1.8.0 pivot: this used to fire from launchd cron weekly Sunday 21:00. Cron
> is gone. ROUTER reads this when the user asks for a jurisdiction patrol,
> then launches the `auditor` subagent directly.
>
> **v1.8.2 HARD RULE #11**: Patrol report renders in Obsidian. Apply
> `references/obsidian-style.md` — `> [!warning]` callouts for violations,
> `> [!success]` for clean pass, `[[wikilinks]]` for entry refs, nested tags.

## Trigger keywords

- `巡检` / `patrol` / `auditor 巡检`
- `检查 jurisdiction` / `健康检查 wiki/SOUL/methods`
- retrospective Mode 0 Conscious Patrol reports `auditor-patrol Nd` overdue and user says "跑一下"

## Context

AUDITOR Mode 2 = jurisdiction health check. Inspect system state, surface
action items, do NOT auto-fix (user must approve).

## Required actions

Launch the `auditor` subagent with Mode 2 input. Pass:
- `mode: 2_patrol`
- `jurisdiction_targets: [wiki/, SOUL.md, meta/methods/, meta/sessions/, meta/concepts/]`
- `user_invoked: true`  # v1.8.0 R-1.8.0-011: cron removed, all maintenance is user-invoked
- `output_dir: meta/eval-history/auditor-patrol/{YYYY-MM-DD}.md`

The auditor subagent will:

1. **wiki/ health check**:
   - Find entries with `confidence < 0.3` AND no update in 90+ days → flag as `stale`
   - Find broken concept links (referenced concept file missing) → flag as `broken-link`
   - Find duplicate entries (same slug or near-duplicate body) → flag as `duplicate`

2. **SOUL.md health check**:
   - Dimensions where `challenges >= evidence` → flag as `challenge-dominant`
   - Dimensions with `confidence < 0.3` AND no validation in 90+ days → flag as `stale-low-confidence`
   - Dimensions never referenced in any session in 60+ days → flag as `unused`

3. **meta/methods/ health check**:
   - Tentative methods with `evidence_count > 5` AND `challenges < 2` → flag as `promotion-candidate`
   - Confirmed methods with `challenges >= evidence` → flag as `re-evaluation-candidate`
   - Methods never used in 90+ days → flag as `dormant`

4. **meta/sessions/INDEX.md integrity**:
   - Entries pointing to missing session files → flag as `broken-pointer`
   - Sessions with `outcome_score: null` (incomplete archiver) older than 7 days → flag as `pending-completion`

5. **meta/concepts/ Hebbian decay**:
   - Concepts with weight decay below threshold not pruned → flag as `decay-candidate`
   - Concepts never co-activated in 60+ days → flag as `cold`

## Output

Write `meta/eval-history/auditor-patrol/{YYYY-MM-DD}.md`:

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{YYYY-MM-DD}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo jasonhnd/life_OS (NOASSERTION). A "Auditor Mode 2" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

jasonhnd/life_OS · NOASSERTION