survey

Generate structured architecture surveys from SPEC.md and export survey.md.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/gihwan-dev/claude-code-gui --skill survey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: survey
Source: https://github.com/gihwan-dev/claude-code-gui/tree/main/.claude/skills/survey
Command: npx skills add https://github.com/gihwan-dev/claude-code-gui --skill survey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SPEC.md 기반 아키텍처 결정 문서를 생성해야 하는 팀의 시간과 노력을 대폭 절감하고 이해관계자 간 합의를 촉진하는 워크플로우를 제공합니다.

Core Features & Use Cases

  • SPEC.md의 요구사항을 분석하고 아키텍처 결정이 필요한 부분에 대한 질문을 도출합니다.
  • AskUserQuestion 도구를 사용해 사용자로부터 응답을 수집하고, 최종적으로 survey.md를 프로젝트 루트에 작성합니다.
  • 시나리오 예시: 중요한 의사결정 문서를 빠르게 생성하고 팀 커뮤니케이션을 개선합니다.

Quick Start

SPEC.md를 프로젝트 루트에 준비한 뒤 이 스킬을 실행하면 survey.md가 자동으로 생성됩니다.

Frequently Asked Questions about survey

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate architecture decision questions from a SPEC.md file?

Generating architecture decision questions from a SPEC.md file involves analyzing requirements to derive targeted questions. This workflow reads your specification, asks stakeholders questions interactively, and exports a structured survey document to guide decisions.

What is the best way to structure a requirements analysis survey for architecture decisions?

Structuring a requirements analysis survey for architecture decisions works best by deriving questions directly from your SPEC.md. You collect stakeholder responses interactively and compile them into a survey.md file to facilitate team consensus and communication.

How do I collect stakeholder responses for architecture requirements?

To collect stakeholder responses for architecture requirements, use an interactive question tool that prompts users based on your SPEC.md analysis. The collected answers are then compiled into a structured survey document at your project root.

Does this architecture survey workflow require any specific project setup?

This architecture survey workflow requires no external dependencies, but you must prepare a SPEC.md file in your project root. Once the specification file is ready, executing the workflow automatically generates the survey document without additional environment configuration.

Can I automate documentation generation for architecture questions based on existing specifications?

Yes, you can automate documentation generation for architecture questions by reading your existing SPEC.md file. The workflow automatically derives necessary architecture questions, collects your interactive responses, and writes the final survey document to your project root.