1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ストーリーポイント(SP)とは

Last updated at Posted at 2020-10-20
Page 1 of 5

SP

  • タスクの見積もり
  • 実装の難しさ、複雑さを元に算出
  • フィボナッチ数(1, 2, 3, 5, 8, 13, 21, 34, 55, ... )を元にした数列を使う
  • 2のべき乗、倍数を使う場合も
  • 自由に設定しても良い

見積もり

  • 相対見積もり
  • 同程度の難しさ、複雑度のタスクは同じ見積もり
  • not 時間
  • チーム全体で同じ見積りになるようにする
  • 基準は1h=1SP

プランニングポーカー

  • 見積もりのズレを少なくする
  • あるタスクに「せーの」で想定SPを出し、意見を交わす
  • どれぐらいのSPになるか、繰り返し合うまで出し、合ったSPがチームでのSPとなる
  • 機会があればどこかで

デイリー

  • 昨日やったこと
  • 今日やること
  • 困っていること
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?