Timescale
Portable, tested skills for reasoning and software delivery across AI agents
npx -y skills add kadenn/skills --skill timescaleAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 17 days oldThe repository was created 17 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Estimate software delivery for AI-assisted execution using repository evidence, critical-path analysis, proof slices, validation cost, human decisions, and external waits. Use when the user asks how long a coding task, migration, project, or delivery plan will take, especially when traditional person-week estimates may not match an agent-led workflow.
SKILL.md
3.3 KB, 582 tokens by cl100k_base, as published. Nobody here has run it
Timescale
Estimate how the work will actually be executed. Do not start with a traditional team estimate and apply an arbitrary AI discount.
Build the forecast
- Inspect the request, repository, relevant code, tests, and delivery constraints when they are available.
- State the intended outcome and the definition of done. Include implementation, validation, integration, review, and rollout work that is genuinely required.
- Separate the timeline into:
- agent-active work: implementation, investigation, and validation performed in the execution loop;
- human involvement: product decisions, review, credentials, specialist judgment, and approvals;
- external elapsed time: CI queues, deploy windows, third parties, data backfills, legal review, and other waits.
- Map dependencies and identify the critical path. Do not add parallel tasks as if they were sequential. Do not invent extra engineers when one coherent agent-led workflow is faster.
- Identify the uncertainty that could move the estimate most. When safe, perform or propose the smallest proof slice that resolves it.
- Produce a range from evidence. Use repository complexity, observed progress, similar completed work, integration surface, and verification cost. Widen the range when those inputs are weak.
- Define the checkpoint that should trigger a re-estimate.
Calibrate confidence
- High: the code path is inspected, the approach is established, validation is local and deterministic, and no material dependency is unresolved.
- Medium: the approach is likely but one integration, data, or product assumption remains.
- Low: the target is underspecified, access is missing, the system is unfamiliar, or success depends on untested external behavior.
Do not create false precision. Use hours for bounded work, days for multi-stage delivery, and milestones for uncertain programs.
Output
Report:
- Likely elapsed range: the end-to-end critical-path forecast.
- Agent-active work: hands-on implementation and validation time.
- Human involvement: the specific decisions, reviews, or approvals needed.
- External waits: elapsed time outside the execution loop.
- Confidence: level, evidence, and assumptions.
- Main uncertainty: the factor with the largest schedule impact.
- Next calibration step: the cheapest proof or milestone that reduces uncertainty.
For larger work, add a compact critical-path breakdown. Distinguish effort from elapsed time.
Guardrails
- Treat estimates as forecasts, not commitments.
- Do not count generated code as completed delivery before integration and verification.
- Do not compress security, migrations, compliance, production observation, or rollback planning without evidence.
- Do not assume AI speedup where the bottleneck is a human decision or an external system.
- Do not convert a one-agent task into person-weeks for appearance.
- Re-estimate from observed progress after the proof slice or first milestone.
What ships with it: 1 file
192 B alongside SKILL.md
agents/
- openai.yaml192 B