real-work
Installation
SKILL.md
Real Work
Turn planning into a durable, resumable artifact. The plan file — not the conversation — is the source of truth: it records what to do, what's done, how it was verified, and how to deploy. Any future agent can resume from it with zero prior context.
Use when planning multi-step / multi-session work that may outlive the current session. Skip for trivial single-session tasks.
1. Reach complete understanding first
Do not write the plan until scope is fully understood. Relentlessly ask the user questions until you both share a complete understanding with no gaps — treat an unasked question as a future bug.