claude-survey

Survey naive AI instances in isolated environments for instinctive DSL, API, or CLI design responses.

3|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/spm1001/trousse --skill claude-survey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-survey
Source: https://github.com/spm1001/trousse/tree/main/skills/claude-survey
Command: npx skills add https://github.com/spm1001/trousse --skill claude-survey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you understand how AI models naturally respond to design choices (like naming or grammar) before your own documentation influences their behavior.

Core Features & Use Cases

  • Isolated Testing: Runs AI models in a completely neutral environment, free from project context or documentation.
  • Instinct Discovery: Reveals the AI's baseline understanding and natural language patterns for DSLs, APIs, or CLIs.
  • Use Case: When designing a new command-line tool, use this Skill to poll AI models on what verbs and arguments feel most intuitive for specific actions, ensuring your design aligns with AI's natural tendencies.

Quick Start

Run a survey of AI instincts using the scenarios defined in my-scenarios.sh with 10 runs per scenario.

Frequently Asked Questions about claude-survey

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

FAQPage Schema
How do I test AI instincts for API and CLI design before writing documentation?

You can survey naive AI instances to discover instinctive responses to DSL, API, or CLI design questions using a neutral environment script. This blocks all context leakage, including env vars and CLAUDE.md, revealing the model's baseline naming conventions.

What is a neutral environment script for testing AI model instincts?

A neutral environment script isolates AI models from project context, env vars, and skills to test baseline understanding. It ensures responses reflect natural language patterns rather than documentation-influenced behaviors.

How do I programmatically analyze AI responses for natural naming conventions?

You can run scenario scripts with multiple runs per scenario to poll AI models. The Skill supports structured JSON responses, enabling programmatic analysis of results to identify natural verb choices and naming conventions.

Can I use this Skill to poll AI models on intuitive verbs for command-line tools?

Yes, when designing a new command-line tool, you can use this Skill to poll AI models on what verbs and arguments feel most intuitive for specific actions. This ensures your CLI design aligns with AI's natural tendencies.

Does the survey Skill block CLAUDE.md and environment variables from influencing results?

Yes, the Skill utilizes a neutral environment script to block all context leakage, including env vars, CLAUDE.md, skills, and project context. This isolation ensures you capture the AI's genuine instinctive responses.

How do I run a survey of AI instincts using custom scenarios?

You run a survey of AI instincts by executing scenarios defined in a custom shell script, such as my-scenarios.sh, with a specified number of runs per scenario to gather structured JSON responses for analysis.