Agent skill
schedule
プロジェクトスケジュールを作成する。進行計画、ガントチャート、マイルストーン策定時に使う。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/schedule
SKILL.md
目的
プロジェクトのアクティビティを時系列に配置し、依存関係・クリティカルパスを明確化する。
トリガー語
- 「スケジュールを作成」
- 「進行計画を立てる」
- 「ガントチャートを作る」
- 「マイルストーンを設定」
入力で最初に聞くこと
| # | 質問 | 必須 |
|---|---|---|
| 1 | プロジェクト名は? | ✓ |
| 2 | 開始日・終了日は? | ✓ |
| 3 | WBSは作成済みですか? | - |
手順
Step 1: WBSの確認
- 既存WBSを参照、または作成を提案
Step 2: アクティビティの定義
- WBSから作業を抽出
Step 3: 依存関係の設定
- FS/SS/FF/SF
Step 4: 期間見積もり
- 各アクティビティの所要日数
Step 5: スケジュール表の生成
- Mermaid Ganttまたはマークダウン表
Step 6: 保存
workspace/{ProjectName}/docs/Schedule.mdに保存
成果物
| 成果物 | 保存先 |
|---|---|
| スケジュール | workspace/{ProjectName}/docs/Schedule.md |
検証(完了条件)
- 開始日・終了日が設定されている
- 依存関係が明記されている
- マイルストーンが設定されている
- クリティカルパスが特定されている
参照
- Command:
.claude/commands/02_aipjm_02_planning_03_schedule.md
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?