workflow
Installation
SKILL.md
tdx wf - Workflow Commands
Workflow Lookup Order
When the user asks about a workflow, always check local first, then TD platform:
- Local check: Call
workflow_listMCP tool to see if the workflow exists in~/.tdx/workflows/ - If found locally: Use
workflow_getMCP tool for manifest details and.digcontent. For execution history, usetdx wf sessions <project>or check the Studio TD Workflows panel. - If NOT found locally: Use
tdx wfCLI commands below to query the TD platform
Note: ~/.tdx/workflows/ is where Studio manages workflow manifests. This is separate from tdx wf pull, which downloads project files to the current working directory.
Project Context
tdx wf use my_project # Set default project for session
tdx wf use --clear # Clear project context
tdx status # Verify current context