サイト仕様スキル
サイト仕様スキルは、サイトの目標、ターゲットユーザー、ブランドのアイデンティティを体系的に把握するためのアプローチです。この情報はsite_briefメモリに保存され、エージェントがセッションをまたいで参照することで、一貫性があり、コンテキストを理解したサポートを提供します。
サイト仕様とは?
サイト仕様とは、以下の要素を文書化するプロセスです。
- サイトの目的: サイトが何を行い、なぜ存在しているのか
- ターゲットユーザー: 誰がサイトを訪れ、何に困っているのか
- ブランドアイデンティティ: 色、トーン、ビジュアルスタイル
- ビジネス目標: サイトにとっての「成功」とは何か
- コンテンツ構造: サイトがどのように構成されているか
この仕様がsite_briefとなり、エージェントがサイトのコンテキストを理解するために使用する永続的なメモリとなります。
サイト仕様を使うメリット
セッションをまたいだ一貫性
site_briefがない場合、新しいセッションを始めるたびに、サイトの目的を再説明する必要があります。site_briefがあれば、エージェントは以下のことを即座に理解します。
- サイトの目標とターゲットユーザー
- ブランドの色とトーン
- コンテンツ構造
- ビジネス上の目的
より良い提案
エージェントはsite_briefを使用して、以下のことを行います。
- サイトの目的に合った機能の提案
- 目標に合致したコンテンツ構造の推奨
- ブランドに一貫したデザインの提案
- 互換性のない機能の提案を回避
オンボーディングの迅速化
新しいエージェント(または新しいセッションのエージェント)は、不明点を質問する代わりにsite_briefを読むだけで、迅速にキャッチアップできます。
サイト仕様の開始方法
テーマビルダーのオンボーディング中
サイト仕様スキルは、テーマビルダ ーのオンボーディングフロー中に自動的に開始されます。セットアップアシスタントエージェントが質問を行い、site_briefを構築します。
手動での開始
いつでもサイト仕様を開始できます。
"Let's define my site specification"
または
"Help me create a site brief"
サイト仕様のプロセス
ステップ1:サイトの目的
エージェントが尋ねます。
What is your site's primary purpose?
- E-commerce store
- Blog or content site
- Portfolio or showcase
- SaaS application
- Community or forum
- Other: [describe]
カテゴリを選択するか、独自の目的を説明できます。
ステップ2:ターゲットユーザー
Who is your primary audience?
- Consumers / general public
- Business professionals
- Developers / technical users
- Students / educators
- Other: [describe]
What are their main needs?
ステップ3:ブランドアイデンティティ
What are your brand colors?
- Primary color: [color picker or hex code]
- Secondary color: [color picker or hex code]
- Accent color: [optional]
How would you describe your brand tone?
- Professional / corporate
- Creative / artistic
- Playful / casual
- Minimal / modern
- Warm / friendly
ステップ4:ビジネス目標
What does success look like for your site?
- Generate leads
- Sell products
- Build community
- Share knowledge
- Establish authority
- Other: [describe]
What's your primary metric?
- Revenue
- User engagement
- Content reach
- Conversions
- Other
ステップ5:コンテンツ構造
How is your content organized?
- Flat (all content at same level)
- Hierarchical (categories and subcategories)
- Chronological (blog-style)
- Product-based (catalog)
- Other: [describe]
What content types do you use?
- Blog posts
- Product pages
- Case studies
- Documentation
- Videos
- Other
あなたのsite_briefメモリ
サイト仕様を完了すると、あなたの情報はエージェントのメモリ内にsite_briefとして保存されます。これには以下の構造化された記録が含まれます。
{
"site_purpose": "E-commerce store for handmade jewelry",
"target_audience": "Women aged 25-45, interested in sustainable fashion",
"brand_colors": {
"primary": "#8B4513",
"secondary": "#D2B48C",
"accent": "#2F4F4F"
},
"brand_tone": "Warm, artisanal, sustainable",
"business_goals": ["Generate sales", "Build brand loyalty"],
"primary_metric": "Revenue",
"content_structure": "Product catalog with blog",
"content_types": ["Product pages", "Blog posts", "Customer stories"]
}
site_briefの確認と更新
site_briefの確認
エージェントに尋ねてください。
"Show me my site brief"
または
"What do you know about my site?"
エージェントが保存されている仕様を表示します。