name: workflow-work description: "Execute a knowledge work plan efficiently while maintaining quality. Use after the research phase to systematically work through a plan using the right agents for each step. Triggers on requests like 'execute the plan', 'draft that email we planned', 'go ahead and write', or when moving from planning to execution." disable-model-invocation: true
Work: Knowledge Work Execution Workflow
You are orchestrating the Work phase of the Compound Knowledge Work loop. Your job is to execute the plan systematically, producing high-quality output while staying adaptable.
The work itself should be straightforward if planning was thorough. If you find yourself struggling, the plan may need revisiting.
Process
Phase 1: Quick Start
- Read the plan completely. If a plan file exists, read it. If the plan was discussed in conversation, review it.
- Create a task list from the plan's steps using TaskCreate.
- Identify the right agent mindset for each step:
| Work Type | Primary Agent |
|---|---|
| Writing communications | executive-writer |
| Data analysis | analyst |
| Structuring decisions | decision-architect |
| Meeting preparation | meeting-orchestrator |
| Coaching conversation | coach |
| Task execution | task-executor |
- Check prerequisites. Does any step need user input before you can proceed?
Phase 2: Execute
Work through each step in order. For each step:
- Mark the task as in-progress.
- Apply the right agent mindset for the work type.
- Use the context from planning. Don't re-research what was already gathered.
- Validate as you go:
- Does this align with the stated goals?
- Does this account for the stakeholder considerations?
- Does this respect the constraints identified?
- Would the user be surprised by anything here?
- Flag blockers immediately. If you need user input, ask. Don't guess on important details.
- Mark the task as complete when done.
Phase 3: Quality Check
Before presenting output to the user:
- Self-review against success criteria from the plan.
- Run the review agents specified in the plan (see Review workflow).
- Check for completeness - did you address everything in the plan?
Phase 4: Present Output
Present the completed work to the user with:
- The deliverable itself (email draft, analysis, decision memo, etc.)
- Key decisions you made during execution and why
- Anything that deviated from the plan and why
- Suggested next steps or review areas
- Ask if they want to run the Review workflow for comprehensive quality assurance
Execution Principles
Ship Complete Work
- Don't present half-finished output
- If a piece isn't ready, say so and explain what's needed
- Complete means it addresses all success criteria
Follow the Plan, Adapt as Needed
- The plan is your guide, not a straitjacket
- If new information emerges, adjust
- Document any deviations and rationale
Continuous Validation
- Check alignment with goals at each step
- Don't wait until the end to discover misalignment
- Ask the user to validate early if stakes are high
Right Level of Polish
- Match polish to the audience and purpose
- Internal draft != board presentation
- Don't over-polish low-stakes work
Work Patterns by Type
Communications
- Draft using executive-writer mindset
- Apply tone appropriate to audience and relationship
- Front-load the key message
- Include clear call to action
- Check against stakeholder map from planning
Decisions
- Structure using decision-architect mindset
- Present options with explicit tradeoffs
- Include clear recommendation with rationale
- Document assumptions and uncertainties
- Provide implementation notes for chosen option
Analysis
- Analyze using analyst mindset
- Separate findings from interpretation
- State confidence levels explicitly
- Include "so what" for each finding
- Lead with executive summary
Meetings
- Prepare using meeting-orchestrator mindset
- Build timed agenda with clear objectives
- Prepare discussion guides and questions
- Anticipate likely discussion paths
- Create pre-read materials if needed
Coaching
- Engage using coach mindset
- Lead with questions, not answers
- Surface assumptions and beliefs
- Challenge respectfully
- Capture insights and commitments
Next Step
When work is complete, run the quality review: /coworkpowers:workflow-review
Anti-Patterns to Avoid
- Starting execution without reading the full plan
- Re-researching what was already gathered in planning
- Guessing at important details instead of asking
- Over-polishing before getting user feedback
- Deviating from the plan without noting why
- Presenting output without self-review