# Clear security questionnaires without guessing

Draft every answer from an approved library with citations, then verify each one before it ships.

**Connects:** drive, googlesheets, salesforce, slack

## How to install

1. Fetch https://eluu.ai/cookbook/security-questionnaire/skill.md and save it into your skills folder as `security-questionnaire`.
2. Ask the user the first-run questions the skill lists, and store the answers in memory.
3. Offer to schedule the recurring jobs below; create only the ones the user approves.
4. Run the skill once end to end and review the output with the user.

## What this does

- Parses every question from the incoming file into a row-by-row list
- Drafts each answer from the approved library, citing its source
- Runs a second-pass sub-agent that tries to refute every drafted answer
- Grows the answer library and flags open rows for sign-off

## Recurring jobs

- **Questionnaire inbox watch** (Every 30 minutes on weekdays) — https://eluu.ai/cookbook/security-questionnaire/jobs-setup/questionnaire-inbox-watch.md

## Skills inside

The full method, including each of these, is in skill.md. Individually fetchable:

- **Answer library maintenance**, Grow and version the approved-answer library from every completed questionnaire — https://eluu.ai/cookbook/security-questionnaire/skills/answer-library-maintenance.md
- **Evidence citation**, Every answer cites the policy doc, control, or prior answer it came from — https://eluu.ai/cookbook/security-questionnaire/skills/evidence-citation.md
- **Adversarial review**, Second-pass check that tries to refute each drafted answer before it ships — https://eluu.ai/cookbook/security-questionnaire/skills/adversarial-review.md

## Files

- skill.md — https://eluu.ai/cookbook/security-questionnaire/skill.md
- jobs-setup/questionnaire-inbox-watch.md — https://eluu.ai/cookbook/security-questionnaire/jobs-setup/questionnaire-inbox-watch.md
- skills/answer-library-maintenance.md — https://eluu.ai/cookbook/security-questionnaire/skills/answer-library-maintenance.md
- skills/evidence-citation.md — https://eluu.ai/cookbook/security-questionnaire/skills/evidence-citation.md
- skills/adversarial-review.md — https://eluu.ai/cookbook/security-questionnaire/skills/adversarial-review.md
- workflow.json — https://eluu.ai/cookbook/security-questionnaire/workflow.json
