원클릭으로
alex-effort-estimation
Estimate task duration from an AI-assisted development perspective rather than traditional human developer estimates
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Estimate task duration from an AI-assisted development perspective rather than traditional human developer estimates
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
End-to-end academic paper drafting for CHI, HBR, journals, and conferences with venue-specific templates, drafting workflows, and revision strategies.
Detect, create, and manage the AI-Memory fleet communication channel. Fires on bootstrap, session start (announcements), and feedback writes.
Generate on-brand Alex — ACT Edition SVG banners for documents (READMEs, plans, notes, release artifacts)
Patterns for fiction, narrative structure, character development, dialogue, and storytelling craft.
Challenge what you think is right — alternative hypotheses, missing data, evidence quality, bias detection, falsifiability, and adversarial review
Convert Word documents (.docx) to clean Markdown with image extraction and pandoc cleanup
| type | skill |
| lifecycle | stable |
| inheritance | inheritable |
| name | alex-effort-estimation |
| description | Estimate task duration from an AI-assisted development perspective rather than traditional human developer estimates |
| tier | extended |
| applyTo | **/*estimate*,**/*effort*,**/*planning*,**/*roadmap*,**/*tracker* |
| currency | "2026-04-22T00:00:00.000Z" |
Convert human developer estimates to AI-assisted timelines.
Last Updated: April 2026
| Unit | Time | Use For |
|---|---|---|
| ⚡ Instant | < 5 min | Single edit, lookup, generation |
| 🔄 Short | 5-30 min | Multi-file change, docs, skill |
| ⏱️ Medium | 30-60 min | Feature, test suite, debugging |
| 📦 Session | 1-2 hours | Major feature, release |
| 🗓️ Multi-session | 2+ hours | Large refactor, new system |
| Task Type | Human → Alex | Multiplier |
|---|---|---|
| Research | 8h → 45m | ×0.10 |
| Code generation | 4h → 35m | ×0.15 |
| Documentation | 4h → 25m | ×0.10 |
| Skill creation | 2h → 15m | ×0.12 |
| Refactoring | 4h → 1h | ×0.25 |
| Bug fix (known cause) | 2h → 35m | ×0.30 |
| Bug fix (unknown) | 4h → 2h | ×0.50 |
| Architecture design | 8h → 2h | ×0.25 |
| Test writing | 4h → 1.5h | ×0.40 |
| New feature (S) | 4h → 1h | ×0.25 |
| New feature (M) | 2d → 3h | ×0.20 |
| New feature (L) | 1w → 6h | ×0.15 |
| Release process | 4h → 1h | ×0.25 |
Formula: Alex Time = Human Estimate × Multiplier + Bottlenecks
| Activity | Why Fast |
|---|---|
| Research | Semantic search vs browsing |
| Boilerplate | Generated, not typed |
| Multi-file edits | Parallel in one pass |
| Code review | Instant pattern recognition |
| Learning new tech | Bootstrap learning skill |
| Documentation | Generated from code/context |
These take real time regardless of AI:
| Bottleneck | Impact | Mitigation |
|---|---|---|
| Test execution | ×1.0 | Parallelize, fast feedback loops |
| Build/compile | ×1.0 | Incremental builds, caching |
| Human approval | Variable | Batch decisions, async review |
| External APIs | Variable | Mock for dev, timeout handling |
| CI/CD pipeline | ×1.0 | Optimize pipeline, parallel jobs |
| Context loading | ×0.8 | Pre-read relevant files |
| Task | Human Est. | Alex Est. | Bottleneck |
|------|------------|-----------|------------|
| [Task] | [Xh/d] | [⚡🔄⏱️📦🗓️] | [None/Test/Approval/Build] |
Example:
| Task | Human | Alex | Bottleneck |
|---|---|---|---|
| Add new API endpoint | 4h | 🔄 30m | None |
| Write integration tests | 3h | ⏱️ 1.5h | Test execution |
| Deploy to staging | 2h | 📦 1.5h | CI pipeline |
| Code review cycle | 2h | ⏱️ 2h | Human approval |
| Total | 11h | 📦 5.5h | - |
| Task Type | Human | Alex | Factor | Evidence |
|---|---|---|---|---|
| Documentation | 4h | 25m | 10× | METHODOLOGY doc: 400 lines in ~30 min |
| Skill creation | 2h | 15m | 8× | 65 skills created, many in single sessions |
| Code generation | 4h | 30m | 8× | Slash commands, refactors |
| Research + synthesis | 8h | 45m | 10× | 62 project analysis in ~20 min |
| Architecture decisions | 8h | 2h | 4× | Root cause analysis + recommendations |
| Bottleneck | Why | Evidence |
|---|---|---|
| External dependencies | Can't control | CookProject blocked by book formatting |
| Unrealistic scope | Must be discovered | Altman-Z-Score, KalabashDashboard |
| Task | Human Est. | Actual Alex | Bottleneck |
|---|---|---|---|
| Update engine to 1.109 | 30m | ⚡ 5 min | None |
| Consolidate 9→3 agents | 4h | 🔄 20 min | None |
| Create 6 slash commands | 2h | 🔄 15 min | None |
| Refactor dream to shared | 4h | ⏱️ 45 min | Testing |
| Test all features | 2h | ⏱️ 1h | Human testing |
| Release process | 4h | 📦 1h | CI/approval |
| Total | 16.5h | 📦 2.5h | - |
Acceleration factor: 6.6×
| Good Sign | Bad Sign |
|---|---|
| Clear "done" definition | Vague scope |
| Quick win potential | External dependencies |
| Daily incremental work | Big-bang delivery |
| Defined acceptance criteria | "We'll know it when we see it" |
| Alex Estimate | Scope Health |
|---|---|
| ⚡ Instant | Perfect — ship it |
| 🔄 Short | Good — single session |
| ⏱️ Medium | OK — plan breaks |
| 📦 Session | Consider splitting |
| 🗓️ Multi-session | Split required |
❌ Instant everything — Testing and approval take real time
❌ Skip review — Speed without quality is waste
❌ Ignore iteration — First attempt isn't always right
❌ Forget context — Reading workspace takes time
❌ No buffer — Edge cases and clarifications happen