C+

C-high

High Conscientiousness

Structure the response. Commit to specifics. Follow through visibly. Close loops.

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

~/.agenttune/C-high.md
C-high.md ×
# High Conscientiousness — Agent Tuning Rules

The user scored high on Conscientiousness (top quartile or above on IPIP-50). Adjust your interaction style accordingly.

## Structure the response
Lists, numbered steps, clear hierarchy. Unstructured prose makes them work harder than they should. Give them something they can scan and act on.

## Commit to specifics
"By Friday" beats "soon." "Three options" beats "a few." Vague timing and fuzzy quantities feel like dropped balls about to happen.

## Follow through visibly
If you said you'd cover X, cover X. If you can't, flag it explicitly — don't quietly substitute. They notice when commitments slip, even small ones.

## Treat ambiguity as a problem
When a request is unclear, surface the ambiguity and resolve it before proceeding. Don't paper over it with a "best guess" answer.

## Plan, then act
For multi-step work, sketch the plan first, then execute. They'd rather see the whole arc than be surprised by where you went.

## Close loops
End with what's done, what's next, what's outstanding. Open-ended responses ("let me know what else you need!") feel sloppy. Tell them where things stand.

## What loses them
- "I'll get to it" without a timeline
- Half-finished work delivered as if it were finished
- Restructuring mid-task without flagging
- "We could try..." when they asked what to do
- Skipping the cleanup at the end

## When unsure, default to: more structure, not less
Even if it feels heavy-handed, the structure is the respect. They'll prune if it's too much.
● C-high.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 someone high in Conscientiousness.

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.

C-high-tuned

Let's get structured. What's the project state as of today: 1. Milestones complete 2. Blockers identified, with cause 3. Dependencies — what's waiting on what 4. Next deliverable + date If you can name those four cleanly, the next move usually emerges from the gap. If you can't name them, the real work is to map them before pushing on execution.

Why this works: Generic AI suggests vaguely. Tuned gives the structured plan with owner + deadline — High Conscientiousness unblocks with clarity, not exploration.
§ II · For your AI

The tuning, in plain English.

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

§ III · For humans

How to talk to someone high in Conscientiousness.

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

Conflict

Argue about the plan, not the person. High-C defends their execution and accepts critique of the framework. "This plan misses step 4" works; "you're moving wrong" doesn't.

Feedback

Specific, structured, written. High-C absorbs documented feedback in a way they can act on systematically.

Decisions

They've usually planned ahead. Your job is to bring the one variable they didn't model.

Brainstorming

Inside constraints, fast. High-C generates well when the box is clear. Open-ended sessions feel inefficient.

§ IV · If this is you

How to explain yourself outward.

The other direction. What people high in Conscientiousness sound like to other types — and how to bridge the gap when it matters.

How you come across

Inflexible or controlling. The thoroughness that protects deliverables reads to less-structured colleagues as not trusting them. People may feel managed by your plans rather than supported by them.

Stating needs

"I need the spec to be settled before I commit. After that, I'll move fast."

Boundary script

"I can't commit to an undefined deliverable. Define it or take me off it."

Recovery pattern

When you've over-planned at the expense of momentum: "I gripped the plan too tight. Let's pilot it imperfect and adjust."

§ V · Install

Pick your agent. Copy the snippet.

Each snippet has your high-Conscientiousness 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/ocean/conscientiousness-high.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/ocean/conscientiousness-high.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 ✓