Skip to content

Commit 08129db

Browse files
committed
Replace refine command with learn command for conversation-driven improvement
The learn command reflects on conversations where DeepWork jobs were run, identifies confusion or inefficiencies, and improves job instructions. It also captures bespoke learnings specific to the current run into AGENTS.md files in the appropriate working folder. Key features: - Analyzes conversation for DeepWork job executions - Classifies learnings as generalizable (→ instructions) or bespoke (→ AGENTS.md) - Uses file references in AGENTS.md to keep things in sync - Creates learning_summary.md documenting all changes Changes: - Removed refine step from deepwork_jobs - Added learn step with comprehensive instructions - Updated job version to 0.2.0 - Regenerated all command files
1 parent 45f9273 commit 08129db

13 files changed

Lines changed: 1561 additions & 1543 deletions

File tree

.claude/commands/deepwork_jobs.define.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ hooks:
4444
## Job Overview
4545

4646
Core commands for managing DeepWork jobs. These commands help you define new multi-step
47-
workflows and refine existing ones.
47+
workflows and learn from running them.
4848

4949
The `define` command guides you through an interactive process to create a new job by
5050
asking detailed questions about your workflow, understanding each step's inputs and outputs,
5151
and generating all necessary files.
5252

53-
The `refine` command helps you modify existing jobs safely by understanding what you want
54-
to change, validating the impact, and ensuring consistency across your workflow.
53+
The `learn` command reflects on conversations where DeepWork jobs were run, identifies
54+
confusion or inefficiencies, and improves job instructions. It also captures bespoke
55+
learnings specific to the current run into AGENTS.md files in the working folder.
5556

5657

5758

.claude/commands/deepwork_jobs.implement.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ hooks:
4848
## Job Overview
4949

5050
Core commands for managing DeepWork jobs. These commands help you define new multi-step
51-
workflows and refine existing ones.
51+
workflows and learn from running them.
5252

5353
The `define` command guides you through an interactive process to create a new job by
5454
asking detailed questions about your workflow, understanding each step's inputs and outputs,
5555
and generating all necessary files.
5656

57-
The `refine` command helps you modify existing jobs safely by understanding what you want
58-
to change, validating the impact, and ensuring consistency across your workflow.
57+
The `learn` command reflects on conversations where DeepWork jobs were run, identifies
58+
confusion or inefficiencies, and improves job instructions. It also captures bespoke
59+
learnings specific to the current run into AGENTS.md files in the working folder.
5960

6061

6162
## Prerequisites
@@ -578,13 +579,13 @@ After completing this step:
578579
2. **Inform the user**:
579580
- Step 2 of 3 is complete
580581
- Outputs created: implementation_summary.md
581-
- Ready to proceed to next step: `/deepwork_jobs.refine`
582+
- Ready to proceed to next step: `/deepwork_jobs.learn`
582583

583584
## Next Step
584585

585586
To continue the workflow, run:
586587
```
587-
/deepwork_jobs.refine
588+
/deepwork_jobs.learn
588589
```
589590

590591
---

0 commit comments

Comments
 (0)