Loading...
Loading...
Compare original and translation side by side
next-prompt.mdnext-prompt.mdDESIGN.mddesign-mdSITE.mdDESIGN.mddesign-mdSITE.mdnext-prompt.md---
page: about
---
A page describing how jules.top tracking works.
**DESIGN SYSTEM (REQUIRED):**
[Copy from DESIGN.md Section 6]
**Page Structure:**
1. Header with navigation
2. Explanation of tracking methodology
3. Footer with linkspageDESIGN.mdnext-prompt.md---
page: about
---
一个介绍jules.top追踪机制的页面。
**设计系统(必需):**
[从DESIGN.md第6节复制]
**页面结构:**
1. 带有导航的页眉
2. 追踪方法的说明
3. 带有链接的页脚pageDESIGN.mdnext-prompt.mdpagenext-prompt.mdpage| File | Purpose |
|---|---|
| Site vision, Stitch Project ID, existing pages (sitemap), roadmap |
| Required visual style for Stitch prompts |
| 文件 | 用途 |
|---|---|
| 网站愿景、Stitch项目ID、现有页面(站点地图)、路线图 |
| Stitch提示所需的视觉样式 |
list_toolsstitch.jsonprojectId[prefix]:create_projectstitch.json[prefix]:generate_screen_from_textprojectIdpromptdeviceTypeDESKTOP[prefix]:get_screenhtmlCode.downloadUrlqueue/{page}.htmlscreenshot.downloadUrlqueue/{page}.pnglist_toolsstitch.jsonprojectId[prefix]:create_projectstitch.json[prefix]:generate_screen_from_textprojectIdpromptdeviceTypeDESKTOP[prefix]:get_screenhtmlCode.downloadUrlqueue/{page}.htmlscreenshot.downloadUrlqueue/{page}.pngqueue/{page}.htmlsite/public/{page}.htmlhref="#"queue/{page}.htmlsite/public/{page}.htmlhref="#"list_toolschrome*npx serve site/public[chrome_prefix]:navigatehttp://localhost:3000/{page}.html[chrome_prefix]:screenshotqueue/{page}.pngNote: This step is optional. If Chrome DevTools MCP is not installed, skip to Step 5.
list_toolschrome*npx serve site/public[chrome_prefix]:navigatehttp://localhost:3000/{page}.html[chrome_prefix]:screenshotqueue/{page}.png注意: 此步骤为可选操作。如果未安装Chrome DevTools MCP,请跳至步骤5。
SITE.md[x]SITE.md[x]next-prompt.mdSITE.md---
page: achievements
---
A competitive achievements page showing developer badges and milestones.
**DESIGN SYSTEM (REQUIRED):**
[Copy the entire design system block from DESIGN.md]
**Page Structure:**
1. Header with title and navigation
2. Badge grid showing unlocked/locked states
3. Progress bars for milestone trackingnext-prompt.mdSITE.md---
page: achievements
---
一个展示开发者徽章和里程碑的竞争性成就页面。
**设计系统(必需):**
[从DESIGN.md中复制完整的设计系统块]
**页面结构:**
1. 带有标题和导航的页眉
2. 展示已解锁/锁定状态的徽章网格
3. 用于里程碑追踪的进度条project/
├── next-prompt.md # The baton — current task
├── stitch.json # Stitch project ID (persist this!)
├── DESIGN.md # Visual design system (from design-md skill)
├── SITE.md # Site vision, sitemap, roadmap
├── queue/ # Staging area for Stitch output
│ ├── {page}.html
│ └── {page}.png
└── site/public/ # Production pages
├── index.html
└── {page}.htmlproject/
├── next-prompt.md # 接力棒 — 当前任务
├── stitch.json # Stitch项目ID(请妥善保存!)
├── DESIGN.md # 视觉设计系统(来自design-md技能)
├── SITE.md # 网站愿景、站点地图、路线图
├── queue/ # Stitch输出的暂存区
│ ├── {page}.html
│ └── {page}.png
└── site/public/ # 生产环境页面
├── index.html
└── {page}.html| Method | How it works |
|---|---|
| CI/CD | GitHub Actions triggers on |
| Human-in-loop | Developer reviews each iteration before continuing |
| Agent chains | One agent dispatches to another (e.g., Jules API) |
| Manual | Developer runs the agent repeatedly with the same repo |
| 方法 | 工作原理 |
|---|---|
| CI/CD | GitHub Actions在 |
| 人在环中 | 开发者在继续前审核每次迭代 |
| Agent链 | 一个Agent调度到另一个Agent(例如Jules API) |
| 手动 | 开发者在同一个仓库中重复运行Agent |
design-mdDESIGN.mddesign-mddesign-mddesign-mdDESIGN.mdnext-prompt.mdhref="#"stitch.jsonnext-prompt.mdhref="#"stitch.json| Issue | Solution |
|---|---|
| Stitch generation fails | Check that the prompt includes the design system block |
| Inconsistent styles | Ensure DESIGN.md is up-to-date and copied correctly |
| Loop stalls | Verify |
| Navigation broken | Check all internal links use correct relative paths |
| 问题 | 解决方案 |
|---|---|
| Stitch生成失败 | 检查提示中是否包含设计系统块 |
| 样式不一致 | 确保DESIGN.md是最新的且已正确复制 |
| 循环停滞 | 验证 |
| 导航失效 | 检查所有内部链接是否使用正确的相对路径 |