Sprint kickoff orchestration — fetches Jira tickets, spawns parallel research agents, assesses difficulty 1-5, generates plans for easy-medium tickets, flags hard ones for human review.
Runs when a session starts on startup, resume, clear, compact and compact, executing session-start.js and compact-reinject.js via node (2 commands). From ParkerM2/create-claude-workflow.
Runs before the agent uses a tool for Bash, Edit, Write, TaskStop, TeamDelete, TeamCreate and Agent tool calls, executing safety-guard.js, workflow-enforcer.js and init-gate.js via node (5 commands). From ParkerM2/create-claude-workflow.
Use when starting any conversation in a project with claude-workflow installed — establishes workflow commands, agent roles, and project configuration.
Set up utility awareness for a project — installs SessionStart and UserPromptSubmit hooks so every session (including agent worktrees) automatically discovers available skills and tools. Creates a codebase-nav skill template and adds a utility index to the project rules file. Can be run standalone or is called from…
Use when a workflow command is invoked but no .claude/workflow.json config exists — runs first-time project setup to configure project rules file, architecture file, progress directory paths, and branching strategy.