Changes: - SKILL.md reduced from 551 lines to 222 lines - Removed references to non-existent files and features - Added Voice & Tone guidelines synced with Guardian v2.8 - Removed "Content Review" sections (Guardian's role) - Updated version to 1.1.0 (Under Development) New files: - docs/PLAN.md: Detailed refactoring roadmap - Phase 1: SKILL.md cleanup (completed) - Phase 2: Tone & Manner sync - Phase 3: Templates implementation - Phase 4-6: Future development Updated README.md: - Clarified development status - Added docs/ exclusion note for skill packaging - Simplified structure documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
97 lines
3.0 KiB
Markdown
97 lines
3.0 KiB
Markdown
# Jamie Brand Editor Skill
|
|
|
|
> **Status**: Under Development (v1.1.0)
|
|
> **Role**: Branded content GENERATION for Jamie Plastic Surgery Clinic
|
|
> **Partner Skill**: `jamie-brand-guardian` (for content review)
|
|
|
|
## Overview
|
|
|
|
This skill generates new marketing content for Jamie Plastic Surgery Clinic (제이미성형외과) that complies with Korean medical advertising regulations (의료법 제56조) while maintaining Jamie's distinctive brand voice.
|
|
|
|
**For reviewing/correcting existing content, use `jamie-brand-guardian` instead.**
|
|
|
|
## Quick Start
|
|
|
|
```
|
|
"내시경 이마거상술에 대한 블로그 포스트 작성해줘.
|
|
타겟: 30-50대 여성, 이마 주름과 눈썹 처짐 고민"
|
|
```
|
|
|
|
After generating content, use `jamie-brand-guardian` to review and refine.
|
|
|
|
## Current Resources
|
|
|
|
```
|
|
20-jamie-brand-editor/
|
|
├── SKILL.md # Skill documentation (222 lines)
|
|
├── README.md # This file
|
|
├── brand_guidelines/
|
|
│ ├── brand_voice_guide_korean.md
|
|
│ └── content_examples/ # Approved content samples (PDF)
|
|
├── procedures_schema_dataset/ # 16 procedure info files (JSON)
|
|
├── regulations/
|
|
│ └── medical_advertising_law_summary_korean.md
|
|
├── scripts/
|
|
│ └── compliance_checker.py
|
|
├── templates/ # (Under development)
|
|
└── docs/ # Development docs (excluded from skill)
|
|
└── PLAN.md # Refactoring roadmap
|
|
```
|
|
|
|
## Key Features
|
|
|
|
### Content Generation
|
|
- Blog posts for Naver/website
|
|
- Procedure introduction pages
|
|
- Social media content (Instagram, YouTube)
|
|
- Ad copy (Naver, Google, Meta)
|
|
|
|
### Brand Compliance
|
|
- Jamie's tone & manner (90% 격식체)
|
|
- Brand voice guidelines
|
|
- Korean medical ad law compliance
|
|
|
|
### Supported Procedures
|
|
- 눈 성형: 퀵매몰법, 하이브리드 쌍꺼풀, 안검하수, 눈밑지방 재배치
|
|
- 이마 성형: 내시경 이마거상술, 내시경 눈썹거상술
|
|
- 동안 성형: 앞광대 리프팅, 스마스 리프팅, 자가지방이식
|
|
|
|
## Development Status
|
|
|
|
| Feature | Status |
|
|
|---------|--------|
|
|
| SKILL.md core guidelines | ✅ Complete |
|
|
| Brand voice guide | ✅ Complete |
|
|
| Procedure JSON data | ✅ Complete |
|
|
| Compliance checker script | ✅ Complete |
|
|
| Content templates | 🚧 In Progress |
|
|
| Additional scripts | 📋 Planned |
|
|
|
|
See `docs/PLAN.md` for detailed development roadmap.
|
|
|
|
## Workflow
|
|
|
|
```
|
|
[Topic/Brief]
|
|
→ jamie-brand-editor (generate draft)
|
|
→ jamie-brand-guardian (review & correct)
|
|
→ [Final Content]
|
|
```
|
|
|
|
## docs/ Directory
|
|
|
|
The `docs/` folder contains development documentation and is **excluded from skill packaging**:
|
|
- `PLAN.md` - Refactoring roadmap and task tracking
|
|
- Future: `EVALUATION.md`, `CHANGELOG.md`
|
|
|
|
When packaging this skill for Claude, exclude the `docs/` folder.
|
|
|
|
## License
|
|
|
|
Internal Use Only - Jamie Plastic Surgery Clinic and OurDigital
|
|
|
|
---
|
|
|
|
*Developed by OurDigital for Jamie Plastic Surgery Clinic*
|
|
*Contact: info@jamie.clinic | 02-542-2399*
|