Stats
Links
Categories
前端文档流水线插件市场 — 将原型 + 需求文字逐阶段转化为完整前端开发文档
npx claudepluginhub songuu/prototype-transformation前端文档流水线:将原型图 + 原始需求文字,经过原型解析→Figma挂载→接口集成→代码审计四个阶段,逐步增强为可直接指导开发的完整前端文档。
前端文档流水线 Claude Code 插件 — 将原型图 + 原始需求文字,经过四个阶段逐步增强为可直接指导开发的完整前端文档。
原始需求文字 + 原型图
↓
阶段2 原型解析 → 初始文档 (requirements-v1)
↓ ⛔ 人工确认
阶段3 Figma挂载 → 中间文档 (requirements-v2)
↓ ⛔ 人工确认
阶段4 接口集成 → 接口文档 (requirements-v3)
↓ ⛔ 人工确认
阶段5 代码审计 → 审计报告 (audit-report)
↓ ⛔ 人工确认
开发实现
每个阶段产出后需人工确认,确认后才进入下一阶段。
| 角色 | 模型 | 负责阶段 |
|---|---|---|
| 主持人 | Sonnet 4.6 | 协调全局、阶段3执行 |
| 分析者 | Opus 4.6 | 阶段2原型分析、阶段4接口绑定 |
| 挑刺者 | gpt-5.3-codex xhigh | 阶段2/4文档质量审查 |
| 终审者 | gpt-5.3-codex high | 阶段5代码审计 |
claude plugin add ./prototype-transformation
在 Claude Code 中直接触发:
prototype-transformation/
├── .claude-plugin/
│ └── marketplace.json
├── README.md
└── plugins/
└── prototype-transformation/
├── .claude-plugin/
│ └── plugin.json
└── skills/
└── doc-pipeline/
├── SKILL.md
├── evals.json
└── references/
├── Codex调用协议.md
├── 阶段2-原型解析.md
├── 阶段3-Figma挂载.md
├── 阶段4-接口集成.md
└── 阶段5-代码审计.md
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.