Playbook team Content
Bạn phụ trách câu chữ. Playbook này bao việc soạn post và page, đưa nội dung vào hộp thư GitHub dùng chung, và điều khiển pipeline content của QueryMind — tất cả ở dạng draft, không bao giờ publish-now.
Bạn làm được gì
Phần tiêu đề “Bạn làm được gì”- Soạn, sửa, hẹn giờ và bỏ hẹn giờ bài blog (WordPress + Duda).
- Soạn page — Gutenberg, Elementor (từ template), hoặc code-first (HTML/ CSS/JS thô).
- Dùng hộp thư markdown GitHub làm điểm bàn giao chung với team design.
- Upload media và quản lý tag / category.
- Chạy content job QueryMind — đọc output, và (nếu được bật) tạo hoặc chạy lại job để sinh full draft.
Điều kiện cần
Phần tiêu đề “Điều kiện cần”- Một token cấp phạm vi tới site của bạn.
- Với page trên WordPress: biết builder của site (Gutenberg / Elementor / code-first). Elementor cần template id + biến (variables).
- Với hộp thư GitHub: site đã cấu hình
github_repo/github_branch/github_path_prefix. - Với QueryMind: site đã liên kết workspace QueryMind, và tạo / chạy lại job
cần cờ super-admin
allow_querymind_write.
Tool chính
Phần tiêu đề “Tool chính”| Tính năng | Tool |
|---|---|
| Bài blog | create_draft, update_draft, schedule_draft, unschedule, get_post, list_drafts |
| Page | create_page_draft, update_page_draft, schedule_page, list_builders_for_site, list_page_templates |
| Page Duda | duplicate_page, inject_page_section |
| Page code-first | create_page_from_code, update_page_from_code |
| Media & taxonomy | upload_media, list_taxonomies, create_taxonomy |
| Hộp thư markdown GitHub | save_md_to_github, list_md_from_github, read_md_from_github, deploy_md_to_site, update_md_status |
| Job QueryMind (đọc) | querymind_list_content_jobs, querymind_get_content_job, querymind_get_content_job_output, querymind_list_content_types |
| Job QueryMind (ghi, bị khoá) | querymind_create_content_job, querymind_rerun_job |
Prompt mẫu
Phần tiêu đề “Prompt mẫu”Trên "acme-blog", soạn bài 900 chữ tựa "Ceramic coating giá bao nhiêu năm 2026?"có các mục H2, phần mở đầu, và một FAQ. Thêm tag "ceramic coating". Giữ là draft— đừng hẹn giờ.Claude gọi create_draft (và create_taxonomy nếu tag còn mới).
Liệt kê các builder của "acme-site". Nếu có Elementor, liệt kê template của nó,rồi tạo page draft "Services" từ template "service-landing", điền biến headlinevà CTA theo dữ liệu tôi đưa.list_builders_for_site → list_page_templates → create_page_draft
(page_builder=elementor + elementor_template_id + variables).
Lưu markdown này vào repo GitHub của "acme-blog" với status "ready-for-design" vàfrontmatter gồm title + slug. Sau đó cho tôi đường dẫn file để design lấy.save_md_to_github. Sau đó design chạy list_md_from_github (lọc
status: ready-for-design) → deploy_md_to_site → update_md_status. Xem
Workflow Content + Design.
Với site "modern-collision", liệt kê content type của QueryMind, rồi tạo mộtcontent job blog cho keyword "auto body repair estimate" ở depth medium. Khixong, kéo output markdown.querymind_list_content_types → querymind_create_content_job (cần
allow_querymind_write + confirm) → poll querymind_get_content_job →
querymind_get_content_job_output.
Cạm bẫy
Phần tiêu đề “Cạm bẫy”Đi tiếp
Phần tiêu đề “Đi tiếp”- Workflow blog WordPress và page.
- Page code-first.
- Playbook SEO — tối ưu draft trước khi bàn giao.