Personal Brand ai Avatar Cluster
# Personal Brand + AI Avatar Cluster Implementation Plan (v2.4.0)
> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking.
**Goal:** Mở rộng `ai-business-skills` từ v2.3.0 (22 skills marketing thương hiệu doanh nghiệp) lên v2.4.0 với cụm 7 skills mới về Personal Branding + AI Avatar, phục vụ Founder/Coach/Creator. Zero breaking changes.
**Architecture:** Cluster mới (skills 22–28) chạy SONG SONG với 22 skills cũ. Foundation skill 22 với 3 variants (founder/coach/creator) tạo file `.agents/personal-brand-context.md` — các skills 23–28 đọc file này. Skills 04, 05 cũ được mở rộng "Personal Brand Mode" auto-kích hoạt khi đọc thấy context personal brand. Workflows + agent + references mới hoàn thiện end-to-end pipeline.
**Tech Stack:**
- Markdown (.md) — toàn bộ skills, references, workflows, docs
- YAML frontmatter — Agent Skills Spec compliant
- Bash (validate-skills.sh) + PowerShell (validate-skills.ps1)
- Mermaid diagrams (GitHub native render)
- Git — Conventional Commits + 3 sub-branches
**Source spec:** [docs/superpowers/specs/2026-05-08-personal-brand-ai-avatar-design.md](../specs/2026-05-08-personal-brand-ai-avatar-design.md)
**Rollout:** 3 PRs phased (Approach 2). Branch parent: `feature/v2.4-personal-brand-cluster`. Sub-branches: `phase-1-foundation`, `phase-2-content-production`, `phase-3-monetize-community`. NO rc tags — tag `v2.4.0` final khi xong cả 3 phases.
**Total scope:** 32 file đụng tới, ~6,740 dòng, ~14 ngày.
---
## File Structure (đầy đủ 32 files)
### Files mới (24)
| # | Path | Type | Dòng | Phase |
|---|------|------|------|-------|
| 1 | `modules/personal-branding/vi/22-personal-brand-context/SKILL.md` | Skill entry | ~250 | 1 |
| 2 | `modules/personal-branding/vi/22-personal-brand-context/README.md` | Variant guide | ~100 | 1 |
| 3 | `modules/personal-branding/vi/22-personal-brand-context/variants/01-founder.md` | Variant template | ~200 | 1 |
| 4 | `modules/personal-branding/vi/22-personal-brand-context/variants/02-coach.md` | Variant template | ~200 | 1 |
| 5 | `modules/personal-branding/vi/22-personal-brand-context/variants/03-creator.md` | Variant template | ~200 | 1 |
| 6 | `modules/personal-branding/vi/23-personal-brand-strategy/SKILL.md` | Skill | ~450 | 1 |
| 7 | `modules/personal-branding/vi/24-ai-avatar-production/SKILL.md` | Skill | ~530 | 1 |
| 8 | `skills/references/ai-avatar-tools-vn.md` | Reference | ~280 | 1 |
| 9 | `skills/references/voice-clone-prompts-vn.md` | Reference | ~220 | 1 |
| 10 | `skills/references/ai-video-disclosure-vn.md` | Reference | ~200 | 1 |
| 11 | `modules/personal-branding/workflows/vi/personal-brand-launch.md` | Workflow newbie | ~380 | 1 |
| 12 | `modules/personal-branding/vi/25-voice-clone-podcast/SKILL.md` | Skill | ~400 | 2 |
| 13 | `modules/personal-branding/vi/26-thought-leadership-content/SKILL.md` | Skill | ~450 | 2 |
| 14 | `modules/personal-branding/workflows/vi/ai-avatar-batch.md` | Workflow newbie | ~360 | 2 |
| 15 | `modules/personal-branding/vi/27-personal-brand-monetize/SKILL.md` | Skill | ~430 | 3 |
| 16 | `modules/personal-branding/vi/28-community-building/SKILL.md` | Skill | ~390 | 3 |
| 17 | `modules/personal-branding/workflows/vi/personal-brand-monthly.md` | Workflow newbie | ~350 | 3 |
| 18 | `agents/personal-brand-builder.md` | Agent persona | ~80 | 3 |
| 19 | `docs/personal-brand-guide.md` | Cẩm nang 8 chương | ~600 | 3 |
| 20 | `docs/getting-started-personal-brand.md` | 5-phút quickstart | ~200 | 3 |
| 21 | `docs/release-notes/v2.4.0.md` | Release notes bilingual | ~250 | 3 |
| 22 | `examples/personal-brand-coach.md` | Sample output | ~180 | 3 |
| 23 | (placeholder phase 1 - đã có ở #1-11) | - | - | - |
| 24 | (placeholder phase 2 - đã có ở #12-14) | - | - | - |
### Files sửa (8)
| # | Path | Phase | Dòng thêm |
|---|------|-------|-----------|
| 25 | `skills/04-script-video/SKILL.md` | 2 | +80 (Personal Brand Mode) |
| 26 | `skills/05-copy-quang-cao/SKILL.md` | 2 | +80 (Personal Brand Mode) |
| 27 | `README.md` | 3 | +80 (banner + section + bảng skill 22-28) |
| 28 | `README.vi.md` | 3 | +80 (đồng bộ EN) |
| 29 | `CLAUDE.md` | 3 | +30 (skills + agent + workflow) |
| 30 | `AGENTS.md` | 3 | +15 (note pattern variants) |
| 31 | `CHANGELOG.md` | 3 | +50 (entry v2.4.0) |
| 32 | `VERSIONS.md` | 3 | +25 (7 skill mới + bump 04/05) |
Plus updates trong Phase 3:
- `.claude-plugin/marketplace.json` (+10 dòng)
- `docs/skill-map.md` (+60 dòng)
- `docs/workflow-guide.md` (+40 dòng)
- `docs/faq.md` (+80 dòng)
- 3 agent files cũ (`mkt-strategist.md`, `content-producer.md`, `performance-analyst.md`) thêm 1 dòng "Phan biet voi personal-brand-builder"
- `validate-skills.sh` + `validate-skills.ps1` thêm check 7 skills mới + variants
---
## Setup — Trước khi bắt đầu Phase 1
### Task 0: Setup branches
**Files:** N/A (git operations)
- [ ] **Step 0.1: Tạo parent feature branch**when to use it
Community prompt sourced from the open-source GitHub repo minhnv0807/ai-business-skills (MIT). A "Personal Brand ai Avatar Cluster" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
marketingcommunitygeneral
source
minhnv0807/ai-business-skills · MIT
more in Marketing
Marketing✓ tested
Landing page hero, three angles, zero hype
conversion copywriter who writes plainly and specifically
Marketing✓ tested
Cold email that earns a reply
founder who writes short, specific, non-salesy outreach
Marketing
Turn one long post into a week of content
content strategist who repurposes without diluting