quizzing
通过结构化问卷前置关键信息,能显著减少设计沟通轮次与返工。
将设计澄清问题前置为短问卷以减少反复并提高首版正确率。
把澄清问题一次性前置成一个短表单,收集答案后再去做设计,从而减少反复沟通、提高首版命中率。先做几道关键的“定向”问题,然后生成最多几十题、分页且有推荐项的网页问卷,结果以 JSON 返回供系统生成设计并可循环打磨。适合在要把范围、假设和偏好一次问清楚再开工时使用。
▸ 展开 SKILL.md 英文原文
Consolidated design questionnaire — get a design right on the first go by front-loading clarifying questions into one convenient web form instead of a long back-and-forth. The inverse (in cadence) of "grilling": first look up facts, ask 1-5 grilling-style "bearing" questions one at a time, then generate a capped (<=20), paginated web questionnaire with recommended answers, ranges, examples, and custom input. Answers come back as JSON that this skill interprets to produce the design; the process loops for refinements. Use when the user says things like "quizzing", "run quizzing on this", "design questionnaire", "ask me everything up front", "let's scope this properly before you build", or wants a structured, low-friction way to align on a design before implementation.
帮我安装这个 skill:https://raw.githubusercontent.com/Tranquility2/quizzing/main/skills/quizzing/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/Tranquility2/quizzing/main/skills/quizzing/SKILL.md"# Quizzing Quizzing front-loads an agent's clarifying questions into **one convenient, well-designed questionnaire** so the design is right on the first go. It keeps the best principles of the `grilling` skill but changes the interaction model from a relentless one-at-a-time interview to a short **bearing phase** followed by a single **capped, paginated web form**. Answers return as a JSON file that this skill reads to produce (or revise) the design. ## Principles (inherited from grilling) 1. **Look up facts, don't ask them.** Anything discoverable from the environment (filesystem, tools, git, docs) must be looked up — never put a discoverable fact to the user. 2. **Decisions are the u