一键导入
milestone-onboard
Create MILESTONES.md from existing workflow docs — scan, propose, refine, write.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create MILESTONES.md from existing workflow docs — scan, propose, refine, write.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Long-running iterative development loops. Run arbitrarily-long tasks without diluting model attention. Triggers: ralph, ralph loop, iterative loop, long-running task, development loop.
Full compactor reference — tool parameters, anti-patterns, sandbox languages, context budget, workflows.
Diagnostics — validate config, session DB, runtimes, and troubleshoot compactor issues.
Context management — compact session, recall history, run code, search content.
Stats display — context savings, session metrics, compactions, sandbox and recall/search counters.
Helps you use the /unipi:btw side-conversation workflow effectively. Use when you want to think in parallel, ask side questions without interrupting ongoing work, or inject a side thread back into the main agent.
| name | milestone-onboard |
| description | Create MILESTONES.md from existing workflow docs — scan, propose, refine, write. |
Create a MILESTONES.md file by scanning existing workflow documentation. Groups scattered tasks into coherent milestone phases.
This skill MAY: read .unipi/docs/, read existing specs/plans/quick-work/debug/fix/chore docs, write .unipi/docs/MILESTONES.md.
This skill MAY NOT: modify existing workflow docs, delete files, merge branches.
Scan .unipi/docs/ for existing workflow documentation. Understand what's been done and what's planned.
.unipi/docs/{specs,plans,quick-work,debug,fix,chore}/- [ ] and - [x])unstarted:, in-progress:, completed:)"Found X completed items, Y in-progress, Z planned across N documents."
Group findings into logical milestone phases. Present with rationale.
Analyze themes across documents — group related items together
Suggest 2-5 phases with clear names and descriptions
For each phase, list proposed items (both done and todo)
Present proposal:
"Phase 1: Foundation (3/5 done)
- Project scaffold
- Core parser
- Type definitions
- Error handling
- Documentation
Phase 2: Features (0/3 done)
- User dashboard
- File upload
- Notifications
Does this grouping look right?"
One question at a time — ask if phases are correct before proceeding
User approves/adjusts phases. Iterate until satisfied.
Save MILESTONES.md using the milestone parser.
MilestoneDoc from approved phases:
title: "Project Milestones" (or ask user for custom title)created: today's dateupdated: today's datephases: approved phases with itemswriteMilestones(".unipi/docs/MILESTONES.md", doc)Show summary and suggest next steps.
"✅ MILESTONES.md created with N phases and M items.
- Phase 1: Foundation (3/5 done)
- Phase 2: Features (0/3 done)
Next steps:
/unipi:milestone-update— sync milestones with completed work- Milestones will auto-inject context on session start
- Completed items auto-sync on session end"
Before completing, verify:
.unipi/docs/MILESTONES.md- [ ] or - [x])[x]parseMilestones()