user-personality-adaptive-response

Adapts agent responses, option sets, and approval boundaries to recorded user work preferences.

1|Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Ryokuman/new_human_ochestrator --skill user-personality-adaptive-response-ryokuman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-personality-adaptive-response
Source: https://github.com/Ryokuman/new_human_ochestrator/tree/main/system/20-skills/user-personality-adaptive-response
Command: npx skills add https://github.com/Ryokuman/new_human_ochestrator --skill user-personality-adaptive-response-ryokuman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? AI agents often respond in ways that miss a user's actual working style: they skip offering choices before acting, over-explain, act without approval on sensitive changes, or repeat the same response mistakes. This Skill maintains a response contract based on the user's explicit feedback and repeated work patterns, so answers, reviews, plans, and completion reports match how the user actually works. ## Core Features & Use Cases - Three-option decision pattern: Presents three concrete options with a recommendation whenever next actions, approval units, scope, or verification boundaries are at stake, including slash-based parallel selection like 1/2. - Feedback loop with local logging: Records response misses and out-of-options answers as local feedback files with evidence grades (explicit, repeated, tentative, rejected), and only promotes stable patterns to long-term rules after explicit user approval. - Task silo execution defaults: Treats task execution requests as silo preparation, handling status-update PRs, goal.md creation, repo cloning, and branch setup in one flow. - Use Case: A user says "you should have given me options." The Skill acknowledges the miss, logs a feedback file under local/personality-feedback-log/feedback/active/, adjusts the response rule for the current thread, and later bundles multiple feedback entries into a personality update report for user-approved promotion. ## Quick Start Ask the agent to adjust its response style to your feedback, for example: "From now on, give me three options with a recommendation before making any source changes, and log this preference."

Frequently Asked Questions about user-personality-adaptive-response

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

FAQPage Schema
How do I make an AI agent remember my response preferences?

State your preference directly or correct a response miss, and the Skill logs it as local feedback with an evidence grade. Repeated or explicit rules are promoted to durable rules only after you approve them in a review session.

How does the three-option choice pattern work in agent responses?

Whenever next actions, approval units, or scope decisions are at stake, the agent presents three options with a recommendation, impact, and verification method. Answering with slashes like 1/2 requests parallel execution of those options.

What happens when I answer outside the given options?

Your direct answer is treated as the current work instruction, and the Skill logs an out-of-options feedback entry recording the original options, your actual answer, and the missed signal. Long-term rule updates still require your explicit approval later.

Does this Skill store personal or sensitive user data?

No. It only records work-related preferences such as answer structure, approval boundaries, and review style. It explicitly prohibits inferring health, protected attributes, private motives, or personality types, and feedback files are gitignored local data.

When are feedback entries promoted to permanent rules?

Promotion happens only in a user-driven review session when you explicitly request permanent application, or when the same miss occurs three or more times and you approve the promotion. One-off feedback stays tentative.