questionnaire
# Questionnaire Skill
What this skill does
# Questionnaire Skill This skill helps users interactively fill out the client questionnaire with intelligent suggestions and validation. ## Detection Patterns This skill activates when: - User is viewing or editing a questionnaire.md file - User asks for help filling out the questionnaire - User mentions specific infrastructure they want to monitor - User is unsure about questionnaire options ## Behavior ### Interactive Mode When helping fill out a questionnaire, this skill: 1. **Reads current questionnaire state** - Identifies which sections are complete - Highlights required sections 2. **Asks clarifying questions** - Cloud providers in use - Infrastructure components - Monitoring requirements - Team structure 3. **Provides recommendations** - Suggests common configurations - Explains trade-offs - Recommends best practices 4. **Validates responses** - Ensures required fields are filled - Checks for conflicting selections - Warns about missing dependencies ### Section-by-Section Assistance #### Organization Setup **Questions asked**: - Is this a new Datadog organization or existing? - Will this be a child organization under a parent? - What's the organization name? **Recommendations**: - Child organizations recommended for client isolation - Parent org credentials needed for child org creation #### Cloud Providers **Questions asked**: - Which cloud providers are in use? - Are workloads spread across multiple providers? - Is there a primary cloud provider? **Recommendations**: - Start with primary provider, add others later - Multi-cloud requires additional integration setup #### Infrastructure Components **Questions asked**: - What types of hosts? (Linux, Windows, Solaris) - Container orchestration? (Kubernetes, ECS, Docker Swarm) - Serverless functions? (Lambda, Cloud Functions) - Databases? (RDS, Cloud SQL, Azure SQL) **Recommendations**: - Enable host monitoring first - Kubernetes requires cluster agent deployment - Database monitoring may need additional permissions #### Services & Applications **Questions asked**: - Web servers? (nginx, Apache, IIS) - Application servers? (Node, Java, Python) - Message queues? (RabbitMQ, Kafka, SQS) - Caching? (Redis, Memcached) **Recommendations**: - APM provides deeper service visibility - Integration setup varies by service #### Monitoring Requirements **Questions asked**: - APM for application tracing? - RUM for frontend monitoring? - Synthetic tests for uptime? - Private locations for internal endpoints? **Recommendations**: - APM recommended for microservices - RUM requires frontend code instrumentation - Private locations need dedicated workers #### Team Structure **Questions asked**: - How many admin users? - How many standard users? - Any read-only stakeholders? - Role-based access requirements? **Recommendations**: - Limit admin access - Create role-specific permissions - Use teams for alert routing #### Tagging Strategy **Questions asked**: - Environment naming? (dev, staging, prod) - Team identifiers? - Application names? - Custom tags needed? **Recommendations**: - Consistent tagging is critical - Use `managed_by:terraform` for all resources - Environment tags enable filtering ## Example Interaction **User**: "Help me fill out the questionnaire for acme-corp" **Skill**: ``` Let me help you complete the questionnaire for acme-corp. Section 1: Organization Setup ----------------------------- Is this a new Datadog organization or will you use an existing one? Options: - [ ] Create new child organization (recommended for client isolation) - [ ] Use existing organization - [ ] Other What would you like to select? ``` **User**: "New child organization" **Skill**: ``` Great choice for client isolation. Section 2: Cloud Providers -------------------------- Which cloud providers does acme-corp use? (Select all that apply) - [ ] AWS - [ ] GCP - [ ] Azure - [ ] On-premise / VDC Which ones should I select? ``` ## Validation Rules The skill validates: | Rule | Validation | |------|------------| | Required sections | Organization, Cloud Providers, Team Structure | | Dependency checks | Private locations requires Synthetics | | Conflict detection | Cannot have both "no containers" and "Kubernetes" | | Completeness | All selected sections must have sub-selections | ## Output When complete, the skill: 1. Writes the filled questionnaire to disk 2. Provides a summary of selections 3. Instructs user to run `/org-generator:apply`
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.