lhpaul

60 mods across 1 repository, 9 stars between them.

retrospective

25

lhpaul/ai-dev-framework-template

Agent Claude Code

Retrospective analysis agent. Analyzes completed work (a batch or individual item) to identify process improvement opportunities, presents them to the human, and executes the chosen action for each. Use after a batch or item run to surface workflow improvements, or invoke on-demand with a PR number, branch, or date as…

9 3d ago A 71 tokens

smoke-tester

26

lhpaul/ai-dev-framework-template

Agent Claude Code

Smoke test stage. Use when a code review has been approved and the implementation needs manual smoke testing before merge. Executes the smoke test runbook using browser automation.

9 3d ago A 37 tokens

spec-reviewer

27

lhpaul/ai-dev-framework-template

Agent Claude Code

Spec review stage. Use when a spec branch or PR needs review for completeness, clarity, and testability. Applies fixes directly where possible, can push reviewer-loop fixes, and reports issues requiring human input.

9 3d ago A 45 tokens

tech-lead

28

lhpaul/ai-dev-framework-template

Agent Claude Code

Plan Ready stage. Use when an implementation plan needs to be written. For Full Pipeline items, a spec must be approved first. For Refactor items, the work item brief replaces the spec. Reads the codebase, resolves technical approach questions, then writes the implementation plan, runs its reviewer gate, and resolves…

9 3d ago A 69 tokens

add-backlog-item

29

lhpaul/ai-dev-framework-template

Command Claude Code

Backlog stage. Creates one backlog work item from natural-language input with tracker destination detection and clarifying questions when needed. Usage: /add-backlog-item [optional brief description].

9 3d ago A 0 tokens

batch-merge

30

lhpaul/ai-dev-framework-template

Command Claude Code

Merge all ready PRs in a parallel batch into the target base branch sequentially, auto-resolving trivial CHANGELOG and documentation conflicts, pausing for human input only on non-trivial conflicts, and running post-merge-cleanup for each successfully merged PR. Prints the merge plan for visibility but proceeds…

9 3d ago A 95 tokens

lhpaul/ai-dev-framework-template

Command Claude Code

Graduate a completed integration branch (develop- ) to develop. Opens the graduation PR after confirming all sub-items are merged and getting human approval. Usage: /graduate-development.

9 3d ago A 0 tokens

post-merge-cleanup

34

lhpaul/ai-dev-framework-template

Command Claude Code

After a development PR is merged, sync with origin, switch to the merged PR's base branch, pull, verify or delete the remote implementation branch, delete the local branch, and update the related issue in the issue tracker. Usage: /post-merge-cleanup [--base base-branch] [--pr merged-pr-number] [branch-name].

9 3d ago A 71 tokens

prepare-release

36

lhpaul/ai-dev-framework-template

Command Claude Code

Prepare a release from develop. Creates the release branch, assembles changelog fragments into CHANGELOG, bumps version, opens PRs to main and develop, then skips release-branch reviewer loops while driving ready-for-regression + CI on the main PR before human merge. Usage: /prepare-release [version number, e.g.…

9 3d ago A 0 tokens

retrospective

37

lhpaul/ai-dev-framework-template

Command Claude Code

Run a retrospective analysis on completed work to identify process improvement opportunities. Usage: /retrospective [PR number | branch name | batch date].

9 3d ago A 0 tokens

run-epic

38

lhpaul/ai-dev-framework-template

Command Claude Code

Compatibility/advanced alias: resolve a native GitHub epic or explicit item list into a bounded workflow execution scope, with optional delegated review and merge gates. For the recommended starting point, use /run-work instead. Usage: /run-epic --epic | --items [, ...] [--base ] [--delegate-review] [--may-merge]…

9 3d ago A 116 tokens

run-item

40

lhpaul/ai-dev-framework-template

Command Claude Code

Primary bounded command: advance exactly one non-epic workflow item with shared prelude before Protocol 91. Usage: /run-item [--base ] [--delegate-review|--no-delegate-review] [--may-merge|--no-may-merge] [--may-start-backlog ] [--max-risk ].

9 3d ago A 82 tokens

run-items

41

lhpaul/ai-dev-framework-template

Command Claude Code

Bounded multi-item execute command: advance two or more explicit workflow items through Protocol 90 explicitlist mode, targeting develop directly. No scan or proposal step. Usage: /run-items [...] [--base ] [--delegate-review] [--may-merge] [--may-start-backlog ] [--max-risk ].

9 3d ago A 83 tokens

run-work

43

lhpaul/ai-dev-framework-template

Command Claude Code

Propose portfolio batches (scan-only). No-target scan produces a batch recommendation; all target invocations emit redirect guidance. No mutation in any mode. Usage: /run-work [ ...].

9 3d ago A 41 tokens

sync-template

44

lhpaul/ai-dev-framework-template

Command Claude Code

Sync framework updates from the upstream template into this project. Compares template files (local path or remote ref) against this project, shows a categorized diff for review, applies approved changes, and generates ready-to-use git instructions (branch + commit + PR). Run from the project root. Usage…

9 3d ago D 83 tokens

batch-merge

46

lhpaul/ai-dev-framework-template

Skill Claude CodeCodex

Merge all ready PRs in a parallel batch into the target base branch sequentially, auto-resolving legacy trivial CHANGELOG and documentation conflicts, pausing for human input only on non-trivial conflicts, and running post-merge-cleanup for each successfully merged PR. Prints the merge plan for visibility but proceeds…

9 3d ago A 84 tokens

post-merge-cleanup

47

lhpaul/ai-dev-framework-template

Skill Claude CodeCodex

After a development PR is merged, sync with origin, switch to the merged PR's base branch, pull, verify or delete the remote implementation branch, delete the local branch, and update the related issue in the issue tracker. Use when you want to clean up the local repo post-merge.

9 3d ago A 65 tokens

lhpaul/ai-dev-framework-template

Skill Claude CodeCodex

Review implemented changes against the repository's code review workflow. Use when a feature, refactor, fix, or hotfix PR needs review or reviewer feedback needs to be addressed.

9 3d ago A 40 tokens