docs(linkedin-studio): M0-15 — repoint remaining prose families + route ab-tests/plans
This commit is contained in:
parent
c0abb82d9c
commit
6bd263144f
35 changed files with 167 additions and 130 deletions
|
|
@ -130,7 +130,7 @@ Generate a visual for each slide using mcp-image (Nano Banana Pro). If mcp-image
|
|||
|
||||
1. **Create output directory:**
|
||||
```bash
|
||||
mkdir -p assets/drafts/carousel-$(date +%Y%m%d)-SLUG
|
||||
mkdir -p ${LINKEDIN_STUDIO_DATA:-$HOME/.claude/linkedin-studio}/drafts/carousel-$(date +%Y%m%d)-SLUG
|
||||
```
|
||||
Replace SLUG with a short kebab-case version of the carousel topic (e.g., `ai-governance`).
|
||||
|
||||
|
|
@ -144,11 +144,11 @@ Generate a visual for each slide using mcp-image (Nano Banana Pro). If mcp-image
|
|||
3. **For each slide (1 through N),** call `mcp__mcp-image__generate_image` with:
|
||||
- **prompt:** `"Professional LinkedIn carousel slide. [TEMPLATE STYLE from above]. Background: [consistent color scheme across all slides]. Bold header text: '[SLIDE HEADER]' in large white sans-serif font near the top. Body text below: '[SLIDE BODY lines]' in smaller matching font. Slide [N] of [TOTAL]. Portrait orientation, clean minimal professional design."`
|
||||
- **aspect_ratio:** `"3:4"` (closest available to LinkedIn's 4:5)
|
||||
- **output_path:** `assets/drafts/carousel-[date]-[slug]/slide-[N].png`
|
||||
- **output_path:** `${LINKEDIN_STUDIO_DATA:-$HOME/.claude/linkedin-studio}/drafts/carousel-[date]-[slug]/slide-[N].png`
|
||||
|
||||
4. **After all slides are generated,** verify the output directory contains the expected number of images:
|
||||
```bash
|
||||
ls -la assets/drafts/carousel-$(date +%Y%m%d)-SLUG/
|
||||
ls -la ${LINKEDIN_STUDIO_DATA:-$HOME/.claude/linkedin-studio}/drafts/carousel-$(date +%Y%m%d)-SLUG/
|
||||
```
|
||||
|
||||
**On failure:** If any mcp-image call fails, log the error and continue with remaining slides. If ALL calls fail, fall back to the text-only design guide in Step 6.
|
||||
|
|
@ -162,7 +162,7 @@ Show all slides in order with their text content, then the caption.
|
|||
```
|
||||
SLIDE IMAGES
|
||||
━━━━━━━━━━━━
|
||||
Generated [N] slide images in assets/drafts/carousel-[date]-[slug]/
|
||||
Generated [N] slide images in ${LINKEDIN_STUDIO_DATA:-$HOME/.claude/linkedin-studio}/drafts/carousel-[date]-[slug]/
|
||||
|
||||
To publish:
|
||||
1. Download the slide images from the folder above
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue