personal-ops-loop

Define a behavioral operating model for personal agents with bounded proactivity and privacy.

1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/oldmangrizzz/REAL_JARVIS --skill personal-ops-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: personal-ops-loop
Source: https://github.com/oldmangrizzz/REAL_JARVIS/tree/main/claude-skills/_journey/personal-ops-loop/.claude/skills/personal-ops-loop
Command: npx skills add https://github.com/oldmangrizzz/REAL_JARVIS --skill personal-ops-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The kit defines a behavioral operating model for personal agents that act with bounded proactivity while maintaining private memory, separating it from shared conversational context, and gating actions with approvals.

Core Features & Use Cases

  • Bounded proactivity that provides timely reminders and suggestions without nagging.
  • Clear separation between private long-term memory and shared context to protect user privacy.
  • Approval gates for external or irreversible actions to avoid unintended consequences.

Quick Start

Load the personal-ops-loop kit into your agent project and start a session to enable bounded proactivity, memory separation, and approval-based action gating.

Frequently Asked Questions about personal-ops-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set proactive reminders for a personal agent without it being too naggy?

Bounded proactivity allows a personal agent to provide timely reminders and suggestions without nagging. It uses heartbeat-based checks to deliver proactive prompts only when appropriate, ensuring helpful, non-intrusive personal governance.

Can I separate private memory from shared context in a personal assistant?

Yes, you can separate private memory from shared context. This privacy boundary protection keeps your durable long-term memory isolated, ensuring your personal agent maintains strict privacy across private and shared data.

How do I add approval gates for external actions in a home assistant workflow?

Approval gates enforce explicit user approval for external or irreversible actions within a personal agent workflow. This prevents unintended consequences by requiring manual confirmation before the agent executes any outbound or destructive commands.

What is the best way to manage durable memory in a proactive personal agent?

Durable memory management in a personal agent involves maintaining private long-term memory separately from shared conversational context. This behavioral operating model ensures safe, trustworthy behavior while preserving user privacy across sessions.

Does a personal agent operating model work for home assistant privacy boundaries?

Yes, this personal agent operating model specifically targets home and personal assistant contexts. It enforces privacy boundaries across private and shared data, using heartbeat checks and approval gates to ensure safe home automation behavior.

When should I not use bounded proactivity for personal agent governance?

You should avoid bounded proactivity when your workflow requires fully autonomous external actions without explicit approval gates. The model enforces explicit user confirmation for irreversible actions, limiting fully automated, unsupervised agent behavior.