返回 Skill 列表
extension
分类: 开发与工程无需 API Key

fusion-ui

提出多个UI组件设计方案并选择最佳方案;在探索UI变体或视觉方向时使用。

person作者: jakexiaohubgithub

Fusion UI

Overview

Use an F-thread: three workers propose UI variants in separate worktrees. The queen selects the best direction.

Inputs

  • UI goal and constraints

Workflow

  1. Verify git and mprocs.
  2. Create session variables and worktrees.
  3. Write tasks.json, worker prompts, and queen prompt.
  4. Launch mprocs.

Worktree Commands

git worktree add "{WORKTREE_ROOT}/impl-a" -b fusion/{SESSION_ID}/impl-a
git worktree add "{WORKTREE_ROOT}/impl-b" -b fusion/{SESSION_ID}/impl-b
git worktree add "{WORKTREE_ROOT}/impl-c" -b fusion/{SESSION_ID}/impl-c

Worker Prompt Outline

  • Worker A: minimal and clean
  • Worker B: bold and expressive
  • Worker C: data-dense or enterprise

Queen Prompt Outline

  • Compare usability, consistency, and implementation cost

mprocs Launch

mprocs --config .hive/mprocs.yaml

Output

  • Selected UI variant and implementation notes