ParkerM2

46 mods across 1 repository, 4 stars between them.

start-day

25

ParkerM2/create-claude-workflow

Command Claude Code

Morning briefing: end-of-day recap, missed notifications, today's sprint work, and smart prioritization. Requires memory setup (Jira project key + board ID). Works standalone with git/tasks, better with Slack/Jira/GitHub.

4 5mo ago A 50 tokens original MIT

start-sprint

27

ParkerM2/create-claude-workflow

Command Claude Code

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.

4 5mo ago A 40 tokens original MIT

status

28

ParkerM2/create-claude-workflow

Command Claude Code

Quick progress summary — shows completion percentage, task states, branch status, and active blockers.

4 5mo ago A 19 tokens original MIT

track

29

ParkerM2/create-claude-workflow

Command Claude Code

Emit a tracking event to the JSONL progress log — records checkpoints, task state, errors, blockers, and QA results.

4 5mo ago A 26 tokens original MIT

SessionStart

30

ParkerM2/create-claude-workflow

Hook

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.

4 5mo ago A tokens not measured original MIT

PreToolUse

31

ParkerM2/create-claude-workflow

Hook

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.

4 5mo ago A tokens not measured original MIT

PostToolUse

32

ParkerM2/create-claude-workflow

Hook

Runs after a tool call finishes, executing tracking-emitter.js via node. From ParkerM2/create-claude-workflow.

4 5mo ago A tokens not measured original MIT

TeammateIdle

33

ParkerM2/create-claude-workflow

Hook

Runs on the TeammateIdle event, executing teammate-quality.js and tracking-emitter.js via node (2 commands). From ParkerM2/create-claude-workflow.

4 5mo ago A tokens not measured original MIT

TaskCompleted

34

ParkerM2/create-claude-workflow

Hook

Runs when a task is marked completed, executing task-validator.js and tracking-emitter.js via node (2 commands). From ParkerM2/create-claude-workflow.

4 5mo ago A tokens not measured copy · 53% MIT

Stop

35

ParkerM2/create-claude-workflow

Hook

Runs when the agent finishes a response, executing tracking-emitter.js via node. From ParkerM2/create-claude-workflow.

4 5mo ago A tokens not measured copy · 92% MIT

using-workflow

37

ParkerM2/create-claude-workflow

Skill Claude CodeCodex

Use when starting any conversation in a project with claude-workflow installed — establishes workflow commands, agent roles, and project configuration.

4 5mo ago A 29 tokens original MIT

utility-setup

38

ParkerM2/create-claude-workflow

Skill Claude CodeCodex

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…

4 5mo ago B 92 tokens original MIT

wf-finalize

39

ParkerM2/create-claude-workflow

Skill Claude CodeCodex

Step 6 of /agent-team — shuts down all agents, cleans up worktrees, pushes the branch, optionally creates a PR, and reports to the user.

4 5mo ago D 36 tokens original MIT

wf-guardian

40

ParkerM2/create-claude-workflow

Skill Claude CodeCodex

Step 5 of /agent-team — spawns the Codebase Guardian for structural integrity check on the merged feature branch.

4 5mo ago B 27 tokens original MIT

wf-plan

41

ParkerM2/create-claude-workflow

Skill Claude CodeCodex

Step 2 of /agent-team — reads task files, validates structure, and builds the wave execution plan.

4 5mo ago B 24 tokens original MIT

wf-preflight

42

ParkerM2/create-claude-workflow

Skill Claude CodeCodex

Step 1 of /agent-team — verifies infrastructure, git state, config, and task files before any workflow begins.

4 5mo ago B 27 tokens original MIT

wf-qa-gate

43

ParkerM2/create-claude-workflow

Skill Claude CodeCodex

Step 4b of /agent-team — waits for agent verdicts, runs QA cycles, merges passing tasks, and advances the wave counter.

4 5mo ago B 34 tokens original MIT

wf-setup

44

ParkerM2/create-claude-workflow

Skill Claude CodeCodex

Step 3 of /agent-team — creates the team, injects runtime values into task files, creates worktrees, and writes CLAUDE.md into each worktree.

4 5mo ago B 38 tokens original MIT

wf-spawn

45

ParkerM2/create-claude-workflow

Skill Claude CodeCodex

Step 4a of /agent-team — spawns coder + QA agent pair for each task in the current wave.

4 5mo ago B 27 tokens original MIT

workflow-setup

46

ParkerM2/create-claude-workflow

Skill Claude CodeCodex

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.

4 5mo ago B 43 tokens original MIT