スキル一覧に戻る
tatsuki-washimi

estimate-effort

by tatsuki-washimi

gwpy expansions for experiments

0🍴 0📅 2026年1月26日
GitHubで見るManusで実行

SKILL.md


name: estimate_effort description: 作業計画から必要な時間とLLMクオータ(トークン消費量)の見積もりを算出し、コストパフォーマンスを評価する

Estimate Effort

This skill analyzes a proposed implementation plan or task description to estimate the time required for completion and the approximate LLM quota consumption.

Instructions

  1. Task Decomposition:

    • Break down the task into phases such as "Research", "Implementation", "Testing", and "Refactoring".
    • Assess the difficulty of each phase (Low / Medium / High).
  2. Time Estimation:

    • Estimate the total time (in minutes) required for the assistant.
    • LLM-Native Benchmarks:
      • Detailed Plan Boost: If the input Markdown plan specifies method names, logic, and tests, assume implementation is 10-20x faster than human equivalent (e.g., 4 hours -> 15 mins).
      • Ambiguity Penalty: Clear requirements = 10-20 mins. Vague research tasks = 30-60 mins.
      • Test Loop: Assume pytest-driven debugging is near-instantaneous.
    • Use "Wall-clock time" (actual AI thinking/execution time) for the estimate.
  3. Quota Estimation:

    • Predict token consumption based on the following criteria:
      • High: Large-scale file edits, many tool calls (run_command, replace_file_content), or long context reads. Note: High Quota != Long Time.
      • Medium: Targeted fixes, standard unit tests.
      • Low: Information retrieval only, simple renaming.
    • Account for model-specific behavior (e.g., Claude Opus is "Heavy", Gemini Flash is "Light").
  4. Efficiency Evaluation:

    • Evaluate the Return on Investment (ROI) by comparing predicted results with costs (time/quota).
    • Propose "lower-cost alternative approaches" if necessary.
  5. Reporting:

    • Generate an estimation report in the following format:
      • Estimated Total Time: XX minutes
      • Estimated Quota Consumption: [Low / Medium / High]
      • Breakdown: Estimates per step
      • Concerns: Uncertain elements that could cause significant time/quota overruns.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です