A port of the TÂCHES slash commands and prompt systems, adapted to work with OpenCode instead of Claude Code.
This is an unofficial port of the glittercowboy/taches-cc-prompts repository. All credit for the original prompts, architecture, and documentation belongs to the original author, TÂCHES.
This fork simply updates the run-prompt.md agent and allowed-tools to be compatible with OpenCode's sub-agent and tool system.
Original Repository: https://github.com/glittercowboy/taches-cc-prompts
# Clone this repo
git clone https://github.com/stephenschoettler/taches-opencode-prompts.git
cd taches-opencode-prompts
# Create the OpenCode command directory (if it doesn't exist)
mkdir -p ~/.config/opencode/command/
# Install meta-prompting commands
cp meta-prompting/create-prompt.md ~/.config/opencode/command/
cp meta-prompting/run-prompt.md ~/.config/opencode/command/
# Install todo management commands
cp todo-management/add-to-todos.md ~/.config/opencode/command/
cp todo-management/check-todos.md ~/.config/opencode/command/
# Install context handoff command
cp context-handoff/whats-next.md ~/.config/opencode/command/