Execute Ui Spec banner
bladeofgod bladeofgod

Execute Ui Spec

Testing community

Description

--- description: 仅在人工明确安排时,对 ready UI Spec 执行静态审计和指定平台运行验证 argument-hint: "<spec-path> <android|ios>..." --- 本命令是独立 UI 自动化入口,不属于任务实现、Review、归档或发版默认门禁。只有用户明确调用本命令并提供真实 Spec 路径与至少一个平台时才执行;不得从任务类型、Figma 输入或 `ready` 状态自动触发。 ## 前置条件 1. Spec 必须位于 `docs/app-operator/specs/<spec-id>.spec.yaml`,状态为 `ready`,且 `make spec-check` 通过。 2. 平台必须由用户显式指定,只允许 `android`、`ios`;不得因为 Spec 声明了多个平台就自动扩大本次范围。 3. 读取 `CLAUDE.md`,加载 `ui-behavior-spec`、`flutter-debug-runtime` 和 `marionette-debug` Skill。 4. 本流程只验证当前实现,不授权修改

Installation

Installs to ~/.claude/commands/bladeofgod-flutter-ai-harness-execute-ui-spec.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/bladeofgod/flutter-ai-harness/HEAD/.claude/commands/execute-ui-spec.md -o ~/.claude/commands/bladeofgod-flutter-ai-harness-execute-ui-spec.md

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

Full documentation available on GitHub

View Source Repository