Skip to content
Development
Command

/plan

Use before starting any non-trivial task.

From plugin
agent-powerups
654 skills46 agents54 commands
Install
$ npx -y skills add yeaight7/agent-powerups --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/plan

Context preview

What this command does when you run it.

Use before starting any non-trivial task.

Command definition

plan.md

plan

Use before starting any non-trivial task.

Steps:

1. Re-read the user request in full. Identify the goal, constraints, and what "done" means. 2. Map affected areas: run `git status --short` and `apx list` to see what exists. 3. List the files most likely to change. For each, read its current state with the Read tool. 4. Write a numbered step list — small enough that each step is one logical change. 5. Identify risks: external dependencies, breaking changes, missing context. 6. Present the plan to the user and wait for approval before implementing.

Do not write code or modify files during planning.

Ships withagent-powerups

Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more

Get the whole plugin, auto-invoked
Stats
6
Stars
0
Views
2
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
11d ago
Last commit
3mo ago
Created

Repo: yeaight7/agent-powerups