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.
BrainstormingSkill
Summary
Explore intent, requirements, and design with the user before any code gets written — the antidote to building the wrong thing quickly.
Features
- Draws out intent and constraints before implementation begins
- Turns a vague request into a reviewable design
- Surfaces disagreements early, when they are cheap
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Most bad agent output is not a coding failure; it is a specification failure. This skill front-loads the conversation that prevents it.
Before creating a feature, building a component, or changing behaviour, it walks through what the user actually wants: the problem behind the request, the constraints that are not stated, the edge cases that will matter, and the design options worth considering. Only once that is settled does implementation start.
It is deliberately opinionated about asking rather than assuming — the questions are the product. For anything larger than a one-line change, spending five minutes here reliably saves an hour of rework.
Part of the widely used Superpowers collection of engineering skills.
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.
