|
20 | 20 | <a class="brand" href="index.html">LotusLift</a> |
21 | 21 | <nav> |
22 | 22 | <a href="index.html">Home</a> |
23 | | - <a href="apps.html">Workstreams</a> |
24 | 23 | <a href="method.html" aria-current="page">Method</a> |
| 24 | + <a href="apps.html">Workstreams</a> |
25 | 25 | <a href="security.html">Security</a> |
26 | 26 | <a href="copilot-tips.html">Tips</a> |
27 | 27 | </nav> |
@@ -54,38 +54,112 @@ <h2>Operating Principles</h2> |
54 | 54 | </section> |
55 | 55 |
|
56 | 56 | <section class="timeline" aria-label="Method timeline"> |
57 | | - <article class="timeline-item reveal delay-1"> |
| 57 | + <article class="timeline-item reveal delay-1" id="phase-discovery"> |
58 | 58 | <span class="phase-id">01</span> |
59 | 59 | <div> |
60 | | - <h2>Document</h2> |
61 | | - <p>Capture screenshots, schema, and business workflows in a structured way for AI context.</p> |
| 60 | + <h2>Discover And Frame</h2> |
| 61 | + <p>Establish modernization context by capturing workflows, schemas, and operating constraints.</p> |
| 62 | + <div class="role-blocks"> |
| 63 | + <div class="role-block"> |
| 64 | + <p class="role-label">AI Does</p> |
| 65 | + <ul class="clean-list"> |
| 66 | + <li>Structure and summarize captured artifacts</li> |
| 67 | + <li>Draft workflow and data model narratives</li> |
| 68 | + </ul> |
| 69 | + </div> |
| 70 | + <div class="role-block"> |
| 71 | + <p class="role-label">DTB Team Does</p> |
| 72 | + <ul class="clean-list"> |
| 73 | + <li>Provide source context and business nuances</li> |
| 74 | + <li>Validate and correct generated documentation</li> |
| 75 | + </ul> |
| 76 | + </div> |
| 77 | + </div> |
62 | 78 | </div> |
63 | 79 | </article> |
64 | | - <article class="timeline-item reveal delay-2"> |
| 80 | + <article class="timeline-item reveal delay-2" id="phase-requirements"> |
65 | 81 | <span class="phase-id">02</span> |
66 | 82 | <div> |
67 | 83 | <h2>Requirements</h2> |
68 | | - <p>Generate functional scope, user stories, and non-functional expectations for the new app.</p> |
| 84 | + <p>Convert discovery outputs into functional scope, user stories, and measurable quality expectations.</p> |
| 85 | + <div class="role-blocks"> |
| 86 | + <div class="role-block"> |
| 87 | + <p class="role-label">AI Does</p> |
| 88 | + <ul class="clean-list"> |
| 89 | + <li>Generate draft requirements and user stories</li> |
| 90 | + <li>Propose non-functional criteria and acceptance checks</li> |
| 91 | + </ul> |
| 92 | + </div> |
| 93 | + <div class="role-block"> |
| 94 | + <p class="role-label">DTB Team Does</p> |
| 95 | + <ul class="clean-list"> |
| 96 | + <li>Review, edit, and prioritize requirements</li> |
| 97 | + <li>Confirm alignment to operational realities</li> |
| 98 | + </ul> |
| 99 | + </div> |
| 100 | + </div> |
69 | 101 | </div> |
70 | 102 | </article> |
71 | | - <article class="timeline-item reveal delay-3"> |
| 103 | + <article class="timeline-item reveal delay-3" id="phase-plan"> |
72 | 104 | <span class="phase-id">03</span> |
73 | 105 | <div> |
74 | 106 | <h2>Conversion Plan</h2> |
75 | | - <p>Define architecture, data model mapping, API boundaries, and implementation sequence.</p> |
| 107 | + <p>Define architecture, migration sequencing, and implementation slices for controlled delivery.</p> |
| 108 | + <div class="role-blocks"> |
| 109 | + <div class="role-block"> |
| 110 | + <p class="role-label">AI Does</p> |
| 111 | + <ul class="clean-list"> |
| 112 | + <li>Draft target architecture and migration sequencing</li> |
| 113 | + <li>Generate conversion-plan options and technical scaffolds</li> |
| 114 | + </ul> |
| 115 | + </div> |
| 116 | + <div class="role-block"> |
| 117 | + <p class="role-label">DTB Team Does</p> |
| 118 | + <ul class="clean-list"> |
| 119 | + <li>Select tradeoffs and finalize architecture decisions</li> |
| 120 | + <li>Approve phased rollout and risk controls</li> |
| 121 | + </ul> |
| 122 | + </div> |
| 123 | + </div> |
76 | 124 | </div> |
77 | 125 | </article> |
78 | | - <article class="timeline-item reveal delay-3"> |
| 126 | + <article class="timeline-item reveal delay-3" id="phase-execute"> |
79 | 127 | <span class="phase-id">04</span> |
80 | 128 | <div> |
81 | 129 | <h2>Execute</h2> |
82 | | - <p>Use Copilot for accelerated coding, tests, and iteration while humans validate every output.</p> |
| 130 | + <p>Ship modernization increments through AI-assisted build cycles with mandatory human quality gates.</p> |
| 131 | + <div class="role-blocks"> |
| 132 | + <div class="role-block"> |
| 133 | + <p class="role-label">AI Does</p> |
| 134 | + <ul class="clean-list"> |
| 135 | + <li>Generate code, tests, and refactoring suggestions</li> |
| 136 | + <li>Assist with debugging and iteration acceleration</li> |
| 137 | + </ul> |
| 138 | + </div> |
| 139 | + <div class="role-block"> |
| 140 | + <p class="role-label">DTB Team Does</p> |
| 141 | + <ul class="clean-list"> |
| 142 | + <li>Validate correctness, security, and maintainability</li> |
| 143 | + <li>Own final code quality and production readiness</li> |
| 144 | + </ul> |
| 145 | + </div> |
| 146 | + </div> |
83 | 147 | </div> |
84 | 148 | </article> |
85 | 149 | </section> |
86 | 150 |
|
87 | | - <section class="reveal"> |
88 | | - <a class="btn btn-primary" href="methodology.html">Open Full Methodology</a> |
| 151 | + <section class="method-divider reveal" aria-label="Full methodology divider"> |
| 152 | + <p class="eyebrow">Detailed Reference</p> |
| 153 | + <h2>Full Methodology</h2> |
| 154 | + <p>The embedded reference below contains the complete step-by-step methodology, prompts, and time allocation.</p> |
| 155 | + </section> |
| 156 | + |
| 157 | + <section class="method-embed reveal delay-1" aria-label="Embedded full methodology"> |
| 158 | + <iframe src="methodology.html" title="Full Methodology"></iframe> |
| 159 | + <p> |
| 160 | + Prefer a dedicated page? |
| 161 | + <a class="btn btn-primary" href="methodology.html">Open Full Methodology</a> |
| 162 | + </p> |
89 | 163 | </section> |
90 | 164 | </main> |
91 | 165 |
|
|
0 commit comments