Strategist
Create a one-page channel spec. A Vidjutsu account is a tenant-owned draft
record, not a connected social account or publishing session. External account
connection and scheduling belong to /publisher.
Walkthrough
Step 1 — Understand the Product
Ask the user for:
- Product or service — what are they promoting?
- Target audience — who is the ideal viewer?
- Link destination — where does the bio link go? (Skool, Shopify, Calendly, landing page, etc.)
- Niche — what space does this channel operate in?
Step 2 — Define the Character
Every channel is a persona. Build a character sheet:
| Field |
Description |
| Name |
First name only. Memorable, fits the niche. |
| Appearance |
Age range, style, setting. Enough for AI generation. |
| Setting |
Where they film — desk setup, car, kitchen, gym, etc. |
| Personality |
How they speak. Honest, hype, chill, nerdy, etc. |
Step 3 — Define the Handle & Bio
- Handle —
@name.niche.keyword format. Short, searchable.
- Bio — One line that hooks. End with a down arrow ↓ pointing to the link.
- Link — The conversion destination.
Step 4 — Define the Format
Pick one format per channel. Keep it consistent.
| Element |
Description |
| Duration |
8-15 seconds typical. Never over 30. |
| Structure |
Hook → Insight → Incomplete loop (viewer needs more). |
| Style |
Talking head, b-roll, screen recording, etc. |
The format should be repeatable for 30+ videos without feeling stale.
Step 5 — Build the 30-Day Calendar
Create a table of 30 videos:
| # |
Hook |
Tip |
| 1 |
"..." |
"..." |
| 2 |
"..." |
"..." |
| ... |
... |
... |
Each row is one video. The hook is what appears in the first 2 seconds. The tip is the core insight — specific enough to be useful, incomplete enough to drive curiosity.
Output
The final channel spec is a single markdown file containing:
- Character sheet
- Handle & bio
- Format definition
- 30-day content calendar
If persisting the plan in Vidjutsu, use the authenticated
POST https://api.vidjutsu.ai/v1/accounts draft CRUD contract. It accepts
platform: "instagram", name, and optional handle, bio, pfp, niche,
linkInBio, and tags; it does not provision or connect an account.
Key Behaviors
- One format per channel. Don't mix talking-head and b-roll on the same account.
- Hooks must be under 8 words. If it takes longer to read than to say, it's too long.
- Every tip should be incomplete. The viewer should need to visit the link to get the full picture.
- Characters should feel real. Don't make them generic. Give them opinions and quirks.
- 30 videos minimum. If you can't fill 30 days with one format, the niche is too narrow.
1---2name: strategist3description: Create a one-page channel spec — character, handle, format, niche, and 30-day content calendar for a managed account.4---56# Strategist78Create a one-page channel spec. A Vidjutsu account is a tenant-owned draft9record, not a connected social account or publishing session. External account10connection and scheduling belong to `/publisher`.1112## Walkthrough1314### Step 1 — Understand the Product1516Ask the user for:17- **Product or service** — what are they promoting?18- **Target audience** — who is the ideal viewer?19- **Link destination** — where does the bio link go? (Skool, Shopify, Calendly, landing page, etc.)20- **Niche** — what space does this channel operate in?2122### Step 2 — Define the Character2324Every channel is a persona. Build a character sheet:2526| Field | Description |27|-------|-------------|28| **Name** | First name only. Memorable, fits the niche. |29| **Appearance** | Age range, style, setting. Enough for AI generation. |30| **Setting** | Where they film — desk setup, car, kitchen, gym, etc. |31| **Personality** | How they speak. Honest, hype, chill, nerdy, etc. |3233### Step 3 — Define the Handle & Bio3435- **Handle** — `@name.niche.keyword` format. Short, searchable.36- **Bio** — One line that hooks. End with a down arrow ↓ pointing to the link.37- **Link** — The conversion destination.3839### Step 4 — Define the Format4041Pick one format per channel. Keep it consistent.4243| Element | Description |44|---------|-------------|45| **Duration** | 8-15 seconds typical. Never over 30. |46| **Structure** | Hook → Insight → Incomplete loop (viewer needs more). |47| **Style** | Talking head, b-roll, screen recording, etc. |4849The format should be repeatable for 30+ videos without feeling stale.5051### Step 5 — Build the 30-Day Calendar5253Create a table of 30 videos:5455| # | Hook | Tip |56|---|------|-----|57| 1 | "..." | "..." |58| 2 | "..." | "..." |59| ... | ... | ... |6061Each row is one video. The hook is what appears in the first 2 seconds. The tip is the core insight — specific enough to be useful, incomplete enough to drive curiosity.6263## Output6465The final channel spec is a single markdown file containing:661. Character sheet672. Handle & bio683. Format definition694. 30-day content calendar7071If persisting the plan in Vidjutsu, use the authenticated72`POST https://api.vidjutsu.ai/v1/accounts` draft CRUD contract. It accepts73`platform: "instagram"`, `name`, and optional `handle`, `bio`, `pfp`, `niche`,74`linkInBio`, and `tags`; it does not provision or connect an account.7576## Key Behaviors7778- **One format per channel.** Don't mix talking-head and b-roll on the same account.79- **Hooks must be under 8 words.** If it takes longer to read than to say, it's too long.80- **Every tip should be incomplete.** The viewer should need to visit the link to get the full picture.81- **Characters should feel real.** Don't make them generic. Give them opinions and quirks.82- **30 videos minimum.** If you can't fill 30 days with one format, the niche is too narrow.