oberagent

Gate agent dispatches by mandating the oberprompt checklist before Task tool use.

60|3|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/ryanthedev/oberskills --skill oberagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oberagent
Source: https://github.com/ryanthedev/oberskills/tree/main/skills/oberagent
Command: npx skills add https://github.com/ryanthedev/oberskills --skill oberagent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures safe and compliant agent dispatch by gating every Task tool invocation with the oberprompt framework and a mandatory checklist, preventing unsafe or unvalidated prompts from executing.

Core Features & Use Cases

  • Gated Agent Dispatch: Always require invoking oberprompt before any Task tool call to enforce constraints and validation.
  • Iron Law Enforcement: Enforces explicit rules for subagents and skill usage to prevent uncontrolled prompt behavior.
  • Structured Workflow: Provides a step-by-step process (Define Purpose, Select Type, Choose Model Tier, Identify Skills, Write Prompt, Validate) to standardize agent prompts.

Quick Start

Invoke oberprompt first, then run the oberagent workflow to gate and validate any subsequent agent dispatch.

Frequently Asked Questions about oberagent

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

FAQPage Schema
How do I enforce safety checks before dispatching subagents in an agentic workflow?

Agent dispatch safety checks are enforced by gating every Task tool invocation with a mandatory oberprompt checklist, ensuring constraint budgets and validation are applied prior to execution.

What is the best way to prevent uncontrolled prompt behavior in multi-agent workflows?

Preventing uncontrolled prompt behavior requires enforcing explicit iron laws for subagents and skill usage, standardizing agent prompts through a structured step-by-step validation workflow.

How do I standardize agent prompts for explore and plan workflows?

Standardizing agent prompts involves a structured process: define purpose, select type, choose model tier, identify skills, write prompt, and validate to ensure consistent execution across explore and plan workflows.

Does agent dispatch require constraint budget validation before Task tool execution?

Yes, agent dispatch requires constraint budget validation before Task tool execution to guarantee safety guardrails are applied and misbehavior is prevented across all subagent workflows.

Why does my subagent workflow bypass safety guardrails during execution?

Subagent workflows bypass safety guardrails when the oberprompt framework is not invoked prior to Task tool calls, missing the mandatory checklist that loads relevant skills and enforces constraints.

Can I load relevant skills into subagent prompts dynamically during agent dispatch?

Yes, you can load relevant skills into subagent prompts dynamically during agent dispatch by invoking the oberprompt framework first to gate and validate the subsequent execution.