Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.
Writing Implementation Plans
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
Redis' own guidance for FT.CREATE schema design, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, HNSW vector similarity and RAG retrieval pipelines.
Supabase's official skill covering Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron and Queues — with a hard rule to verify against the live changelog before writing code.
GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.