03_task4

Reconcile recent Slack messages into a client-ready status report draft.

1|Updated May 20, 2026
One-click install
npx skills add https://github.com/Wanli-Lee/CUA-Claw-Harness --skill 03-task4-wanli-lee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 03_task4
Source: https://github.com/Wanli-Lee/CUA-Claw-Harness/tree/main/skills/03_task4
Command: npx skills add https://github.com/Wanli-Lee/CUA-Claw-Harness --skill 03-task4-wanli-lee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns recent Slack conversations into an accurate, client-facing project status update that has been reconciled with the latest numbers and held for human review before sending.

Core Features & Use Cases

  • Slack status synthesis: Lists and reads recent Slack messages relevant to a project, then reconciles conflicting or revised figures by using the most recent information.
  • Client-ready drafting: Produces a polished status report draft in a consistent format (overall status, progress, milestones, next steps).
  • Draft-only safety workflow: Saves the result as a Slack draft and explicitly avoids sending it directly to the client.

Use case: When different team members post updated metrics across multiple Slack threads, draft a single reconciled status update for your client and queue it as a draft for review.

Quick Start

Use the 03_task4 skill to compile the latest project status from recent Slack messages and save a reconciled draft for your client’s review.

Frequently Asked Questions about 03_task4

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Slack project status updates for client communication?

Slack status updates are reconciled by listing recent project messages, retrieving full contents, and identifying the newest figures across multiple threads. This ensures conflicting metrics are resolved before a client-ready draft is generated for review.

What is the best way to reconcile conflicting figures from multiple Slack threads?

The workflow gathers recent Slack messages, reads full thread contents, and prioritizes the newest revised figures. It produces reconciliation notes alongside a formatted client-ready status report saved as a Slack draft for approval.

Can I compile Slack messages into a client-ready project status report draft automatically?

Yes, recent Slack messages can be compiled into a client-ready status report draft. The workflow lists messages in a recent time window, retrieves full contents, reconciles the newest figures, and saves the formatted report as a Slack draft.

Does this workflow automation send status reports to clients directly from Slack?

No, this status reporting workflow does not send messages directly to clients. It explicitly preserves a human approval step by saving the reconciled draft only within Slack and storing the final output at a local workspace path.

What limitations exist when generating project updates from Slack message drafts?

A limitation of generating Slack status drafts is that it only scans messages within a recent time window, potentially missing older project updates. It also strictly outputs a draft requiring manual human approval before any client communication occurs.