Add Or Enhance Feature banner
talayash talayash

Add Or Enhance Feature

Productivity community

Description

--- name: add-or-enhance-feature description: Workflow command scaffold for add-or-enhance-feature in claude-terminal. allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"] --- # /add-or-enhance-feature Use this workflow when working on **add-or-enhance-feature** in `claude-terminal`. ## Goal Implements a new feature or enhances an existing one, touching backend (Rust IPC), frontend components, and state stores. ## Common Files - `src-tauri/src/commands.rs` - `src-tauri/src/main.rs` - `

Installation

Installs to ~/.claude/commands/talayash-agentrium-add-or-enhance-feature.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/talayash/agentrium/HEAD/.claude/commands/add-or-enhance-feature.md -o ~/.claude/commands/talayash-agentrium-add-or-enhance-feature.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository