kwworklisted
Install: claude install-skill oydxxx/compound-knowledge
<work_target> #$ARGUMENTS </work_target>
# Work
You have a plan. Now execute it. Break it into tasks, do them, track what happened.
## When to Use
* After `/kw:plan` or `/kw:review` — the plan is ready, time to execute
* "Start working on this", "Execute the plan", "Let's do this"
* When you have a clear plan and need to produce deliverables
## Process
### Step 1: Load the plan
Read the plan file. If no plan is specified:
1. Check for the most recently modified file in `plans/`
2. Ask: "Which plan should I execute? Point me to a file."
### Step 2: Break into tasks
Extract concrete deliverables from the plan. For each deliverable, create a task:
```
## Tasks
- [ ] [Task 1] — [what needs to be produced]
- [ ] [Task 2] — [what needs to be produced]
- [ ] [Task 3] — [what needs to be produced]
```
Present the task list to the user:
> "I see \[N] deliverables in this plan. Here's how I'd break them down. Want to adjust before I start?"
**Task types in knowledge work:**
| Deliverable | How to execute |
| -------------------- | -------------------------------------------- |
| Strategy doc / brief | Write it using the plan as structure |
| Email draft | Write it, check tone, present for review |
| Social copy | Write variations, check against style guides |
| Data analysis | Pull data, analyze, summarize findings |
| Presentation | Structure slides, write content |