task-estimator
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Task Estimator Skill
Estimates the compute tokens an AI agent needs to complete a TaskMarket task, then calculates cost vs reward to determine if the bounty is profitable.
Mental Model
A task completion has four compute phases:
| Phase | What happens | Token weight |
|---|---|---|
| Read | Read task description, spec files, existing code | Low |
| Plan | Reason about approach, architecture decisions | Medium |
| Execute | Write code/content, make tool calls, iterate | High |
| Verify | Tests, deployment, submission formatting | Medium |
Each phase has input tokens (context) and output tokens (generated text/code). Use the reference tables in references/token-tables.md to score each phase.
Dynamic Context and Arguments
Related skills