-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStages 2.xml
80 lines (80 loc) · 1.83 KB
/
Stages 2.xml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<?xml version="1.1" encoding="UTF-8"?>
<stages>
<stage>
<name>Brainstorm</name>
<description>determine scope and purpose of the project</description>
<level>-3</level>
<symbols>
<fulltext>Brainstorm</fulltext>
<ASCII>*</ASCII>
<Unicode>*</Unicode>
<HTML>*</HTML>
</symbols>
</stage>
<stage>
<name>Refine</name>
<description>determine a path for implementing the project</description>
<level>-2</level>
<symbols>
<fulltext>Refine</fulltext>
<ASCII>...</ASCII>
<Unicode>…</Unicode>
<HTML>&hellip;</HTML>
</symbols>
</stage>
<stage>
<name>Mockup</name>
<description>create a proof-of-concept</description>
<level>-1</level>
<symbols>
<fulltext>Mockup</fulltext>
<ASCII>M</ASCII>
<Unicode>μ</Unicode>
<HTML>&mu;</HTML>
</symbols>
</stage>
<stage>
<name>Lambda</name>
<description>create a minimum viable product</description>
<level>0</level>
<symbols>
<fulltext>Lambda</fulltext>
<ASCII>l</ASCII>
<Unicode>λ</Unicode>
<HTML>&lambda;</HTML>
</symbols>
</stage>
<stage>
<name>Alpha</name>
<description>create a working prototype that can be criticized and changed</description>
<level>1</level>
<symbols>
<fulltext>Alpha</fulltext>
<ASCII>a</ASCII>
<Unicode>ɑ</Unicode>
<HTML>&alpha;</HTML>
</symbols>
</stage>
<stage>
<name>Beta</name>
<description>create a working product that can be refined and stablized</description>
<level>2</level>
<symbols>
<fulltext>Beta</fulltext>
<ASCII>b</ASCII>
<Unicode>β</Unicode>
<HTML>&beta;</HTML>
</symbols>
</stage>
<stage>
<name>Stable</name>
<description>finalize and distribute the working product</description>
<level>3</level>
<symbols>
<fulltext>Stable</fulltext>
<ASCII></ASCII>
<Unicode></ASCII>
<HTML></HTML>
</symbols>
</stage>
</stages>