Momentum — agentic engineering practice module for Claude Code. Sprint orchestration, quality gates, AVFL validation, and workflow automation.
npx claudepluginhub iamsteveholmes/momentumAgentic engineering practice — rules, agents, quality gates, and workflow automation across projects
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 129 specialized Claude Code subagents organized into 10 focused categories
A practice framework for agentic engineering.
Momentum is a philosophy and process for building software with AI agents as primary code producers. It defines how specifications govern code generation, how quality is enforced when AI writes the code, and how the practice itself improves over time. The principles apply whether you're a solo developer or a team — anyone directing AI agents to produce code faces the same quality challenges.
Momentum is currently implemented using BMAD Method and Claude Code, but the principles and process are tool-agnostic. Any agentic coding tool and workflow framework could serve as the implementation layer.
Claude Code (Tier 1 — full enforcement):
npx skills add https://github.com/iamsteveholmes/momentum --all
Then in Claude Code:
/momentum
Impetus (the Momentum orchestrator) runs first-time setup: installs global rules, configures hooks, sets up MCP integrations, and orients you to available workflows.
Cursor or other tools (Tier 2 — advisory):
npx skills add https://github.com/iamsteveholmes/momentum -a cursor
Skills install and are invocable immediately. No additional setup required.
No tooling (Tier 3 — philosophy only):
Read the Principles section below and the Philosophy section for the full framework. No installation needed.
Momentum operates at three tiers depending on your tool environment. The same skill files install at every tier — what changes is the enforcement level.
Claude Code provides the complete enforcement stack:
~/.claude/rules/ — authority hierarchy, anti-pattern rules, and coding standards are always in contextcontext: fork — verification agents run in separate contexts with restricted tool access, enforcing producer-verifier separationmodel: and effort: frontmatter; Claude Code routes to the appropriate model tier/momentum provides session orientation, sprint awareness, install/upgrade management, and workflow accessWhat "full deterministic" means: Quality standards at the deterministic enforcement tier (hooks, test gates, file protection) execute automatically. They cannot be skipped, deprioritized, or forgotten. Structured enforcement (workflow steps, review checklists) executes as part of skill workflows. Advisory enforcement (rules in context) is always loaded.
Install: npx skills add https://github.com/iamsteveholmes/momentum --all, then /momentum
Tools that support the Agent Skills standard can install Momentum skills:
context: fork, model:, effort:, and allowed-tools fields are Claude Code-specific; other tools skip them without errorWhat is NOT available at Tier 2:
~/.claude/rules/ auto-loading)context: fork — all work happens in a single context)model: frontmatter enforcement)/momentum session management)Skills still provide significant value at Tier 2 — workflow structure, acceptance criteria enforcement, review checklists, and quality guidance all function as advisory instructions.
Install: npx skills add https://github.com/iamsteveholmes/momentum -a cursor
Momentum's principles are designed to be valuable without any tooling. A developer or team can adopt the practice by reading the documentation: