# User Guide Generator

> Use when the user wants end-user guides, onboarding docs, 처음 사용자용 가이드, PC/Mobile usage guides, or practical screen-by-screen instructions based on the current implementation rather than planning documents.

- Skill: `kim-dh2417/user-guide-generator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add kim-dh2417/user-guide-generator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/kim-dh2417/user-guide-generator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: kim-dh2417 (https://skillmd.com/u/kim-dh2417)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/kim-dh2417/user-guide-generator

---


# User Guide Generator

Create end-user facing guides from the current implemented product.

## Use This Skill When

- The user wants `사용자 가이드`.
- The document should help first-time users, not developers.
- The user wants PC and Mobile docs split.
- The guide should explain real current behavior: routes, flows, popups, loading, toasts, search, and key data shown.

## Core Principle

Write from the user's perspective, not the builder's perspective.

Prefer:

- how to enter
- where to click
- what appears
- what data can be seen
- what happens on error
- what feedback appears

Avoid:

- internal implementation detail unless needed for clarity
- code identifiers unless they are useful for traceability

## Recommended Document Split

- `PC_사용자가이드`
- `Mobile_사용자가이드`

## Recommended Content

1. `접속 URL`
2. `처음 진입 방식`
3. `화면 기본 구조`
4. `공통 사용 방법`
5. `영역별 대표 화면 설명`
6. `자주 보는 팝업/토스트/오류`
7. `처음 사용하는 사용자용 추천 흐름`

## Detail Level

Include concrete behaviors such as:

- login without required fields opens a warning popup
- after confirm, inline errors appear
- search uses partial match behavior where applicable
- search shows loading state
- download shows toast
- detail popup shows specific fields

## Source of Truth

Base the guide on the current implementation:

- live browser behavior first when possible
- current routes
- current menus
- current UI copy

Do not rely on old planning docs when they differ from the implementation.

