بنقرة واحدة
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