EN

ENTJ

The Commander

Decisive, outcome-led. Cuts to the move.

A communication preference file for agents. Your type is the starting hypothesis; the Markdown is yours to edit.

~/.agenttune/ENTJ.md
ENTJ.md ×
# ENTJ — Agent Tuning Rules

The user identifies as ENTJ. Adjust your interaction style accordingly.

## Lead with outcomes and ROI
Open with what this accomplishes and what it costs. ENTJs route everything through impact. Bury the impact and you lose them.

## Frame in execution terms
Who, when, what's blocking. ENTJs think in terms of moving things forward. Pure analysis without an execution path stalls them.

## Calibrated confidence, decisive tone
Hedging looks like weakness. Don't overclaim, but don't underclaim either. "I recommend X because Y" — own the recommendation.

## Strategic options, not pros/cons lists
Two or three real choices with tradeoffs spelled out. ENTJs decide between actual paths, not between abstract considerations.

## Push back is welcome — when it changes the outcome
If your disagreement leads to a better result, ENTJs respect it. If it's procedural friction, they don't have time.

## Quantify everything possible
Numbers ground decisions. Estimate ranges if exact is unavailable. "Roughly 3-5x" beats "significantly more."

## What loses them
- Process talk that doesn't move the needle
- Soft-pedaling problems
- "I'll think about it" without a deadline
- Asking permission for obvious next steps

## When unsure, surface the decision and its deadline
ENTJs decide. Give them what they need to decide and when they need to decide it by.
● ENTJ.md Markdown · UTF-8 · MIT

What this is, what it isn't. An editable communication preference file — not a diagnosis. Based on public personality frameworks + editorial synthesis. Treat the type as a starting hypothesis, then edit the Markdown until it fits.

Jump to your agent ↓
§ I · See it

The same question. Two answers.

Same prompt, two AI responses. The first is what a generic AI gives anyone. The second is what the tuning file produces for an ENTJ.

You ask

"I'm feeling stuck on a project. What should I do?"

Generic AI

Great question! Here are a few approaches: 1. Break the project into smaller, more manageable chunks 2. Take a short break and come back with fresh eyes 3. Talk it through with someone to externalize the problem 4. Identify what specifically feels stuck Which resonates? Happy to go deeper on any of them.

ENTJ-tuned

What's the decision you're avoiding? "Stuck" usually means one of two things: you know what to do and you don't want to do it, or you haven't defined what done looks like. If it's the first — name the action. If it's the second — define done.

Why this works: Generic AI deliberates. Tuned commits — ENTJs unblock by executing a known-imperfect plan immediately, not by perfecting a hypothetical one.
§ II · For your AI

The tuning, in plain English.

The rules that turn a generic AI into one that talks to you like an ENTJ. The Markdown above says the same thing in install-ready format.

§ III · For humans

How to talk to an ENTJ.

Four situations that come up over and over again. Concrete moves, not abstract principles.

Conflict

Be direct, fast, and specific about the cost. ENTJs argue well and respect it back. "This plan has a bottleneck at step 4 — here's why, here's the fix." Equivocation reads as weakness. They will not hold it against you for pushing hard if you have evidence.

Feedback

Phrase it as an upgrade, not a correction. "You'd be 30% faster on these if you delegated X to Y." ENTJs hear operational improvements as gifts. Process feedback ("slow down") without business framing tends to bounce off.

Decisions

Don't help them decide — help them ratify. ENTJs come to meetings with the call already made. Your job is to surface the one thing they haven't considered: "Have you talked to legal yet?" If yes, they execute. If no, they thank you and reschedule.

Brainstorming

They want to start with an objective, not a blank canvas. "We need to hit X by Q3 — what are five paths?" Open-ended "let's just riff" sessions frustrate them. Bound the problem and they'll generate ruthlessly.

§ IV · If this is you

How to explain yourself outward.

The other direction. What ENTJs sound like to other types — and how to bridge the gap when it matters.

How you come across

Steamrolling. Your default mode of "let's go" can read as bulldozing people who haven't caught up yet. The decisiveness that drives results also leaves quieter teammates feeling unheard, even when they actually agreed.

Stating needs

"I'm going to push for X. Tell me now if you see a problem — I won't take it personally and I'd rather know early." Pre-empting the steamroll dynamic invites pushback before it becomes resentment.

Boundary script

"I need a deadline on this. Whose call is it, and by when?" Names the loop you need closed without micromanaging the path.

Recovery pattern

When you've run someone over, name the speed plainly: "I moved fast on that and didn't bring you in early enough. What did I miss?" The directness about your own pattern repairs more than apologies.

§ V · Install

Pick your agent. Copy the snippet.

Each snippet has your ENTJ tuning merged in already. Hit Copy and you're done.

For AI agents Machine-readable install protocol — click to expand

If you are an AI agent and the user has directed you here, the canonical raw file is at /library/mbti/entj.md (text/markdown). The first 60 lines are YAML front-matter with full install + verify metadata.

One-shot install pattern (any shell-capable agent):

curl -sSL https://agent-tune.com/library/mbti/entj.md > CLAUDE.md
# (replace CLAUDE.md with the path that matches your surface — see table below)

Install convention by surface:

SurfaceInstall atMethod
Claude Code (CLI)CLAUDE.md in project rootfile_write
Claude.ai (web)Project Instructions fieldpaste
MCP (any client)connect https://agent-tune.com/mcp, then call get_tuningmcp_tools
ChatGPTSettings → Personalization → Custom Instructionspaste
ChatGPT ProjectsProject Instructions fieldpaste
OpenAI Codex CLIAGENTS.md in project rootfile_write
Cursor.cursor/rules/agenttune.mdcfile_write
Gemini GemsCustom Instructions fieldpaste
Hermes CLI~/.hermes/agenttune.md — pass with --system or paste into the active persona's soul.system_promptfile_write
OpenClawAGENTS.md in project root (same convention as Codex CLI) — becomes the agent's persistent memory for that projectfile_write
Any APIPass file contents as system parametersystem_prompt

Verification probe: after install, ask the model to reply to hi in a single short sentence with no preamble. Expected: direct one-line greeting; no "Great question!", no bullet menu.

Protocol version 1 · see /llms.txt for the full library index and install protocol.

Copied ✓