KPT法
keep,problem,try
よかったので次もやりたいこと(Keep)、
問題だったので次はやめたいこと(Problem)、
次にやってみたいこと(try)
などを整理する
ブレーンストーミング
エクストリームミーティング
ファシリテーション
アジャイルソフトウェア開発
IID(iterative and incremental development)
YWT
torish14 - /torish14/KPT
firstfruits - /firstfruits/KPT法
abetakalab - /abetakalab/KPT法
KPT(けいぴーてぃー):情報マネジメント用語辞典 - ITmedia エンタープライズ
code:kpt01.svg
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 500 380" width="500" height="380">
<foreignObject x="0" y="0" width="500" height="380">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
body{
font-weight:bold;
}
table{
width: 480px;
height:360px;
table-layout: fixed;
border-collapse:collapse;
margin:0 auto;
}
td,th{
width: 160px;
height:120px;
text-align: center;
vertical-align: middle;
background:#efffef;
border-bottom:1px solid #ccc;
}
table tr th:nth-child(even),
table tr td:nth-child(even){
background:#ffffef;
}
</style>
</head>
<body>
<table>
<tr><td>
Keep
<ul>
<li>よかったので次もやりたいこと</li>
</ul>
</td>
<td rowspan='2'>
Try
<ul>
<li>次にやってみたいこと</li>
</ul>
</td></tr>
<tr><td>
Problem
<ul>
<li>問題だったので次はやめたいこと</li>
</ul>
</td></tr>
</table>
</body>
</html>
</foreignObject>
</svg>
https://svg-hosting.vercel.app/api/svg?url=https://scrapbox.io/api/code/suto3/KPT法/kpt01.svg