You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update architecture.md to reflect learn workflow's preventive automation
The learn workflow now evaluates prevention opportunities and creates
DeepSchemas and DeepReview rules. Updated three sections in architecture.md
to document this capability.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Cleans up and migrates DeepWork configurations from prior versions
485
485
- **`learn`** workflow: `learn`
486
-
- Analyzes conversation history to improve job instructions and capture learnings
486
+
- Analyzes conversation history to improve job instructions, capture learnings, and create preventive automation (DeepSchemas and DeepReview rules)
487
487
488
488
These are auto-discovered at runtime by the MCP server from the Python package.
489
489
@@ -532,7 +532,7 @@ User: /deepwork new_job
532
532
533
533
### The `learn` Workflow
534
534
535
-
Analyzes conversation history to improve job instructions and capture learnings:
535
+
Analyzes conversation history to improve job instructions, capture learnings, and create preventive automation:
536
536
537
537
```
538
538
User: /deepwork_jobs.learn
@@ -551,10 +551,14 @@ Claude: I'll analyze this conversation for DeepWork job executions...
551
551
Bespoke learnings captured:
552
552
✓ Created AGENTS.md with project-specific notes about this competitive research instance
553
553
554
+
Prevention opportunities evaluated:
555
+
✓ Created DeepSchema for competitor_profiles/ output format
556
+
✓ Added DeepReview rule to enforce source prioritization in research steps
557
+
554
558
Job instructions updated in place. Changes take effect on next workflow run.
555
559
```
556
560
557
-
This standalone skill can be run anytime after executing a job to capture learnings and improve instructions.
561
+
This standalone skill can be run anytime after executing a job to capture learnings, improve instructions, and create preventive automation (DeepSchemas and DeepReview rules).
558
562
559
563
### Step Instructions at Runtime
560
564
@@ -742,6 +746,7 @@ The `/deepwork_jobs.define` command:
0 commit comments