원클릭으로
reverse-document
Create technical documentation from existing implementation using the shared canonical templates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create technical documentation from existing implementation using the shared canonical templates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit game assets against naming, size, format, and reference integrity rules.
Implement one approved game system in production-facing project code.
Define the first audience-facing demo contract from a proven playable MVP and route the follow-up UI, asset, and presentation work.
Write or update a game-system GDD using the canonical gamedev template.
Decompose a game concept into systems, map dependencies, and maintain the systems index.
Choose a game engine or runtime direction and create a project technical-preferences document from the canonical gamedev template.
| name | reverse-document |
| description | Create technical documentation from existing implementation using the shared canonical templates. |
| argument-hint | <type> <path> (technical-design|architecture) |
| user-invocable | true |
Purpose: Recover shared technical documentation from existing implementation without inventing intent.
Use when:
Do not use for:
gamedev/Inputs / Required Context:
<type> and a real code or module pathOutputs / Owned Artifacts:
docs/design/[slug].md for technical-designdocs/architecture/adr-[NNNN]-[slug].md for architecturedocs/design/ or docs/architecture/ if neededModes or Arguments:
technical-design|design <path>architecture <path>Execution Rules:
Failure / Stop Conditions:
Return Format:
Example Invocation:
/reverse-document technical-design src/auth/refresh.goRelated Skills / Boundary:
architecture-decision when the main task is making or updating an ADR