スキル一覧に戻る
alizain

design-review

by alizain

a collection of skills and plugins for AI agents - ie. magic tricks

0🍴 0📅 2025年12月30日
GitHubで見るManusで実行

SKILL.md


Design Review

Overview

Design review separates validation from rewriting. Go section-by-section through a design doc, cross-check against new learnings, record changes with rationale, then rewrite in a fresh session.

Core principle: Changes document first, rewrite second. Never edit inline.

When to Use

  • Refining v1 → v2 of an architecture doc
  • Incorporating implementation learnings into design
  • Cross-checking design against related docs
  • Validating past decisions after new context

Don't use: Writing from scratch (use brainstorming), minor edits, obvious changes.

Process

1. Create Changes Document

# [Design Name] v[N+1]: Changes
> After full review, create fresh v[N+1] incorporating all changes.
## Changes

2. Section-by-Section Review

For each section:

  1. Summarize current state
  2. Cross-check against new learnings
  3. Ask clarifying questions
  4. Record change or confirm unchanged

Questions to ask:

  • Does this still hold given what we now know?
  • Anything missing? Contradicts other sections?
  • Right level of detail for this doc?

3. Change Format

### [N]. [Short Description]
**Section:** [Section name]
**Change:** [What's changing]
**Rationale:** [Why]
---

4. Structural Principles

PrincipleMeaning
Main body vs Appendix"What we're doing" vs "paths we rejected"
No mixed contentRemove sections with undiscussed details mixed in
Feature sections own dataEach feature owns its endpoints/models, no central lists
No timelinesArchitecture = what, not when

5. Fresh Session Rewrite

Do NOT rewrite in same session. Start fresh with:

  • Original design doc
  • Changes document
  • Related docs (reference)

Red Flags

  • "I'll just fix this inline" → Use changes document
  • "This section looks fine" → Confirm aloud or mark unchanged
  • "I'll remember why" → Write rationale now
  • "Let me rewrite now" → Fresh session required
  • "Auto-generated but reasonable" → Validate or remove

Common Mistakes

MistakeFix
Inline editingAlways use changes document
Skipping sectionsReview every section
No rationaleAlways include "why"
Same-session rewriteFresh session for rewrite
Keeping auto-generated detailsValidate each or remove

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です