一键导入
arch-design
Design architecture docs for new features, refactors, or redesigns. Produces implementation-ready docs with complete file impact analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Design architecture docs for new features, refactors, or redesigns. Produces implementation-ready docs with complete file impact analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create, list, and resolve review issues. Critical issues get individual files for research; warnings and gaps go to a quick-fix checklist.
Analyze Claude Code session transcripts — search, summarize, list, or inspect how a session went.
Review architecture documents against code implementation and principles.
Orchestrate sequential documentation audits with checkpointing and resumption.
Guide sprint planning from scope assessment to spec artifacts.
Adversarial evaluation of sprint spec before implementation.
| name | arch-design |
| description | Design architecture docs for new features, refactors, or redesigns. Produces implementation-ready docs with complete file impact analysis. |
| disable-model-invocation | true |
| argument-hint | ["feature-name or issue path"] |
Design an architecture doc for a new feature, refactor, or redesign. Produces a doc in docs/architecture/pending/ with complete file impact analysis.
The user provides one of:
docs/issues/002-behavior-mutations.md)Load context:
docs/CAPABILITIES.md — current capability statusdocs/architecture/README.md — architecture overview + reading orderWrite Problem and Solution sections:
Present to user for approval. Do not continue until they confirm the direction is right.
Load relevant architecture docs per README.md reading order for the area being designed.
Read existing source code that the design touches. Use Grep/Glob/find_references to locate all relevant files.
Write remaining sections using the template at .claude/skills/arch-design/template.md:
Build the Implementation Impact section:
Write the complete doc to docs/architecture/pending/<name>.md
Present the full doc to user with a summary of:
from module import symbol and import module patterns.... bodies in the doc; show the signature and docstring only.processor.py. Right: "After execute_action() returns non-empty decisions, apply mutations and record history if tracked."docs/architecture/pending/<feature-name>.md
The pending/ directory holds designs that haven't been implemented yet. After sprint completion, move to docs/architecture/ if the design becomes a permanent reference, or delete if it was consumed by the sprint spec.