estimate
Estimation workflow for a feature or task. Breaks the task into sub-tasks, estimates each, sums with contingency buffer.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Estimation workflow for a feature or task. Breaks the task into sub-tasks, estimates each, sums with contingency buffer.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run a comprehensive health check on the repo. Verifies README counts match reality, promised files exist, no unresolved placeholders, wiki index is synced, toolchain configs are valid, and agent roster is accurate. Use after making structural changes or before publishing.
Begin a new Roblox game project or onboard to an existing one. Use when starting a fresh session with no context, or when the user says "let's start" or "new project".
Generate a 3D asset from a reference image using Blender MCP's image-to-3D AI (Hyper3D). Optimizes for Roblox and exports FBX.
Generate a 3D asset for Roblox using Blender MCP. Creates models from text descriptions via AI (Hyper3D/Hunyuan3D) or downloads from PolyHaven/Sketchfab, optimizes for Roblox constraints, and exports FBX.
Inspect the current Roblox Studio state via MCP. Verifies instance hierarchy, checks for common structural issues, and reports findings.
Capture a screenshot of the current Roblox Studio viewport and analyze it. Use for visual verification of UI, lighting, level layout, and general game appearance.
| name | estimate |
| description | Estimation workflow for a feature or task. Breaks the task into sub-tasks, estimates each, sums with contingency buffer. |
Ask: "What task / feature do you want to estimate?"
For a typical feature, list:
Use T-shirt sizing for unclear items, hours for clear items:
# Estimate: [Feature Name]
## Sub-tasks
| Task | Size | Hours (est) | Risk |
|------|------|-------------|------|
| Design GDD | S | 6 | Low |
| Implement core | M | 16 | Medium |
| Implement UI | S | 8 | Low |
| Test + polish | S | 6 | Low |
| Review + iterate | S | 4 | Low |
**Subtotal**: 40 hours
**Contingency** (30%): 12 hours
**Total estimate**: ~52 hours (~6.5 working days)
## Risks
1. [Risk 1 — how it affects estimate]
2. [Risk 2]
## Assumptions
- [Assumption 1]
- [Assumption 2]
## Dependencies
- [Other tasks/systems this depends on]
Present estimate to user. If too large, suggest splitting the feature.
Save estimates to production/sprints/estimates/ when approved.