docs: workflow naming must use verb phrases #285
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Convention
Workflow names should be verb phrases that describe the action being performed, not noun phrases.
Examples
Task
Rename
knowledge-extraction→extract-knowledgein the workspace (~/.uncaged-nerve):workflows/knowledge-extraction/→workflows/extract-knowledge/namefield inbuild.ts(theWorkflowDefinition.nameproperty)nerve.yamlif it references the workflow namecd ~/.uncaged-nerve && npm run buildDocument the convention in the nerve repo:
CLAUDE.mdunder a new "Workflow Naming" section:develop-workflowplanner prompt inpackages/workflow-meta/src/develop-workflow/to include this naming rule, so auto-generated workflows follow the convention.develop-senseplanner prompt similarly if it generates workflow names.Constraints
xiaoju referenced this issue2026-04-30 13:15:47 +00:00