docs: add logo.png prompt rule to new app checklist

This commit is contained in:
posimai 2026-03-22 12:14:04 +09:00
parent cb97ddbc1d
commit 863f22c4ca
2 changed files with 68 additions and 0 deletions

View File

@ -288,6 +288,40 @@ npm run deploy
- デフォルト Teal で問題なければ何もしない - デフォルト Teal で問題なければ何もしない
- Sky Blue 等に変える場合は AGENTS.md の「アプリ別アクセントカラー」テーブルに**先に追記**してから実装を開始する - Sky Blue 等に変える場合は AGENTS.md の「アプリ別アクセントカラー」テーブルに**先に追記**してから実装を開始する
0.5. **【実装前】logo.png 用 Gemini プロンプトを作成・提示する**
- コード実装と並行して、ユーザーが Gemini Image に貼れるプロンプトを提示する
- 構成: 以下の共通プロンプト + アプリ固有の追加プロンプト
- アプリ固有部分はアプリの**目的・体験・隠喩**を視覚化する(機能の説明ではなく感覚的な表現)
- ユーザーが logo.png を配置後、git add して deploy する
**共通プロンプト(全アプリ固定):**
```
App icon, 512x512px, squircle shape with rounded corners.
A small translucent glass orb character, soft matte-frosted surface with
inner teal (#6EE7B7) luminescence glowing from within, gentle light refraction.
Two tiny calm black dot eyes, subtle implied smile.
Background: deep charcoal (#0D0D0D) with barely visible teal ambient gradient.
Style: Apple Liquid Glass, multi-material, 2026 premium minimal.
No outline, no harsh edges. Soft depth, subsurface scattering.
```
**アプリ固有の追加プロンプト例posimai-veil:**
```
+ The character gently lifts the edge of a thin translucent frosted veil
(like a sheer fabric curtain), peering out from underneath it.
Behind the veil, a soft 3x3 grid of tiny glowing app dots is barely
visible — implied home screen icons, diffused through the frosted layer.
The veil itself is semi-transparent glass-like material, teal-tinted,
catching the orb's inner glow at the lifted corner.
```
1. **Dashboard カード追加** 1. **Dashboard カード追加**
- `posimai-dashboard/src/data/projects.json``projects` 配列にエントリを追加 - `posimai-dashboard/src/data/projects.json``projects` 配列にエントリを追加
- 適切な `category` を設定(`posimai-pwa` / `active` / `flagship` / `micro` / `infra` など) - 適切な `category` を設定(`posimai-pwa` / `active` / `flagship` / `micro` / `infra` など)

View File

@ -313,6 +313,40 @@ bash create-app.sh posimai-myapp "My App Name" "アプリの説明"
- デフォルト Teal で問題なければ何もしない - デフォルト Teal で問題なければ何もしない
- Sky Blue 等に変える場合は CLAUDE.md の「アプリ別アクセントカラー」テーブルに**先に追記**してから実装を開始する - Sky Blue 等に変える場合は CLAUDE.md の「アプリ別アクセントカラー」テーブルに**先に追記**してから実装を開始する
0.5. **【実装前】logo.png 用 Gemini プロンプトを作成・提示する**
- コード実装と並行して、ユーザーが Gemini Image に貼れるプロンプトを提示する
- 構成: 以下の共通プロンプト + アプリ固有の追加プロンプト
- アプリ固有部分はアプリの**目的・体験・隠喩**を視覚化する(機能の説明ではなく感覚的な表現)
- ユーザーが logo.png を配置後、git add して deploy する
**共通プロンプト(全アプリ固定):**
```
App icon, 512x512px, squircle shape with rounded corners.
A small translucent glass orb character, soft matte-frosted surface with
inner teal (#6EE7B7) luminescence glowing from within, gentle light refraction.
Two tiny calm black dot eyes, subtle implied smile.
Background: deep charcoal (#0D0D0D) with barely visible teal ambient gradient.
Style: Apple Liquid Glass, multi-material, 2026 premium minimal.
No outline, no harsh edges. Soft depth, subsurface scattering.
```
**アプリ固有の追加プロンプト例posimai-veil:**
```
+ The character gently lifts the edge of a thin translucent frosted veil
(like a sheer fabric curtain), peering out from underneath it.
Behind the veil, a soft 3x3 grid of tiny glowing app dots is barely
visible — implied home screen icons, diffused through the frosted layer.
The veil itself is semi-transparent glass-like material, teal-tinted,
catching the orb's inner glow at the lifted corner.
```
1. **Dashboard カード追加** 1. **Dashboard カード追加**
- `posimai-dashboard/src/data/projects.json``projects` 配列にエントリを追加 - `posimai-dashboard/src/data/projects.json``projects` 配列にエントリを追加
- 適切な `category` を設定(`posimai-pwa` / `active` / `flagship` / `micro` / `infra` など) - 適切な `category` を設定(`posimai-pwa` / `active` / `flagship` / `micro` / `infra` など)