lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Command-style Codex alias for creating a backlog item. Use when the user asks for /add-backlog-item or wants to create a tracked work item before spec or plan work.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Command-style Codex alias for creating a backlog item. Use when the user asks for /add-backlog-item or wants to create a tracked work item before spec or plan work.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Command-style Codex alias for reviewing implementation changes. Use when the user asks for /code-review or wants the repository code review gate.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Command-style Codex alias for graduating an integration branch. Use when the user asks for /graduate-development or wants to merge an integration branch back to develop.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Compatibility alias for /post-merge-qa with identical behavior. Prefer /post-merge-qa.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Primary command: QA work already on develop or develop- . Use when the user asks for /post-merge-qa or /merged-qa-tester (identical alias). Proposes confirmed scope, preflights environment, exercises flows, optional design-asset fidelity, and opens one fix PR for safe defects without a new backlog item.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Command-style Codex alias for preparing a release. Use when the user asks for /prepare-release or wants to run the repository release preparation protocol.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Command-style Codex alias for running a retrospective. Use when the user asks for /retrospective or wants a completed batch or item analyzed.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Compatibility/advanced alias: resolve a native GitHub epic into a bounded workflow execution scope, with optional delegated review and merge gates. For the recommended starting point, use /run-work instead. Use /run-epic when you need direct control over delegation flags (--delegate-review, --may-merge, --max-risk).…
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Deprecated compatibility alias for /run-item. Identical behavior — prefer $run-item or /run-item for new invocations.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Primary bounded command: advance exactly one non-epic workflow item. Use when the user asks for /run-item or wants to resume a specific development, branch, PR, or issue with the shared bounded prelude before Protocol 91. /run-item-work is a deprecated alias with identical behavior.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Bounded multi-item execute command: advance two or more explicit workflow items through Protocol 90 explicitlist mode. For a single item use $run-item; for an epic use $run-epic; for a read-only portfolio scan use $run-work.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Command-style Codex alias for running PR automated review and CI loops. Use when the user asks for /run-reviewer-loop or wants a PR driven to readiness.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Read-only portfolio scan. No-target scan proposes batches with no dispatch. Two or more targets redirect to $run-items. Single targets redirect to $run-item or $run-epic. No mutation in any mode.
lhpaul/ai-dev-framework-template
Skill Claude CodeCodex
Command-style Codex alias for syncing framework updates from the upstream template. Use when the user asks for /sync-template.
lhpaul/ai-dev-framework-template
Agent Claude Code
Run the automated reviewer loop (and CI loop) for a PR. Use when the user wants to run the reviewer loop on a specific PR or the current branch's PR until it is ready for human review or escalated.
lhpaul/ai-dev-framework-template
Agent Claude Code
Development review stage. Use when an implementation PR needs review against the spec, plan, and best practices. Applies fixes directly for blocking and important issues. Reports issues requiring human/product decisions.
lhpaul/ai-dev-framework-template
Agent Claude Code
Design review stage. Use when an implementation PR includes frontend file changes. Launches a browser via the configured browserautomation.provider, renders affected pages or components, captures screenshots, checks for console errors, and runs an axe-core accessibility check. Posts a structured PR comment with the…
lhpaul/ai-dev-framework-template
Agent Claude Code
In Development stage. Handles four paths — Full Pipeline (feature with spec+plan), Refactor (code restructuring with plan only, no spec), Fast Track (bug or simple change, no spec/plan needed), and Hotfix (critical production bug from main). Implements code, verifies build/lint/tests, opens PRs, and resolves reviewer…
lhpaul/ai-dev-framework-template
Agent Claude Code
Plan review stage. Use when an implementation plan branch or PR needs review for spec alignment, completeness, and feasibility. Reads the spec, plan, and codebase to validate the approach, and can push reviewer-loop fixes.
lhpaul/ai-dev-framework-template
Agent Claude Code
Coordination agent for a single workflow item via /run-item (or deprecated /run-item-work). Runs the shared bounded prelude then Protocol 91 until waiting on a human, blocked, or escalated.
lhpaul/ai-dev-framework-template
Agent Claude Code
Batch orchestration agent. Discovers what can advance or start, proposes the largest safe batch by priority and parallelization feasibility, dispatches approved item work, and supervises the batch until each item is waiting on a human, blocked, or escalated.
lhpaul/ai-dev-framework-template
Agent Claude Code
Post-merge QA on develop or develop- . Confirmed scope, environment preflight, flow/UX exercise, optional design-asset fidelity, one fix PR for safe defects (no backlog item).
lhpaul/ai-dev-framework-template
Agent Claude Code
Spec Ready stage. Use when a new feature needs a spec written. Conducts a structured alignment conversation with the human, then writes the feature spec, runs its reviewer gate, and resolves PR readiness. Do NOT use for bugs or simple changes (use the developer agent with fast track instead) or for refactors (use the…
lhpaul/ai-dev-framework-template
Agent Claude Code
Onboarding agent. Run this when first setting up a new project from this template. Guides a structured conversation to generate all project-specific documentation (business domain, architecture, tech stack, best practices) and configures the framework for your project.