← スキル一覧に戻る

setup-plan
by tatsuki-washimi
gwpy expansions for experiments
⭐ 0🍴 0📅 2026年1月26日
SKILL.md
name: setup_plan description: ユーザーの要求から具体的な作業計画を作成し、モデル・スキル・工数を提案して計画書を保存・更新する
Setup Plan Workflow
This skill initiates a workflow that consistently handles understanding requirements, model selection, and creating/updating plans at the start of a new task.
Instructions
-
Requirement Understanding and Decomposition:
- Read and interpret chat requests or provided plans (Markdown), decomposing them into specific work steps.
- Identify classes, methods, and test items that require implementation.
-
AI Assistant Strategy Formulation:
- Call the following skills in order to analyze task characteristics:
suggest_model: Propose the optimal LLM based on task difficulty.suggest_skill: Propose auxiliary skills to be used during development.estimate_effort: Predict the required time and quota consumption.
- Call the following skills in order to analyze task characteristics:
-
Creation or Update of Plan:
- Create or update a timestamped detailed plan (
.md) in thedocs/developers/plans/directory. - Include the following sections:
- Objectives & Goals
- Detailed Roadmap (by Phase)
- Testing & Verification Plan
- Models, Recommended Skills, and Effort Estimates (reflecting results of step 2)
- Create or update a timestamped detailed plan (
-
Await Model Selection:
- Present the analysis results to the user and wait for user approval (selection of LLM model or plan approval) before proceeding to the next step.
-
Confirmation for Continuation:
- Upon obtaining approval, proceed to execute the first phase or ask for further instructions.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です