What is writing-plans?
Use when you have a spec or requirements for a multi-step task, before touching code Source: pcvelz/superpowers.
Use when you have a spec or requirements for a multi-step task, before touching code
Quickly install writing-plans AI skill to your development environment via command line
Source: pcvelz/superpowers.
You MUST NOT call EnterPlanMode or ExitPlanMode at any point during this skill. This skill operates in normal mode and manages its own completion flow via AskUserQuestion. Calling EnterPlanMode traps the session in plan mode where Write/Edit are restricted. Calling ExitPlanMode breaks the workflow and skips the user's execution choice. If you feel the urge to call either, STOP — follow this skill's instructions in...
Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits.
Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design very well.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/pcvelz/superpowers --skill writing-plansUse when you have a spec or requirements for a multi-step task, before touching code Source: pcvelz/superpowers.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pcvelz/superpowers --skill writing-plans Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/pcvelz/superpowers