一键导入
apply-approved-architecture
Implement an approved architecture proposal while removing obsolete compatibility paths and preserving the intended final shape.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implement an approved architecture proposal while removing obsolete compatibility paths and preserving the intended final shape.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Export Markdown and Obsidian notes to polished PDF documents with Pandoc and Typst. Use when converting `.md` files to PDF, rendering Obsidian callouts or embeds, rendering Mermaid diagrams, applying reusable Typst styling, configuring document branding, running PDF export preflight checks, or creating/updating portable Markdown-to-PDF configuration.
Commit, push, and open a PR
Use when the user needs multi-source research with citation tracking, evidence persistence, and structured report generation. Triggers on "deep research", "comprehensive analysis", "research report", "compare X vs Y", "analyze trends", or "state of the art". Not for simple lookups, debugging, or questions answerable with 1-2 searches.
Build interactive low-fidelity wireframes and/or high-fidelity prototypes of websites as a deployed web application. Use when the user asks to create wireframes, prototypes, mockups, or design screens for a website or web app.
Progressive UX generation — Phase 1 generates 5 B&W wireframe options instantly (1 safe + 4 exploratory), then Phase 2 renders Clean + Polished color variants via 5 parallel Task agents (one per option). Supports wireframes-only or wireframes+visuals. Extracts optimization intent from arguments when present. Maintains persistent design context. Use when user says "wireframe", "prototype", "UX options", or "layout exploration".
Autonomous execution of a plan, PRD, or context document. Decomposes the input into discrete tasks, dispatches each to a subagent (using TDD workflow for testable code changes, normal execution for config/docs), then runs an automated code review via Codex and iterates fixes until the review passes (up to 5 review cycles). Supports `--skip-review` (no Codex review) and `--only-review` (review + fix loop on the user's existing uncommitted changes, no implementation). Use this skill whenever the user says '/do', asks to 'implement the plan', 'execute the PRD', 'ship this spec', 'run the plan autonomously', wants a plan/PRD/issue translated into working code without hand-holding, or hands over a docs/plans/*.md file and asks you to build it. Also use when the user says something like 'take this and build it', 'do everything in this document', or 'make it happen' while referencing a planning document, or 'just review what I have' / 'run the review loop on my WIP' (use `--only-review`). Trigger even if the user do
| name | apply-approved-architecture |
| description | Implement an approved architecture proposal while removing obsolete compatibility paths and preserving the intended final shape. |
| user-invocable | true |
Implement the approved architecture proposal faithfully.
Do not drift back toward the historical implementation shape during coding.
The implementation must preserve the intended end state, not the easiest local diff.
Read the approved architecture proposal completely before modifying code.
Identify:
Implement the final shape directly whenever safe. Avoid temporary wrappers, adapters, aliases, compatibility props, or duplicated flows unless explicitly required by the migration plan.
Delete obsolete paths immediately after replacement. Do not leave dead compatibility layers behind.
Keep migration states coherent. Intermediate states must still have:
Avoid architecture drift during implementation. Do not introduce:
Preserve product intent. Prefer code that matches the user-facing behavior and domain language described in the proposal.
Verify: