원클릭으로
reverse-document
Generates design or architecture documentation from existing code. Works backwards from implementation to create missing docs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generates design or architecture documentation from existing code. Works backwards from implementation to create missing docs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Rapid prototyping workflow for Unity. Quickly validates a mechanic or concept with throwaway code and a structured report.
Load a saved plan from ProjectSettings/GameDeck/plans/ and execute it step-by-step.
Save a plan to ProjectSettings/GameDeck/plans/ — captures the most recent plan from this conversation, or a plan you provide directly.
Plan a feature implementation with tasks, architecture, and file list.
Generate a complete Unity system — MonoBehaviour + ScriptableObject config from structured input.
Analyze and refactor a file or system with before/after comparison.
| name | reverse-document |
| description | Generates design or architecture documentation from existing code. Works backwards from implementation to create missing docs. |
| argument-hint | [design|architecture] [path] |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Write, Edit, Bash |
When this skill is invoked:
Determine type: design (gameplay doc) or architecture (technical doc).
Analyze code:
For design docs: Extract gameplay rules, formulas, configs, and edge cases from code.
For architecture docs: Extract component diagram, data flow, dependencies, and patterns.
Generate document with metadata indicating it was reverse-engineered:
## [Title] (Reverse-Documented)
> Generated from code analysis on [date].
> Review for accuracy — code intent may differ from design intent.
[Full document following standard structure]
### Open Questions
[Ambiguities found in the code that need clarification]
### Suggested Improvements
[Issues found during analysis]