-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject-docs-intake.questions.json
More file actions
60 lines (60 loc) · 1.5 KB
/
Copy pathproject-docs-intake.questions.json
File metadata and controls
60 lines (60 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"title": "Initialize organization and project documents",
"questions": [
{
"id": "org_purpose",
"type": "text",
"question": "What is the organization purpose?"
},
{
"id": "org_mission",
"type": "text",
"question": "What is the current organization mission?"
},
{
"id": "org_vision",
"type": "text",
"question": "What is the organization vision?"
},
{
"id": "org_strategic_objectives",
"type": "text",
"question": "List 3-5 organization strategic objectives."
},
{
"id": "org_core_values",
"type": "text",
"question": "List the core values that should drive ethics and culture."
},
{
"id": "project_purpose",
"type": "text",
"question": "What is this project purpose (distinct from organization purpose)?"
},
{
"id": "project_mission",
"type": "text",
"question": "What is the project mission for the next delivery cycle?"
},
{
"id": "project_vision",
"type": "text",
"question": "What is the project vision?"
},
{
"id": "project_strategic_objectives",
"type": "text",
"question": "List 3-5 project strategic objectives."
},
{
"id": "project_constraints",
"type": "text",
"question": "List hard constraints (time, quality, security, scope)."
},
{
"id": "project_success_criteria",
"type": "text",
"question": "How will success be measured?"
}
]
}