Skip to main content

logics-estimation-helper

Estimate effort and complexity for Logics backlog items and tasks. Use when Codex should propose a rough estimate (S/M/L or points), identify unknowns/risks, and recommend splitting work. Use when this capability is needed.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
tomevault-io/skills-registry
آخر نشاط في المصدر
٢٨ أبريل ٢٠٢٦ في ٢٢:٥٣
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
١
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

مستكشف الملفات
2 ملفات

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
logics-estimation-helper
description
Estimate effort and complexity for Logics backlog items and tasks. Use when Codex should propose a rough estimate (S/M/L or points), identify unknowns/risks, and recommend splitting work. Use when this capability is needed.
metadata
{"author":"alexago83"}
# Estimation ## Add an estimate section automatically ```bash python logics/skills/logics-estimation-helper/scripts/add_estimate.py logics/backlog/item_001_foo.md --size M python logics/skills/logics-estimation-helper/scripts/add_estimate.py logics/tasks/task_002_bar.md --points 3 ``` ## Output format - Estimate: `S` / `M` / `L` (or points if you use them) - Drivers: 3–6 bullets (unknowns, integration points, migration risk) - Split suggestion: when the work should be multiple tasks ## Heuristics - `S`: isolated change, low risk, clear acceptance criteria. - `M`: cross-cutting change, moderate unknowns, needs tests/UX iteration. - `L`: architectural change, migrations, multiple systems, high uncertainty. --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/alexago83) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-13 -->
عرض على GitHub