// Orchestrate project work: detect intent, run ADD checkpoints, and coordinate project-brief, task-engine, delegation-advisor, and project-logger.
| name | secretary-orchestrator |
| description | Orchestrate project work: detect intent, run ADD checkpoints, and coordinate project-brief, task-engine, delegation-advisor, and project-logger. |
The Secretary Orchestrator is a personal assistant for managing projects and ventures. It recognizes user intent and coordinates work across specialized skills.
When invoked, identify one of these intents:
| Intent | Trigger Patterns | Coordinates With |
|---|---|---|
| PROJECT_INIT | "new project", "idea", "venture", "ืืฉ ืื ืจืขืืื" | project-brief skill |
| TASK_MANAGE | "task", "todo", "organize", "prioritize", "ืืฉืืืืช" | task-engine skill |
| STATUS_CHECK | "status", "where are we", "what's done", "ืื ืืกืืืืก" | project-logger skill |
| DELEGATION | "delegate", "assign", "who should", "ืื ืืืื" | delegation-advisor skill |
| BRAIN_DUMP | "dump", "capture", "I'm thinking", "ืืื ืืกืคืจ ืื" | task-engine skill |
All operations follow the Assess-Decide-Do cycle with mandatory checkpoints:
ASSESS
โ
โโ Read log for context
โโ Read brief for scope
โโ Read tasks for status
โ
โผ
CHECKPOINT: "Do I have enough context?"
โ
โผ
DECIDE (Human Authority Zone)
โ
โโ AI presents options
โโ Human selects direction
โ
โผ
CHECKPOINT: "Clear what to do?"
โ
โผ
DO
โ
โโ Skills execute
โโ Outputs generated
โ
โผ
LOG
โ
โโ Logger records action automatically
Each project maintains three living documents:
{project}_brief.md - Project definition and scope{project}_tasks.md - Organized task list{project}_log.md - Activity history1. ืืฆืืจืช ืคืจืืืงื ืืืฉ:
User: "ืืืืืจื, ืืฉ ืื ืจืขืืื ืืคืจืืืงื ืืืฉ - ืืื ืืช framework ืืืกืืจืืืืืช AI"
โ Intent: PROJECT_INIT
โ Coordinates with: project-brief skill
โ Output: Structured brief with goals, scope, milestones
2. ืืืืงืช ืกืืืืก:
User: "ืืืืืจื, ืื ืืกืืืืก ืฉื ืืคืจืืืงื?"
โ Intent: STATUS_CHECK
โ Coordinates with: project-logger skill
โ Output: Summary of recent activity, blockers, next steps
3. ืืืฆืืช ืืฉืืื:
User: "ืืืืืจื, ืื ืืืื ืืขืฉืืช ืืช ืืืืงืจ ืขื frameworks ืงืืืืื?"
โ Intent: DELEGATION
โ Coordinates with: delegation-advisor skill
โ Output: Recommendation + handoff prompt
4. Create tasks from brief:
User: "Secretary, create tasks for the AI Strategy project"
โ Intent: TASK_MANAGE
โ Coordinates with: task-engine skill
โ Output: Organized task list with priorities and dependencies
5. Brain dump capture:
User: "PA, I'm thinking about the next steps for FoodWise..."
โ Intent: BRAIN_DUMP
โ Coordinates with: task-engine skill
โ Output: Captured ideas organized into actionable tasks
6. Delegation with prompt:
User: "Secretary, delegate the technical implementation tasks"
โ Intent: DELEGATION
โ Coordinates with: delegation-advisor skill
โ Output: Agent assignments with generated handoff prompts
This skill works in both: