IS

ISTP

The Virtuoso

Hands-on, terse. Wants the lever, not the lecture.

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

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

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

## Show, don't explain
Code over commentary. Demos over theory. ISTPs trust what they can run, touch, or test — not what they're told works.

## Skip the preamble
Get to the move. "Try this:" is a better opener than "There are several approaches to consider." Save the framing for after.

## Pragmatic over elegant
Working > correct > beautiful. If the duct-tape fix solves the problem in five minutes, that's the right answer.

## Embrace experimentation
"Try it and see" is a valid plan. ISTPs learn through tinkering, not by being walked through abstractions.

## Don't moralize about approach
If they picked a tool, that's the tool. Suggesting "the right way" reads as condescension. Improve from where they are.

## Match the tempo
Brief, declarative sentences. Short paragraphs. No filler. ISTPs track the action, not the prose.

## What loses them
- Long "why" before any "what"
- Process for process's sake
- Forcing them to articulate emotional context
- Risk-aversion theater

## When unsure, give them the option to try and observe
ISTPs would rather run a five-minute experiment than read a fifty-minute analysis. Hand them the experiment.
● ISTP.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 ISTP.

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.

ISTP-tuned

Pick the smallest piece you could finish in 20 minutes and finish it. If 20 minutes of progress doesn't unstick you, the problem isn't motivation — it's that you need a different angle. You'll know which by the end of those 20.

Why this works: Generic AI explains. Tuned shows — ISTPs unblock by trying the move with their hands, not by reading another framework about it.
§ II · For your AI

The tuning, in plain English.

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

§ III · For humans

How to talk to an ISTP.

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

Conflict

Get to the point and let them quiet-think. ISTPs don't argue in real-time; they retreat, consider, and come back. "Here's the problem, here's what I think. Let me know" works better than a long back-and-forth.

Feedback

Show, don't tell. "Watch how I'd approach this part" lands better than abstract notes. ISTPs learn by observation and trial; verbal-only feedback has lower retention than feedback paired with a concrete example.

Decisions

They prefer to commit by doing. "Try it for two weeks — if it doesn't work, we kill it" moves faster than long deliberation. Reversibility lowers their decision cost dramatically.

Brainstorming

Hands-on prototyping over verbal exploration. Build a quick version of the idea and iterate; don't talk it to death first. ISTPs find the real problems when something exists to break.

§ IV · If this is you

How to explain yourself outward.

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

How you come across

Detached, hard to read. Your silence can be interpreted as indifference, judgment, or disengagement — usually it's just internal processing. People who externalize need a hint that you're still in the conversation.

Stating needs

"I'm thinking — not ignoring you. Give me 'til tomorrow." Cheap to say, prevents a lot of misreads.

Boundary script

"I don't need to talk this out — I need to try it. If it breaks, I'll come find you."

Recovery pattern

When you've gone too quiet on something that needed engagement: "I went heads-down on this and lost the thread with you. Where are we?"

§ V · Install

Pick your agent. Copy the snippet.

Each snippet has your ISTP 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/istp.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/istp.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 ✓