@exaudeus/workrail 3.14.0 → 3.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/application/services/validation-engine.js +4 -9
- package/dist/application/services/workflow-compiler.js +4 -6
- package/dist/console/assets/index-BZYIjrzJ.js +28 -0
- package/dist/console/assets/index-OLCKbDdm.css +1 -0
- package/dist/console/index.html +2 -2
- package/dist/engine/engine-factory.js +2 -2
- package/dist/engine/types.d.ts +1 -1
- package/dist/manifest.json +63 -63
- package/dist/mcp/handlers/shared/request-workflow-reader.d.ts +5 -0
- package/dist/mcp/handlers/shared/request-workflow-reader.js +47 -2
- package/dist/mcp/handlers/v2-advance-core/assessment-consequences.d.ts +1 -1
- package/dist/mcp/handlers/v2-advance-core/assessment-consequences.js +4 -5
- package/dist/mcp/handlers/v2-advance-core/index.js +1 -1
- package/dist/mcp/handlers/v2-advance-core/outcome-blocked.js +1 -1
- package/dist/mcp/handlers/v2-execution/start.d.ts +1 -0
- package/dist/mcp/handlers/v2-execution/start.js +20 -1
- package/dist/mcp/handlers/v2-workflow.d.ts +20 -0
- package/dist/mcp/handlers/v2-workflow.js +119 -10
- package/dist/mcp/output-schemas.d.ts +109 -8
- package/dist/mcp/output-schemas.js +31 -11
- package/dist/mcp/server.js +48 -1
- package/dist/mcp/tool-descriptions.js +17 -9
- package/dist/mcp/v2/tools.d.ts +6 -0
- package/dist/mcp/v2/tools.js +2 -0
- package/dist/mcp/workflow-protocol-contracts.js +5 -1
- package/dist/types/workflow-definition.d.ts +1 -2
- package/dist/v2/infra/local/workspace-anchor/index.js +4 -1
- package/dist/v2/usecases/console-routes.js +49 -1
- package/dist/v2/usecases/console-service.d.ts +1 -0
- package/dist/v2/usecases/console-service.js +4 -1
- package/dist/v2/usecases/console-types.d.ts +12 -0
- package/dist/v2/usecases/worktree-service.js +55 -7
- package/package.json +2 -2
- package/spec/authoring-spec.json +82 -1
- package/spec/workflow-tags.json +132 -0
- package/spec/workflow.schema.json +3 -11
- package/workflows/adaptive-ticket-creation.json +40 -22
- package/workflows/architecture-scalability-audit.json +65 -31
- package/workflows/bug-investigation.agentic.v2.json +36 -14
- package/workflows/coding-task-workflow-agentic.json +50 -38
- package/workflows/coding-task-workflow-agentic.lean.v2.json +124 -37
- package/workflows/coding-task-workflow-agentic.v2.json +90 -30
- package/workflows/cross-platform-code-conversion.v2.json +168 -48
- package/workflows/document-creation-workflow.json +47 -17
- package/workflows/documentation-update-workflow.json +8 -8
- package/workflows/intelligent-test-case-generation.json +2 -2
- package/workflows/learner-centered-course-workflow.json +267 -267
- package/workflows/mr-review-workflow.agentic.v2.json +81 -14
- package/workflows/personal-learning-materials-creation-branched.json +175 -175
- package/workflows/presentation-creation.json +159 -159
- package/workflows/production-readiness-audit.json +54 -15
- package/workflows/relocation-workflow-us.json +44 -35
- package/workflows/routines/tension-driven-design.json +1 -1
- package/workflows/scoped-documentation-workflow.json +25 -25
- package/workflows/test-artifact-loop-control.json +1 -2
- package/workflows/ui-ux-design-workflow.json +327 -0
- package/workflows/workflow-diagnose-environment.json +1 -1
- package/workflows/workflow-for-workflows.json +507 -484
- package/workflows/workflow-for-workflows.v2.json +43 -11
- package/workflows/wr.discovery.json +112 -30
- package/dist/console/assets/index-DW78t31j.css +0 -1
- package/dist/console/assets/index-EsSXrC_a.js +0 -28
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "mr-review-workflow-agentic",
|
|
3
|
-
"name": "MR Review Workflow (Lean v2
|
|
4
|
-
"version": "2.
|
|
3
|
+
"name": "MR Review Workflow (Lean v2 \u2022 Notes-First \u2022 Evidence-Driven Reviewer Families)",
|
|
4
|
+
"version": "2.4.0",
|
|
5
5
|
"description": "Lean v2 MR review workflow. Merges intake, missing-input gating, context gathering, and re-triage into one structured front phase, then drives review through a shared fact packet, parallel reviewer families, contradiction-driven synthesis, and evidence-first final validation.",
|
|
6
6
|
"recommendedPreferences": {
|
|
7
7
|
"recommendedAutonomy": "guided",
|
|
@@ -10,6 +10,29 @@
|
|
|
10
10
|
"features": [
|
|
11
11
|
"wr.features.subagent_guidance"
|
|
12
12
|
],
|
|
13
|
+
"assessments": [
|
|
14
|
+
{
|
|
15
|
+
"id": "review_readiness_gate",
|
|
16
|
+
"purpose": "Assess whether the review is ready to hand off across three orthogonal dimensions. Each must be high independently -- strength in one cannot compensate for weakness in another.",
|
|
17
|
+
"dimensions": [
|
|
18
|
+
{
|
|
19
|
+
"id": "evidence_quality",
|
|
20
|
+
"purpose": "Key findings are backed by specific code references, line numbers, or concrete observations -- not intuition or pattern-matching alone.",
|
|
21
|
+
"levels": ["low", "high"]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "coverage_completeness",
|
|
25
|
+
"purpose": "All relevant review domains have been adequately checked for this change. No material blind spots remain unacknowledged.",
|
|
26
|
+
"levels": ["low", "high"]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "contradiction_resolution",
|
|
30
|
+
"purpose": "Material contradictions and competing interpretations are resolved or explicitly acknowledged with a clear rationale for the chosen position.",
|
|
31
|
+
"levels": ["low", "high"]
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
],
|
|
13
36
|
"preconditions": [
|
|
14
37
|
"User provides an MR/PR objective, diff, patch, branch, or equivalent review target.",
|
|
15
38
|
"The agent can inspect the changed files, surrounding code, and any deterministic validation artifacts needed to review accurately.",
|
|
@@ -34,11 +57,17 @@
|
|
|
34
57
|
{
|
|
35
58
|
"id": "phase-0-understand-and-classify",
|
|
36
59
|
"title": "Phase 0: Locate, Bound, Enrich & Classify",
|
|
37
|
-
"prompt": "Build the review foundation in one pass.\n\nStep 1
|
|
60
|
+
"prompt": "Build the review foundation in one pass.\n\nStep 1 \u2014 Early exit / minimum inputs:\nBefore exploring, verify that the review target is real and inspectable. If the diff, changed files, or equivalent review material are completely absent and cannot be inferred with tools, ask for the minimum missing artifact and stop. Do NOT ask questions you can resolve with tools.\n\nStep 2 \u2014 Locate and bound the review target:\nAttempt to determine the strongest available review target and boundary.\n\nAttempt to establish:\n- `reviewTargetKind` from the strongest available source such as PR/MR, branch, patch, diff, or local working tree changes\n- `reviewTargetSource` describing where the target came from\n- likely PR/MR identity when available (`prUrl`, `prNumber`)\n- likely base / ancestor reference (`baseCandidate`, `mergeBaseRef`) when available\n- whether the branch may include inherited or out-of-scope changes\n- `boundaryConfidence`: High / Medium / Low\n\nDo not over-prescribe your own investigation path. Use the strongest available evidence and record uncertainty honestly.\n\nStep 3 \u2014 Enrich with context:\nRecover the strongest available intent and policy context from whatever sources are actually available.\n\nAttempt to recover:\n- MR title and purpose\n- ticket / issue / acceptance context (`ticketRefs`, `ticketContext`)\n- supporting docs / specs / rollout context (`supportingDocsFound`)\n- repo or user policy/convention context when it is likely to affect review judgment (`policySourcesFound`)\n- `contextConfidence`: High / Medium / Low\n\nStep 4 \u2014 Review-surface hygiene:\nClassify the visible change into a minimal review surface.\n\nSet:\n- `coreReviewSurface`\n- `likelyNoiseOrMechanicalChurn`\n- `likelyInheritedOrOutOfScopeChanges`\n- `reviewSurfaceSummary`\n- `reviewScopeWarnings`\n\nThe goal is not a giant ledger. The goal is to avoid treating every visible changed file as equally worthy of deep review by default.\n\nStep 5 \u2014 Classify the review:\nAfter exploration, classify the work.\n\nSet:\n- `reviewMode`: QUICK / STANDARD / THOROUGH\n- `riskLevel`: Low / Medium / High\n- `shapeProfile`: choose the best primary label from `isolated_change`, `crosscutting_change`, `mechanically_noisy_change`, or `ambiguous_boundary`\n- `changeTypeProfile`: choose the best primary label from `general_code_change`, `api_contract_change`, `data_model_or_migration`, `security_sensitive`, or `test_only`\n- `maxParallelism`: 0 / 3 / 5\n- `criticalSurfaceTouched`: true / false\n- `needsSimulation`: true / false\n- `needsBoundaryFollowup`: true / false\n- `needsContextFollowup`: true / false\n- `needsReviewerBundle`: true / false\n\nDecision guidance:\n- QUICK: very small, isolated, low-risk changes with little ambiguity\n- STANDARD: typical feature or bug-fix reviews with moderate ambiguity or moderate risk\n- THOROUGH: critical surfaces, architectural novelty, high risk, broad change sets, or strong need for independent reviewer perspectives\n\nMinimal routing guidance:\n- if `boundaryConfidence = Low`, bias toward boundary/context follow-up before strong recommendation confidence\n- if `changeTypeProfile = api_contract_change`, bias toward contract/consumer/backward-compatibility scrutiny\n- if `changeTypeProfile = data_model_or_migration`, bias toward rollout / compatibility / simulation scrutiny\n- if `changeTypeProfile = security_sensitive`, bias toward adversarial/runtime-risk scrutiny and lower tolerance for weak evidence\n- if `changeTypeProfile = test_only`, bias toward stronger false-positive suppression\n- if `shapeProfile = mechanically_noisy_change`, bias toward stronger noise filtering and lower appetite for style-only findings\n\nStep 6 \u2014 Optional deeper context:\nIf `reviewMode` is STANDARD or THOROUGH and context remains incomplete, and delegation is available, spawn TWO WorkRail Executors SIMULTANEOUSLY running `routine-context-gathering` with focus=COMPLETENESS and focus=DEPTH. Synthesize both outputs before finishing this step.\n\nStep 7 \u2014 Human-facing artifact:\nChoose `reviewDocPath` only if a live artifact will materially improve human readability. Default suggestion: `mr-review.md` at the project root. This artifact is optional and never canonical workflow state.\n\nFallback behavior:\n- if PR/MR is not found but a branch/diff is inspectable, continue with downgraded context confidence and disclose missing PR context later\n- if the branch is inspectable but merge-base / ancestor remains ambiguous, continue with downgraded boundary confidence, set `needsBoundaryFollowup = true`, and disclose the uncertainty later\n- if ticket or supporting docs are missing, continue with downgraded context confidence and avoid overclaiming intent-sensitive findings\n- if only a patch/diff is available, continue if it is inspectable, but keep lower confidence on intent/boundary-dependent conclusions\n- if the review target itself is missing, ask only for that missing artifact and stop\n\nSet these keys in the next `continue_workflow` call's `context` object:\n- `reviewTargetKind`\n- `reviewTargetSource`\n- `prUrl`\n- `prNumber`\n- `baseCandidate`\n- `mergeBaseRef`\n- `boundaryConfidence`\n- `contextConfidence`\n- `mrTitle`\n- `mrPurpose`\n- `ticketRefs`\n- `ticketContext`\n- `supportingDocsFound`\n- `policySourcesFound`\n- `accessibleContextSources`\n- `missingContextSources`\n- `focusAreas`\n- `changedFileCount`\n- `criticalSurfaceTouched`\n- `reviewMode`\n- `riskLevel`\n- `shapeProfile`\n- `changeTypeProfile`\n- `maxParallelism`\n- `reviewDocPath`\n- `contextSummary`\n- `candidateFiles`\n- `moduleRoots`\n- `contextUnknownCount`\n- `coverageGapCount`\n- `authorIntentUnclear`\n- `needsSimulation`\n- `needsBoundaryFollowup`\n- `needsContextFollowup`\n- `needsReviewerBundle`\n- `coreReviewSurface`\n- `likelyNoiseOrMechanicalChurn`\n- `likelyInheritedOrOutOfScopeChanges`\n- `reviewSurfaceSummary`\n- `reviewScopeWarnings`\n- `openQuestions`\n\nRules:\n- answer your own questions with tools whenever possible\n- only keep true human-decision questions in `openQuestions`\n- keep `openQuestions` bounded to the minimum necessary\n- classify AFTER exploring, not before\n- before leaving this phase, either establish the likely review boundary or explicitly record why you could not\n\nAlso set in the context object: one sentence describing what you are trying to accomplish (e.g. \"implement OAuth refresh token rotation\", \"review PR #47 before merge\"). This populates the session title in the Workspace console immediately.",
|
|
38
61
|
"requireConfirmation": {
|
|
39
62
|
"or": [
|
|
40
|
-
{
|
|
41
|
-
|
|
63
|
+
{
|
|
64
|
+
"var": "reviewMode",
|
|
65
|
+
"equals": "THOROUGH"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"var": "riskLevel",
|
|
69
|
+
"equals": "High"
|
|
70
|
+
}
|
|
42
71
|
]
|
|
43
72
|
}
|
|
44
73
|
},
|
|
@@ -55,7 +84,10 @@
|
|
|
55
84
|
"goal": "Freeze a shared factual basis for review and decide how much reviewer-family parallelism is warranted.",
|
|
56
85
|
"constraints": [
|
|
57
86
|
[
|
|
58
|
-
{
|
|
87
|
+
{
|
|
88
|
+
"kind": "ref",
|
|
89
|
+
"refId": "wr.refs.notes_first_durability"
|
|
90
|
+
}
|
|
59
91
|
],
|
|
60
92
|
"The fact packet is the primary truth for downstream reviewer families.",
|
|
61
93
|
"Keep `recommendationHypothesis` as a secondary hypothesis to challenge, not a frame to defend."
|
|
@@ -89,10 +121,16 @@
|
|
|
89
121
|
"goal": "Run the selected reviewer families in parallel from the same fact packet, then synthesize their output as evidence rather than conclusions.",
|
|
90
122
|
"constraints": [
|
|
91
123
|
[
|
|
92
|
-
{
|
|
124
|
+
{
|
|
125
|
+
"kind": "ref",
|
|
126
|
+
"refId": "wr.refs.notes_first_durability"
|
|
127
|
+
}
|
|
93
128
|
],
|
|
94
129
|
[
|
|
95
|
-
{
|
|
130
|
+
{
|
|
131
|
+
"kind": "ref",
|
|
132
|
+
"refId": "wr.refs.synthesis_under_disagreement"
|
|
133
|
+
}
|
|
96
134
|
],
|
|
97
135
|
"Each reviewer family must use `reviewFactPacket` as primary truth.",
|
|
98
136
|
"Use `recommendationHypothesis` only as secondary comparison context.",
|
|
@@ -138,7 +176,10 @@
|
|
|
138
176
|
"goal": "If contradictions, blind spots, or important coverage gaps remain, run only the smallest targeted follow-up needed.",
|
|
139
177
|
"constraints": [
|
|
140
178
|
[
|
|
141
|
-
{
|
|
179
|
+
{
|
|
180
|
+
"kind": "ref",
|
|
181
|
+
"refId": "wr.refs.parallelize_cognition_serialize_synthesis"
|
|
182
|
+
}
|
|
142
183
|
],
|
|
143
184
|
"Prefer one compact targeted bundle over repeated broad delegation moments.",
|
|
144
185
|
"Do not regather broad context unless a contradiction proves the original fact packet is insufficient.",
|
|
@@ -162,7 +203,7 @@
|
|
|
162
203
|
{
|
|
163
204
|
"id": "phase-4b-canonical-synthesis",
|
|
164
205
|
"title": "Canonical Synthesis and Coverage Update",
|
|
165
|
-
"prompt": "Synthesize all reviewer-family outputs and targeted follow-up into one canonical review state.\n\nPart A
|
|
206
|
+
"prompt": "Synthesize all reviewer-family outputs and targeted follow-up into one canonical review state.\n\nPart A \u2014 Compare against your hypothesis:\n- revisit `recommendationHypothesis`\n- what did the evidence confirm?\n- what did it challenge?\n- what changed your mind, what held firm, and what do you explicitly reject?\n\nPart B \u2014 Synthesis decision table:\n- if 2+ reviewer families flag the same serious issue with the same severity, treat it as validated\n- if the same issue is flagged with different severities, default to the higher severity unless the lower-severity position includes specific counter-evidence\n- if one family flags an issue and others are silent, investigate it but do not automatically block unless it is clearly critical or security-sensitive\n- if one family says false positive and another says valid issue, require explicit main-agent adjudication in notes before finalization\n- if recommendation spread shows material disagreement, findings override recommendation until reconciled\n- if simulation reveals a new production risk, add a new finding and re-evaluate recommendation confidence\n\nPart C \u2014 Coverage ledger rules:\n- move a domain from `uncertain` to `checked` only when evidence is materially adequate\n- keep a domain `uncertain` if disagreement or missing evidence still materially affects recommendation quality\n- mark `not_applicable` only when the MR genuinely does not engage that dimension\n- clear `contradicted` only when the contradiction is explicitly resolved by evidence or adjudication\n- clear `needs_followup` only when required follow-up has actually been completed or the domain is explicitly downgraded as non-material\n\nPart D \u2014 Recommendation confidence rules:\n- set `recommendationConfidenceBand = High` only if no unresolved material contradictions remain, no important coverage domains remain uncertain, false-positive risk is not material, and the evidence is strong enough for the current mode\n- set `recommendationConfidenceBand = Medium` when one bounded uncertainty remains but the recommendation is still directionally justified\n- set `recommendationConfidenceBand = Low` when multiple viable interpretations remain, major contradictions are unresolved, or important coverage gaps still weaken the recommendation\n\nSet these keys in the next `continue_workflow` call's `context` object:\n- `reviewFindings`\n- `criticalFindingsCount`\n- `majorFindingsCount`\n- `minorFindingsCount`\n- `nitFindingsCount`\n- `recommendation`\n- `recommendationConfidenceBand`\n- `recommendationDriftDetected`\n- `coverageLedger`\n- `coverageUncertainCount`\n- `docCompletenessConcernCount`\n\nIf `reviewDocPath` exists, keep it aligned for human readability only. Notes/context remain workflow truth.",
|
|
166
207
|
"requireConfirmation": false
|
|
167
208
|
},
|
|
168
209
|
{
|
|
@@ -183,10 +224,16 @@
|
|
|
183
224
|
"goal": "Stress-test the current recommendation before final handoff.",
|
|
184
225
|
"constraints": [
|
|
185
226
|
[
|
|
186
|
-
{
|
|
227
|
+
{
|
|
228
|
+
"kind": "ref",
|
|
229
|
+
"refId": "wr.refs.adversarial_challenge_rules"
|
|
230
|
+
}
|
|
187
231
|
],
|
|
188
232
|
[
|
|
189
|
-
{
|
|
233
|
+
{
|
|
234
|
+
"kind": "ref",
|
|
235
|
+
"refId": "wr.refs.synthesis_under_disagreement"
|
|
236
|
+
}
|
|
190
237
|
],
|
|
191
238
|
"Validation output is evidence to synthesize, not an automatic reopen signal."
|
|
192
239
|
],
|
|
@@ -205,10 +252,30 @@
|
|
|
205
252
|
"If no validator can materially break the current recommendation and findings are internally consistent, proceed to handoff."
|
|
206
253
|
]
|
|
207
254
|
},
|
|
255
|
+
"assessmentRefs": [
|
|
256
|
+
"review_readiness_gate"
|
|
257
|
+
],
|
|
258
|
+
"assessmentConsequences": [
|
|
259
|
+
{
|
|
260
|
+
"when": {
|
|
261
|
+
"anyEqualsLevel": "low"
|
|
262
|
+
},
|
|
263
|
+
"effect": {
|
|
264
|
+
"kind": "require_followup",
|
|
265
|
+
"guidance": "Address whichever dimensions scored low: evidence_quality low -- anchor each finding to a specific file, function, or line; remove findings without concrete grounding. coverage_completeness low -- investigate uncovered domains or explicitly acknowledge gaps in the ledger. contradiction_resolution low -- resolve each contradiction or explicitly state your position with rationale."
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
],
|
|
208
269
|
"requireConfirmation": {
|
|
209
270
|
"or": [
|
|
210
|
-
{
|
|
211
|
-
|
|
271
|
+
{
|
|
272
|
+
"var": "validatorConsensusLevel",
|
|
273
|
+
"equals": "Low"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"var": "recommendationConfidenceBand",
|
|
277
|
+
"equals": "Low"
|
|
278
|
+
}
|
|
212
279
|
]
|
|
213
280
|
}
|
|
214
281
|
},
|
|
@@ -1,188 +1,188 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
2
|
+
"id": "personal-learning-materials-creation-branched",
|
|
3
|
+
"name": "Personal Learning Materials Creation Workflow (Branched)",
|
|
4
|
+
"version": "1.1.0",
|
|
5
|
+
"description": "Use this to create learning materials for a course or subject. Adapts depth and format to your time budget \u2014 Quick Start, Balanced, or Comprehensive.",
|
|
6
|
+
"clarificationPrompts": [
|
|
7
|
+
"Do you have a completed learning plan with defined objectives and modules?",
|
|
8
|
+
"How much time can you dedicate weekly to materials creation?",
|
|
9
|
+
"What content creation tools do you have access to?",
|
|
10
|
+
"What material formats work best for your learning style?"
|
|
11
|
+
],
|
|
12
|
+
"preconditions": [
|
|
13
|
+
"Completed learning plan or course design with clear objectives",
|
|
14
|
+
"Access to basic content creation tools (word processor, simple design software)",
|
|
15
|
+
"Time allocated for focused materials development sessions",
|
|
16
|
+
"Clear understanding of personal learning style preferences"
|
|
17
|
+
],
|
|
18
|
+
"metaGuidance": [
|
|
19
|
+
"OBJECTIVE ALIGNMENT: Every material must directly support specific learning objectives",
|
|
20
|
+
"ADAPTIVE DEPTH: Adjust thoroughness based on selected path without compromising quality",
|
|
21
|
+
"IMMEDIATE USABILITY: Materials should be ready to use without additional setup",
|
|
22
|
+
"QUALITY OVER QUANTITY: Better fewer high-quality materials than many mediocre ones"
|
|
23
|
+
],
|
|
24
|
+
"steps": [
|
|
25
|
+
{
|
|
26
|
+
"id": "phase-0-select-thoroughness-path",
|
|
27
|
+
"title": "Phase 0: Select Your Materials Creation Path",
|
|
28
|
+
"prompt": "Choose your learning materials creation approach based on your time, goals, and quality needs:\n\n\ud83d\udcda **Quick Start Path**\n\u2022 Timeline: 2-3 weeks (5-8 hours total)\n\u2022 Materials: Study guides + basic exercises\n\u2022 Best for: Time-constrained learners, getting started quickly\n\u2022 Outcome: Functional materials for immediate use\n\n\ud83c\udfaf **Balanced Path**\n\u2022 Timeline: 4-6 weeks (12-20 hours total)\n\u2022 Materials: Study guides + exercises + assessments + spaced repetition\n\u2022 Best for: Comprehensive learning support, professional quality\n\u2022 Outcome: Complete learning system with proven effectiveness\n\n\ud83c\udfc6 **Comprehensive Path**\n\u2022 Timeline: 8-12 weeks (25-40 hours total)\n\u2022 Materials: All types + interactive elements + full testing\n\u2022 Best for: Professional educators, enterprise-grade projects\n\u2022 Outcome: Optimized learning ecosystem with maximum effectiveness\n\nWhich path best matches your timeline and quality goals?",
|
|
29
|
+
"agentRole": "You are a learning materials consultant specializing in helping users choose the right approach for their constraints and goals. Guide users toward the path that best fits their needs. Set the thoroughnessLevel context variable based on their selection.",
|
|
30
|
+
"guidance": [
|
|
31
|
+
"Help users make realistic choices based on their actual time availability",
|
|
32
|
+
"Explain the trade-offs between speed and comprehensiveness",
|
|
33
|
+
"Encourage users to start with a simpler path if uncertain"
|
|
34
|
+
],
|
|
35
|
+
"requireConfirmation": true
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "analyze-learning-plan-quick",
|
|
39
|
+
"runCondition": {
|
|
40
|
+
"var": "thoroughnessLevel",
|
|
41
|
+
"equals": "Quick"
|
|
42
|
+
},
|
|
43
|
+
"title": "Phase 1: Essential Learning Plan Analysis (Quick Start)",
|
|
44
|
+
"prompt": "Extract the core elements from your learning plan for rapid materials creation:\n\n**STEP 1: Core Objectives**\n\u2022 Identify your 3-5 most important learning objectives\n\u2022 Note success criteria for each objective\n\u2022 Skip complex prerequisite analysis\n\n**STEP 2: Essential Materials Map**\n\u2022 For each objective, identify if you need: study guide, basic exercises, or both\n\u2022 Focus on immediate learning needs, not comprehensive coverage\n\u2022 Note existing resources that can supplement your materials\n\n**STEP 3: Quick Resource Assessment**\n\u2022 List available source materials (books, courses, notes)\n\u2022 Identify 2-3 key resources for each objective\n\u2022 Note time constraints and creation priorities\n\nGoal: Practical roadmap for essential materials creation in minimal time.",
|
|
45
|
+
"agentRole": "You are an efficient learning analyst focused on rapid materials development. Help users identify core needs quickly without over-analysis. Emphasize practical, immediately actionable insights.",
|
|
46
|
+
"guidance": [
|
|
47
|
+
"Keep analysis focused and action-oriented",
|
|
48
|
+
"Avoid perfectionism - good enough is good enough",
|
|
49
|
+
"Focus on high-impact materials that provide immediate value"
|
|
50
|
+
],
|
|
51
|
+
"validationCriteria": [
|
|
25
52
|
{
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
"agentRole": "You are a learning materials consultant specializing in helping users choose the right approach for their constraints and goals. Guide users toward the path that best fits their needs. Set the thoroughnessLevel context variable based on their selection.",
|
|
30
|
-
"guidance": [
|
|
31
|
-
"Help users make realistic choices based on their actual time availability",
|
|
32
|
-
"Explain the trade-offs between speed and comprehensiveness",
|
|
33
|
-
"Encourage users to start with a simpler path if uncertain"
|
|
34
|
-
],
|
|
35
|
-
"requireConfirmation": true
|
|
53
|
+
"type": "contains",
|
|
54
|
+
"value": "learning objective",
|
|
55
|
+
"message": "Must identify core learning objectives"
|
|
36
56
|
},
|
|
37
57
|
{
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"equals": "Quick"
|
|
42
|
-
},
|
|
43
|
-
"title": "Phase 1: Essential Learning Plan Analysis (Quick Start)",
|
|
44
|
-
"prompt": "Extract the core elements from your learning plan for rapid materials creation:\n\n**STEP 1: Core Objectives**\n\u2022 Identify your 3-5 most important learning objectives\n\u2022 Note success criteria for each objective\n\u2022 Skip complex prerequisite analysis\n\n**STEP 2: Essential Materials Map**\n\u2022 For each objective, identify if you need: study guide, basic exercises, or both\n\u2022 Focus on immediate learning needs, not comprehensive coverage\n\u2022 Note existing resources that can supplement your materials\n\n**STEP 3: Quick Resource Assessment**\n\u2022 List available source materials (books, courses, notes)\n\u2022 Identify 2-3 key resources for each objective\n\u2022 Note time constraints and creation priorities\n\nGoal: Practical roadmap for essential materials creation in minimal time.",
|
|
45
|
-
"agentRole": "You are an efficient learning analyst focused on rapid materials development. Help users identify core needs quickly without over-analysis. Emphasize practical, immediately actionable insights.",
|
|
46
|
-
"guidance": [
|
|
47
|
-
"Keep analysis focused and action-oriented",
|
|
48
|
-
"Avoid perfectionism - good enough is good enough",
|
|
49
|
-
"Focus on high-impact materials that provide immediate value"
|
|
50
|
-
],
|
|
51
|
-
"validationCriteria": [
|
|
52
|
-
{
|
|
53
|
-
"type": "contains",
|
|
54
|
-
"value": "learning objective",
|
|
55
|
-
"message": "Must identify core learning objectives"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"type": "contains",
|
|
59
|
-
"value": "study guide",
|
|
60
|
-
"message": "Must specify study guide requirements"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "length",
|
|
64
|
-
"min": 200,
|
|
65
|
-
"max": 800,
|
|
66
|
-
"message": "Analysis should be concise but actionable (200-800 characters)"
|
|
67
|
-
}
|
|
68
|
-
],
|
|
69
|
-
"hasValidation": true
|
|
58
|
+
"type": "contains",
|
|
59
|
+
"value": "study guide",
|
|
60
|
+
"message": "Must specify study guide requirements"
|
|
70
61
|
},
|
|
71
62
|
{
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
63
|
+
"type": "length",
|
|
64
|
+
"min": 200,
|
|
65
|
+
"max": 800,
|
|
66
|
+
"message": "Analysis should be concise but actionable (200-800 characters)"
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"hasValidation": true
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "analyze-learning-plan-balanced",
|
|
73
|
+
"runCondition": {
|
|
74
|
+
"var": "thoroughnessLevel",
|
|
75
|
+
"equals": "Balanced"
|
|
76
|
+
},
|
|
77
|
+
"title": "Phase 1: Comprehensive Learning Plan Analysis (Balanced)",
|
|
78
|
+
"prompt": "Analyze your learning plan to guide professional-quality materials creation:\n\n**STEP 1: Objective Architecture**\n\u2022 Extract all learning objectives with success criteria\n\u2022 Identify prerequisite relationships between objectives\n\u2022 Note assessment strategies for each objective\n\u2022 Map objectives to modules and time allocations\n\n**STEP 2: Materials Requirements Matrix**\n\u2022 For each objective, determine needed materials: study guides, exercises, assessments\n\u2022 Identify concepts requiring multiple reinforcement approaches\n\u2022 Note which objectives need spaced repetition support\n\u2022 Flag areas requiring practical application or hands-on practice\n\n**STEP 3: Resource Integration Plan**\n\u2022 Evaluate existing resources for quality and coverage\n\u2022 Identify gaps where custom materials are essential\n\u2022 Plan integration between created materials and external resources\n\u2022 Design quality standards for materials consistency\n\nGoal: Strategic foundation for professional learning materials system.",
|
|
79
|
+
"agentRole": "You are a professional instructional designer specializing in systematic materials development. Help users create comprehensive yet practical plans that balance quality with efficiency. Focus on proven instructional design principles.",
|
|
80
|
+
"guidance": [
|
|
81
|
+
"Apply instructional design best practices systematically",
|
|
82
|
+
"Balance thoroughness with practical time constraints",
|
|
83
|
+
"Focus on materials that work together as a cohesive system"
|
|
84
|
+
],
|
|
85
|
+
"validationCriteria": [
|
|
86
|
+
{
|
|
87
|
+
"type": "contains",
|
|
88
|
+
"value": "assessment",
|
|
89
|
+
"message": "Must include assessment strategy planning"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"type": "length",
|
|
93
|
+
"min": 400,
|
|
94
|
+
"max": 1200,
|
|
95
|
+
"message": "Analysis should be comprehensive (400-1200 characters)"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"hasValidation": true
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"id": "analyze-learning-plan-comprehensive",
|
|
102
|
+
"runCondition": {
|
|
103
|
+
"var": "thoroughnessLevel",
|
|
104
|
+
"equals": "Comprehensive"
|
|
105
|
+
},
|
|
106
|
+
"title": "Phase 1: Expert Learning Plan Analysis (Comprehensive)",
|
|
107
|
+
"prompt": "Conduct thorough analysis of learning architecture for enterprise-grade materials:\n\n**STEP 1: Learning System Architecture**\n\u2022 Map complete learning objective hierarchy with dependencies\n\u2022 Analyze cognitive load and complexity progression\n\u2022 Identify multiple learning pathways and individual differences\n\u2022 Design assessment strategy aligned with learning taxonomies\n\n**STEP 2: Advanced Materials Strategy**\n\u2022 Determine optimal material types for each learning objective\n\u2022 Plan multi-modal approach for different learning styles\n\u2022 Design integration points for spaced repetition and active recall\n\u2022 Identify opportunities for interactive and adaptive elements\n\n**STEP 3: Quality & Effectiveness Framework**\n\u2022 Establish criteria for materials effectiveness measurement\n\u2022 Plan user testing and feedback integration\n\u2022 Design continuous improvement and iteration protocols\n\u2022 Create scalability and maintenance considerations\n\nGoal: Strategic foundation for optimized, enterprise-grade learning ecosystem.",
|
|
108
|
+
"agentRole": "You are an expert learning systems architect with deep expertise in advanced instructional design and learning optimization. Guide users in creating sophisticated materials that maximize learning effectiveness through evidence-based approaches.",
|
|
109
|
+
"guidance": [
|
|
110
|
+
"Apply advanced learning science principles and research",
|
|
111
|
+
"Focus on long-term effectiveness and optimization",
|
|
112
|
+
"Design for scalability and continuous improvement"
|
|
113
|
+
],
|
|
114
|
+
"validationCriteria": [
|
|
115
|
+
{
|
|
116
|
+
"type": "contains",
|
|
117
|
+
"value": "effectiveness",
|
|
118
|
+
"message": "Must include effectiveness measurement planning"
|
|
99
119
|
},
|
|
100
120
|
{
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
121
|
+
"type": "length",
|
|
122
|
+
"min": 600,
|
|
123
|
+
"max": 1500,
|
|
124
|
+
"message": "Analysis should be sophisticated and comprehensive (600-1500 characters)"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"hasValidation": true
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"id": "develop-materials-strategy-quick",
|
|
131
|
+
"runCondition": {
|
|
132
|
+
"var": "thoroughnessLevel",
|
|
133
|
+
"equals": "Quick"
|
|
134
|
+
},
|
|
135
|
+
"title": "Phase 2: Efficient Materials Strategy (Quick Start)",
|
|
136
|
+
"prompt": "Create a focused strategy for essential materials creation:\n\n**STEP 1: Format Selection**\n\u2022 Choose 1-2 primary formats based on your learning style\n\u2022 Prioritize formats you can create quickly (text-based, simple templates)\n\u2022 Plan minimal but consistent formatting approach\n\u2022 Focus on immediate usability over visual polish\n\n**STEP 2: Creation Workflow**\n\u2022 Design simple templates for study guides and exercises\n\u2022 Plan batch creation approach to maximize efficiency\n\u2022 Set realistic quality standards (functional over perfect)\n\u2022 Create basic organization system for easy access\n\n**STEP 3: Quality Framework**\n\u2022 Establish minimum viable product standards\n\u2022 Plan quick self-review process\n\u2022 Design simple feedback collection for future improvement\n\u2022 Focus on completion over perfection\n\nGoal: Practical strategy for rapid materials creation without sacrificing core functionality.",
|
|
137
|
+
"agentRole": "You are an efficiency expert specializing in rapid content creation. Help users design streamlined approaches that maximize output while maintaining essential quality. Focus on practical, time-saving strategies.",
|
|
138
|
+
"guidance": [
|
|
139
|
+
"Emphasize efficiency and speed over perfection",
|
|
140
|
+
"Choose simple, proven formats that work reliably",
|
|
141
|
+
"Design for immediate action and quick completion"
|
|
142
|
+
],
|
|
143
|
+
"validationCriteria": [
|
|
144
|
+
{
|
|
145
|
+
"type": "contains",
|
|
146
|
+
"value": "template",
|
|
147
|
+
"message": "Must include template design for efficiency"
|
|
128
148
|
},
|
|
129
149
|
{
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
150
|
+
"type": "length",
|
|
151
|
+
"min": 300,
|
|
152
|
+
"max": 900,
|
|
153
|
+
"message": "Strategy should be focused and actionable (300-900 characters)"
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"hasValidation": true
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"id": "develop-materials-strategy-comprehensive",
|
|
160
|
+
"runCondition": {
|
|
161
|
+
"var": "thoroughnessLevel",
|
|
162
|
+
"equals": "Comprehensive"
|
|
163
|
+
},
|
|
164
|
+
"title": "Phase 2: Advanced Materials Strategy (Comprehensive)",
|
|
165
|
+
"prompt": "Develop sophisticated strategy for enterprise-grade materials:\n\n**STEP 1: Multi-Modal Format Strategy**\n\u2022 Design format variety to engage different learning modes\n\u2022 Plan advanced visual elements, interactive components, adaptive features\n\u2022 Create sophisticated template system with consistent branding\n\u2022 Consider accessibility, mobile optimization, and universal design\n\n**STEP 2: Integration Architecture**\n\u2022 Plan seamless connections between all material types\n\u2022 Design advanced spaced repetition integration with learning analytics\n\u2022 Create sophisticated cross-referencing and linking systems\n\u2022 Plan for collaborative features and social learning elements\n\n**STEP 3: Quality Excellence Framework**\n\u2022 Establish enterprise-grade quality standards and measurement\n\u2022 Design comprehensive user testing and feedback integration\n\u2022 Plan continuous optimization based on learning effectiveness data\n\u2022 Create scalable maintenance and update protocols\n\nGoal: Strategic foundation for learning materials that optimize effectiveness through sophisticated design.",
|
|
166
|
+
"agentRole": "You are a learning systems architect with expertise in enterprise-grade materials design. Help users create sophisticated strategies that maximize learning effectiveness through advanced features and optimization.",
|
|
167
|
+
"guidance": [
|
|
168
|
+
"Apply advanced instructional design and learning optimization principles",
|
|
169
|
+
"Focus on long-term effectiveness and continuous improvement",
|
|
170
|
+
"Design for scalability and enterprise deployment"
|
|
171
|
+
],
|
|
172
|
+
"validationCriteria": [
|
|
173
|
+
{
|
|
174
|
+
"type": "contains",
|
|
175
|
+
"value": "effectiveness",
|
|
176
|
+
"message": "Must focus on learning effectiveness measurement"
|
|
157
177
|
},
|
|
158
178
|
{
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
},
|
|
164
|
-
"title": "Phase 2: Advanced Materials Strategy (Comprehensive)",
|
|
165
|
-
"prompt": "Develop sophisticated strategy for enterprise-grade materials:\n\n**STEP 1: Multi-Modal Format Strategy**\n\u2022 Design format variety to engage different learning modes\n\u2022 Plan advanced visual elements, interactive components, adaptive features\n\u2022 Create sophisticated template system with consistent branding\n\u2022 Consider accessibility, mobile optimization, and universal design\n\n**STEP 2: Integration Architecture**\n\u2022 Plan seamless connections between all material types\n\u2022 Design advanced spaced repetition integration with learning analytics\n\u2022 Create sophisticated cross-referencing and linking systems\n\u2022 Plan for collaborative features and social learning elements\n\n**STEP 3: Quality Excellence Framework**\n\u2022 Establish enterprise-grade quality standards and measurement\n\u2022 Design comprehensive user testing and feedback integration\n\u2022 Plan continuous optimization based on learning effectiveness data\n\u2022 Create scalable maintenance and update protocols\n\nGoal: Strategic foundation for learning materials that optimize effectiveness through sophisticated design.",
|
|
166
|
-
"agentRole": "You are a learning systems architect with expertise in enterprise-grade materials design. Help users create sophisticated strategies that maximize learning effectiveness through advanced features and optimization.",
|
|
167
|
-
"guidance": [
|
|
168
|
-
"Apply advanced instructional design and learning optimization principles",
|
|
169
|
-
"Focus on long-term effectiveness and continuous improvement",
|
|
170
|
-
"Design for scalability and enterprise deployment"
|
|
171
|
-
],
|
|
172
|
-
"validationCriteria": [
|
|
173
|
-
{
|
|
174
|
-
"type": "contains",
|
|
175
|
-
"value": "effectiveness",
|
|
176
|
-
"message": "Must focus on learning effectiveness measurement"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"type": "length",
|
|
180
|
-
"min": 600,
|
|
181
|
-
"max": 1400,
|
|
182
|
-
"message": "Strategy should be sophisticated and comprehensive (600-1400 characters)"
|
|
183
|
-
}
|
|
184
|
-
],
|
|
185
|
-
"hasValidation": true
|
|
179
|
+
"type": "length",
|
|
180
|
+
"min": 600,
|
|
181
|
+
"max": 1400,
|
|
182
|
+
"message": "Strategy should be sophisticated and comprehensive (600-1400 characters)"
|
|
186
183
|
}
|
|
187
|
-
|
|
188
|
-
|
|
184
|
+
],
|
|
185
|
+
"hasValidation": true
|
|
186
|
+
}
|
|
187
|
+
]
|
|
188
|
+
}
|