·workflows

Complete workflow patterns for common TraceMem operations.

6Installs·0Trend·@tracemem

Installation

$npx skills add https://github.com/tracemem/tracemem-skills --skill workflows

How to Install workflows

Quickly install workflows AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/tracemem/tracemem-skills --skill workflows
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: tracemem/tracemem-skills.

SKILL.md

View raw

| Operation | Requires decisionid? | What It Returns | When to Use |

| decisioncreate | ❌ No (creates it) | decisionid | FIRST STEP - Always start here | | productslist | ❌ No | List of product names | Discovery - find available products | | productget | ❌ No | METADATA about product (schema, purposes) | Discovery - understand product structure |

| decisionread | ✅ YES | ACTUAL DATA records from database | Read actual customer/order/etc records | | decisionwrite | ✅ YES | Write confirmation | Insert/Update/Delete actual data | | decisionevaluate | ✅ YES | Policy decision | Check if action is allowed | | decisionrequestapproval | ✅ YES | Approval request ID | Request human approval |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/tracemem/tracemem-skills --skill workflows
Category
>_Productivity
Verified
First Seen
2026-03-13
Updated
2026-03-13

Browse more skills from tracemem/tracemem-skills

Quick answers

What is workflows?

Complete workflow patterns for common TraceMem operations. Source: tracemem/tracemem-skills.

How do I install workflows?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tracemem/tracemem-skills --skill workflows Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/tracemem/tracemem-skills