Create Workflow
cph_workflow_createCreate a new workflow to organize tasks, blockers, and decisions for a feature branch, sprint, or engineering effort. Specify a name and optional git branch pattern for automatic detection.
Instructions
Create a new workflow (project container for tasks, blockers, decisions).
Create one per feature branch, sprint, or meaningful engineering effort.
Args:
name: Short name (e.g. "OAuth Migration", "API v2", "Payments Refactor")
description: Goals and scope (optional)
git_branch_pattern: Branch pattern for auto-detection (e.g. "feature/auth-", "fix/") Set this so cph_detect_workflow automatically finds this workflow on matching branches.
Returns: Created workflow with ID. PUT THIS ID IN YOUR CLAUDE.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| git_branch_pattern | No | Glob pattern for auto branch detection (e.g. 'feature/auth-*') |