Agent skill
generate-tasklist
開発作業のタスクリスト(tasklist.md)を生成します。このスキルは単独で使用することも、generate-working-docsから呼び出されることもあります。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/generate-tasklist
SKILL.md
タスクリスト生成スキル
概要
このスキルは、開発作業のタスクリスト(tasklist.md)を生成します。
使用シーン
- 設計書を元にタスク分割を開始するとき
- 既存の開発作業ディレクトリにタスクリストを追加するとき
- タスクリストを再生成するとき
必要な情報
- ディレクトリパス: タスクリストを配置する
docs/working/{YYYYMMDD}_{要件名}/のパス - 要件名: 英語のケバブケース(例:
query-execution,export-csv)
前提条件
requirements.mdが存在すること(推奨)design.mdが存在すること(推奨)- タスク分割は要件定義と設計を元に作成されるため
実行手順
1. ディレクトリパスの確認
ユーザーから開発作業ディレクトリパスを取得します。
2. tasklist.md の生成
template.md のテンプレートを使用して、tasklist.md を生成します。
3. 完了報告
生成したファイルのパスをユーザーに報告します。
テンプレート
詳細は template.md を参照してください。
関連スキル
generate-working-docs- 全ドキュメントを生成するメインスキルgenerate-requirements- 要件定義書生成スキルgenerate-design- 設計書生成スキルgenerate-testing- テスト手順書生成スキル
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?