Govuk Iterate banner
benjaminr benjaminr

Govuk Iterate

Design community

Description

<source> <count> [--variations <type>] - Create iterative design variations based on an existing GOV.UK prototype to explore refinements and alternatives. ## Usage ``` /project:govuk-iterate <source> <count> [--variations <type>] ``` ## Arguments - `<source>` - Required. Path to existing design directory or template file to iterate from (e.g., designs/prototype-1, views/dashboard.njk). - `<count>` - Required. Number of iterations to create (e.g., 2, 3, 5). Must be a positive integer. - `--vari

Installation

Installs to ~/.claude/commands/benjaminr-govuk-claude-template-govuk-iterate.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/benjaminr/govuk-claude-template/HEAD/.claude/commands/govuk-iterate.md -o ~/.claude/commands/benjaminr-govuk-claude-template-govuk-iterate.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository