TaskCreated
97Hook
Runs on the TaskCreated event, executing task-created.js via node. From rohitg00/pro-workflow.
Hook
Runs on the TaskCreated event, executing task-created.js via node. From rohitg00/pro-workflow.
Hook
Runs when the agent asks permission for an action, executing permission-request.js via node. From rohitg00/pro-workflow.
Hook
Runs on the PermissionDenied event, executing permission-denied.js via node. From rohitg00/pro-workflow.
Hook
Runs when a tool call fails, executing tool-failure.js via node. From rohitg00/pro-workflow.
Hook
Runs on the TeammateIdle event, executing teammate-idle.js via node. From rohitg00/pro-workflow.
Hook
Runs on the StopFailure event, executing stop-failure.js via node. From rohitg00/pro-workflow.
Hook
Runs on the FileChanged event for .env, .envrc, package.json, tsconfig.json, Cargo.toml, go.mod and pyproject.toml tool calls, executing file-changed.js via node. From rohitg00/pro-workflow.
Hook
Runs once when the project is set up, executing setup-hook.js via node. From rohitg00/pro-workflow.
Hook
Runs when a git worktree is created, executing worktree-create.js via node. From rohitg00/pro-workflow.
Hook
Runs when a git worktree is removed, executing worktree-remove.js via node. From rohitg00/pro-workflow.
Hook
Runs on the CwdChanged event, executing cwd-changed.js via node. From rohitg00/pro-workflow.
Cursor rule
Git best practices - atomic commits, descriptive messages, feature branches.
Cursor rule
Communication preferences - concise responses, action-oriented, no filler, acknowledge mistakes.
Cursor rule
Manage AI context window efficiently - read before write, no re-reads, tool-call budgets, one-pass discipline.
Cursor rule
Verify each behavior before building the next. One test, one implementation, one commit. No bulk-writing tests for behavior that does not yet exist.
Cursor rule
Prefer modules with a narrow public surface and a thick internal implementation. Inject external dependencies at the boundary. Mock only at system edges.
Cursor rule
Remove debug statements before committing - console.log, print, debugger.
Cursor rule
Pre-flight discipline - prevent silent assumptions, scope creep, and drive-by edits before they happen.
Cursor rule
Enforce quality checks before commits - lint, typecheck, and test affected code.
Cursor rule
Self-correction protocol - capture mistakes as learnings, compound improvements over time.
Cursor rule
Conventions every pro-workflow skill follows - invocation intent, write semantics, buckets, and sync. A skill that gets these wrong misfires, duplicates state, or hides from the people who need it.
Cursor rule
Token efficiency rules - eliminate waste in AI output, enforce read-before-write, prevent iteration cycles.
Skill Claude CodeCodex
Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.
Skill Claude CodeCodex
Auto-configure quality gates, hooks, and settings for a new project. Detects project type and sets up appropriate tooling. Use when onboarding a new codebase.