원클릭으로
new-subproject
Create new Bookie sub-project with standard structure
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create new Bookie sub-project with standard structure
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Catalog book video knowledge into knowledge vault
Plan story direction, scenes, narrative arc, pacing
Deep-research a book and propose video angles
Generate per-scene Gemini image prompts with brand styling
Full pipeline: deep research to rendered video
Generate YouTube and Facebook metadata for book video
| name | new-subproject |
| model | haiku |
| description | Create new Bookie sub-project with standard structure |
| disable-model-invocation | false |
| argument-hint | <project-name> |
Create a new sub-project under projects/ with the standard Bookie structure.
/new-subproject <name>
Validate: Check that $ARGUMENTS is provided. If missing, ask Hai for the project name. Check the directory doesn't already exist at projects/<name>/
Create structure:
projects/<name>/
├── assets/ ← media resources (images, video, audio)
├── scripts/ ← scripts, prompts, automation
├── output/ ← final deliverables
└── README.md ← project description
Create README.md in the new sub-project:
# <name>
## About
[Brief description — to be filled in]
## Structure
- `assets/` — Media resources
- `scripts/` — Scripts and prompts
- `output/` — Final output
## Status
- Created: <today's date>
- Status: Planning
Add .gitkeep to assets/ and scripts/. For output/, create .gitignore with * and !.gitignore (output is not committed).
Update brief.md: Add the new sub-project to .memory-bank/brief.md under "Active Sub-projects" using format:
N. **<name>**: [Brief description — ask Hai if not provided]
Confirm: Show the created structure with ls -la projects/<name>/.