Notre avis
Interviewe l'utilisateur pour capturer des préférences stables et transversales, puis les enregistre dans Honcho.
Points forts
- Questions regroupées pour réduire les allers-retours
- Scan de l'environnement pour détecter automatiquement certaines préférences
- Sauvegarde des conclusions dans la mémoire Honcho
- Permet de sauter les sujets si l'utilisateur décline
Limites
- Nécessite le système Honcho pour fonctionner
- Peut ne pas couvrir toutes les préférences possibles
- Dépend de la coopération de l'utilisateur
Lors de la configuration initiale d'un agent ou pour personnaliser son comportement entre projets.
Lorsque seules des préférences spécifiques à un projet sont nécessaires ou que des données sensibles pourraient être partagées.
Analyse de sécurité
SûrThe skill only uses the 'chat' and 'create_conclusion' tools, does not execute any shell commands, and avoids handling sensitive information. There is no risk of destructive or exfiltrating actions.
Aucun point d'attention détecté
Exemples
Let's set up my cross-project preferences. Interview me.Save that I prefer detailed explanations and step-by-step instructions.What do you know about my preferences already? I want to update some.name: honcho-interview description: Interview the user to capture stable, cross-project preferences and save them to Honcho allowed-tools: chat, create_conclusion user-invocable: true
Honcho Interview
Learn stable, cross-project aspects of the user and store them in Honcho memory.
Guardrails
- Focus on global traits that are unlikely to change between projects.
- Avoid project-specific topics, credentials, addresses, or other sensitive information.
- If an answer is vague, ask one brief clarification before saving a conclusion.
- If the user declines to answer, skip that topic and move on.
- Use existing knowledge to avoid repeating questions the memory already covers.
Step 1: Gather Context
Before asking anything, do two things in parallel:
- Check existing memory: Use the
chattool to ask what is already known about the user. - Scan the environment: Check for files that reveal preferences:
~/.claude/CLAUDE.mdor.claude/CLAUDE.md— explicit user instructionspackage.json— detect package manager (bun/npm/yarn/pnpm).editorconfig,.prettierrc,tsconfig.json— code style- Shell config (
~/.zshrc,~/.bashrc) — OS, shell, env vars .python-version,pyproject.toml— Python tooling
Step 2: Present Findings
Show the user a single summary of everything detected:
Here's what I know so far:
- OS/Shell: macOS, zsh
- Package managers: bun (JS), uv (Python)
- Code style: TypeScript, strict mode
- [any preferences from existing memory]
What I still need to know:
- Communication style (concise vs detailed)
- Code quality priority (clarity, performance, tests)
- Collaboration style (direct changes vs propose first)
Step 3: Fill Gaps (Batch)
Present ALL remaining unknowns as a single numbered list. The user can answer them all at once in one message rather than going back and forth 8 times.
The full set of preferences to cover (skip any already answered by Step 1):
- Communication style: concise answers, detailed explanations, or a mix?
- Tone: direct/professional or conversational?
- Structure: bullet points, step-by-step, or narrative?
- Technical depth: beginner, intermediate, or expert?
- Learning preference: explanations first, examples first, or both?
- Code quality focus: clarity, performance, tests, or minimal changes?
- Collaboration style: make changes directly, propose options, or ask first?
- Environment: OS, shell, package managers, editors?
Example prompt:
I have 4 remaining questions. You can answer them all at once -- just number your answers:
- Communication style: concise, detailed, or mix?
- Code quality: what matters most -- clarity, performance, tests?
- Collaboration: direct changes, propose options, or ask first?
- Anything else worth knowing?
Saving Conclusions
After the user responds, save one create_conclusion per distinct preference. Guidelines:
- Use a single sentence per conclusion.
- Make it specific and unambiguous.
- Avoid hedging if the user gives a clear preference.
- Save conclusions from the environment scan too (package managers, OS, etc.)
Wrap-up
Briefly recap all conclusions saved and ask if anything should be corrected. Only save a new conclusion if the user explicitly corrects something.
Priorisation de Tâches
Productivite
Priorise vos tâches avec les frameworks Eisenhower, ICE et RICE.
Generateur de Rapport Hebdomadaire
Productivite
Generez des rapports de statut hebdomadaires structures et concis.
Rapport de Daily Standup
Productivite
Génère des rapports de daily standup structurés et concis.