ワンクリックで
plan-patterns
Structural specifications for plan-type documents covering high-level design through low-level design with ADR formatting.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Structural specifications for plan-type documents covering high-level design through low-level design with ADR formatting.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Visual pattern library for explanation-type artifacts. Provides decision rules for choosing between annotated code blocks, call-flow diagrams, concept accordions, comparison tables, and insight cards.
Feishu (Lark) document Block API specification. Covers authentication, block types, document creation, content insertion, image upload, and rate limits.
Visual specification for HTML artifacts. Defines color palette, typography, spacing system, and component styles for dark-themed standalone HTML deliverables.
Quality checklist for generated artifacts. Covers HTML file structure validation, Chinese encoding integrity, code block annotation, external dependency checks, and Feishu document validation.
Pattern library for code review reading-guide artifacts. Provides five template skeletons (trace, layer, data, state, storyline) that each anchor the reader on a different mental model.
Layout pattern library for summary-type artifacts. Provides rules for TL;DR writing, key finding importance grading, and source credibility scoring.
| name | plan-patterns |
| description | Structural specifications for plan-type documents covering high-level design through low-level design with ADR formatting. |
计划型文档的结构规范。
"我们选择了 Postgres。"
背景:高写入低读取的事件存储,单条 1KB,预计每日 5M 条。 备选:1) Postgres + 表分区 2) ClickHouse 3) Kafka + Cassandra 决策:Postgres + 月度表分区。理由是团队已有运维经验,规模未达需要专用列存的程度。 后果:超过 20 亿条时需要二次评估迁移到 ClickHouse。
executive_summary → architecture_overview → detailed_design → implementation_plan → risks → verification → decisions_log
不要把 ADR 放在最前面:读者需要先理解上下文。