Drop-in agents, commands, and skills for:
This repo delivers a versioned, installable payload under opencode/, augment/, and codex/, plus cross-platform install/uninstall scripts.
Install at least one of:
git clone git@github.com:shanepadgett/agent-extensions.git && cd agent-extensions
./install.shYou must run the script from the agent-extensions directory because the installer is not on your PATH. If you need to install into a different repo from its directory, reference the install script with a relative path (for example ../agent-extensions/install.sh).
git clone git@github.com:shanepadgett/agent-extensions.git; cd agent-extensions
.\install.ps1The installer lives in the cloned repo, so run it from agent-extensions or reference it via a relative path such as ..\agent-extensions\install.ps1 when invoking from another directory.
| Tool | Global | Local |
|---|---|---|
| OpenCode | ~/.config/opencode/ |
.opencode/ |
| Augment | ~/.augment/ |
.augment/ |
| Codex | ~/.codex/ |
.codex/ |
cd agent-extensions
./uninstall.shcd agent-extensions
.\uninstall.ps1If you are running the uninstall from another repo, point to the script with a relative path (for example ../agent-extensions/uninstall.sh or ..\agent-extensions\uninstall.ps1).
| Command | Description |
|---|---|
/sdd/plan <goal> |
Generate plan for a new feature |
/sdd/specs <goal> |
Draft spec for a new feature |
/sdd/proposal <goal> |
Create proposal for a feature |
/sdd/implement <goal> |
Implement spec |
/sdd/reconcile <goal> |
Validate implementation vs spec |
/sdd/finish <goal> |
Finalize implementation |
/sdd/continue |
Continue last workflow stage |
| Command | Description |
|---|---|
/sdd/brainstorm <goal> |
Generate high-level options |
/sdd/explain <subject> |
Explain system/flow |
/sdd/discovery <goal> |
Explore requirements and constraints |
/sdd/tools/critique [target] |
Critique proposal, specs, or plan |
/sdd/tools/scenario-test [name] |
Roleplay as user to stress-test design |
/sdd/tools/taxonomy-map <name> |
Map intents to spec paths |
/sdd/tools/prime-specs <name> |
Load specs into context |
| Command | Description |
|---|---|
/create/command <spec> |
Create a new command (OpenCode/Augment) |
/prompts:create-command <spec> |
Create a new Codex custom prompt |