Frontend
tui-prd-to-descriptions
From PRD interface/screen descriptions, output ASCII UI (for PRD supplement), Stitch-executable prompt (for stitch-skills), and Pencil-executable plan (for pencil-skills). Does not call Stitch or Pencil MCP.
From PRD interface/screen descriptions, output ASCII UI (for PRD supplement), Stitch-executable prompt (for stitch-skills), and Pencil-executable plan (for pencil-skills). Does not call Stitch or Pencil MCP.
将 PRD 中的界面/屏幕描述 转化为三种可交付物,供文档补充与下游 stitch-skills、pencil-skills 使用。本技能只产出描述文本,不调用 Stitch MCP 或 Pencil MCP。
[Context]、[Layout]、[Components]、[Content]。generate_screen_from_text 的 prompt,或作为 stitch-ui-prompt-architect 的输入。mcp__pencil__open_document、mcp__pencil__batch_design)、意图、关键参数;与 pencil-skills 的 pencil-ui-design-spec-generator 输出格式一致。batch_design 的 operations(每批 ≤25 操作)。tui-* 组件技能(tui-button、tui-input 等)可在组合界面时引用其语义与规范。确保开发环境已安装必要的依赖和工具。
根据项目需求进行基础配置。
按照示例代码实现核心功能。
运行测试确保功能正常。
完成开发后进行部署和监控。