Generate the spec and agent files
generate_specTurns questionnaire answers into a complete build specification (stack, database schema, auth flows, pages, design system, SEO, security, legal, deployment, file structure) and the matching agent files. Deterministic: the same answers always give the same bytes. Values: select/radio = one option value, multiselect = array of option values, boolean = true/false, number = number. Returns the requested files; by default AGENTS.md (full spec + working agreement) and CLAUDE.md (imports AGENTS.md) — write them at the repository root. Uses one spec from the quota (2 free without an API key).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| files | No | Files to return. Default: ["AGENTS.md", "CLAUDE.md"] | |
| answers | Yes | Question id => value, as described by get_questionnaire |