Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Writing Implementation PlansSkill
Summary
Convert a specification into a written implementation plan with discrete, verifiable steps, before touching code.
Features
- Turns a spec into ordered, independently reviewable tasks
- Makes each step verifiable before the next begins
- Designed to be executed in a separate session
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Multi-step work goes wrong in the middle, and it goes wrong invisibly when there is no plan to check progress against. This skill produces one.
Given requirements, it writes a plan that breaks the work into tasks small enough to verify independently, ordered so each builds on completed and checked work, with explicit success criteria per step. The plan is a document, so a human can review the approach before any code is written — which is much cheaper than reviewing the diff afterwards.
It pairs directly with the Executing Plans skill, which consumes the output in a fresh session with review checkpoints.
Part of the Superpowers collection.
Related Skills
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
Persistent cross-session memory for coding agents: hooks capture each session, a local SQLite + vector store compresses it, and a mem-search skill reads it back.
