lhpaul/ai-dev-framework-template

A tool-agnostic AI-assisted development framework template. Structured workflow (Spec → Plan → Implement → Review) with canonical protocols, agent definitions for Claude Code/Cursor, and a guided project setup.

9Stars on the repository
60Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

add-backlog-item

01

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

02

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

06

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

08

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

09

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

10

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

12

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

13

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

15

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

16

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

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].

9 3d ago A 0 tokens