What problem does it solve?
Users need a reliable way to steer an AI assistant into consistent, structured behavior by invoking predefined shortcut commands rather than relying on vague instructions.
Core Features & Use Cases
- Command parsing with
! suffix: Interprets the shortcut identifier (for example, d!, t!, plan!) and maps it to the corresponding workflow.
- Deterministic, structured responses: Prompts the assistant to produce consistent output patterns for planning, design, implementation, quality checks, and support tasks.
- Conflict handling via user-defined precedence: Uses user-defined shortcut commands as higher priority when there are conflicts.
Use cases: Quickly drive a full dev workflow (plan → tasks → design → tests → code → review), or request focused actions like documentation generation (doc!) and standard lookups (std!).
Quick Start
Ask your AI assistant with a single command like "Use d! to turn this task into detailed design specifications."