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].
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…
lhpaul/ai-dev-framework-template
Command Claude Code
Code review a pull request.
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.
lhpaul/ai-dev-framework-template
Command Claude Code
Alias for /post-merge-qa — identical behavior. Usage: /merged-qa-tester [--base ] [scope hints].
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].
lhpaul/ai-dev-framework-template
Command Claude Code
QA work already on develop or an integration branch (develop- ). Usage: /post-merge-qa [--base ] [scope hints].
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.…
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].
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]…
lhpaul/ai-dev-framework-template
Command Claude Code
Deprecated compatibility alias for /run-item. Identical behavior — use /run-item instead. Usage: /run-item-work.
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 ].
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 ].
lhpaul/ai-dev-framework-template
Command Claude Code
Run the automated reviewer loop (and CI loop) for a PR until clean or escalate. Usage: /run-reviewer-loop [PR number or "current"].
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 [ ...].
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…
lhpaul/ai-dev-framework-template
Command Cursor
Plan Ready stage. Reads the approved spec (or work item brief for Refactor items) and codebase, resolves technical approach questions, then writes the implementation plan, runs its reviewer gate, and resolves PR readiness. Usage: /generate-implementation-plan [optional feature slug or dev folder path].