Inline plan for XS/S tasks with cost, risk, and task_create. Triggers — 'plan this', 'quick plan', 'estimate this', 'small task plan', 'how long will this take'.
Install
npx skillscat add cuozg/oh-my-unity/unity-plan-quick Install via the SkillsCat registry.
SKILL.md
unity-plan-quick
Assess a small Unity task and report inline. No file output.
When to Use
- Single-file change or isolated fix (XS: 0-2h, S: 2-8h)
- Quick estimate before work begins
- No cross-system dependencies
Workflow
- Parse — Identify what and where
- Investigate — Confirm scope (max 3 tool calls)
- Report — Print inline using the format below
- Create — Call
task_createper task; setblockedBy
Rules
- No file output — report directly in chat, never create .md files
- Cap investigation at 3 tool calls
- Print report before calling
task_create - Risk must cite a file or dependency as evidence
Output Format
▲ {Feature Name}
{size} ({cost}) · {hours} · {risk} risk
{1-sentence summary with evidence}
┌ Tasks
├─ {subject}
│ {description}
│ → skill:{skill-name}
└─ {subject}
{description}
→ skill:{skill-name}Standards
Load unity-standards for sizing and risk. Key references:
plan/sizing-guide.md— XS/S/M/L/XL definitionsplan/risk-assessment.md— risk levelsplan/task-structure.md— subject/description format
Load via read_skill_file("unity-standards", "references/plan/<file>").