← All playbooks · Raw API

task-people

# Capability: People & authors

## Intent phrases

- add a team member
- update leadership bio
- create author profile
- edit person page
- link author to publication

## Requires capabilities

`persons`

## Prerequisites

- Read `cms-edit://customer/people` (full playbook)
- `cms_edit ["index", "sync"]` when resolving person links on articles

## Steps

1. Decide: public profile (`indexed: true`), author stub (`indexed: false`), or leadership-only edit on `/about/`
2. Create or open Person entry — set `name`, `slug`, `jobTitle`, `bio`, `media`
3. For article bylines: `authors` array on the article (ordered; primary first)
4. For batch import: `task-authors-import` / `create person-from-json --dry-run` first
5. `preview urls` on `/people/{slug}/` when indexed
6. `diff` → `save` → `task-publish-handoff`