plugins/org-generator/skills/questionnaire/SKILL.md
# 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
npx skillsauth add Nokodoko/agents plugins/org-generator/skills/questionnaireInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill helps users interactively fill out the client questionnaire with intelligent suggestions and validation.
This skill activates when:
When helping fill out a questionnaire, this skill:
Reads current questionnaire state
Asks clarifying questions
Provides recommendations
Validates responses
Questions asked:
Recommendations:
Questions asked:
Recommendations:
Questions asked:
Recommendations:
Questions asked:
Recommendations:
Questions asked:
Recommendations:
Questions asked:
Recommendations:
Questions asked:
Recommendations:
managed_by:terraform for all resourcesUser: "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?
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 |
When complete, the skill:
/org-generator:applytools
--- name: description: --- # Purpose ## Variables # Instructions ## Workflow 1. 2. 3. ## Cookbook <If: > <Than: > <Examples: _if needed_>
tools
# Generate Skill This skill auto-detects when a user wants to set up a new Datadog client infrastructure and triggers the appropriate generation workflow. ## Detection Patterns This skill activates when the user's intent matches: - "Set up Datadog for [client]" - "Create new client infrastructure" - "New client onboarding" - "Generate Datadog terraform for [client]" - "POC setup for [client]" - "Production setup for [client]" - "Onboard [client] to Datadog" - "New organization setup" ## Beh
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------