Chain Task
/ChainTaskTry it in
What it does
Chain multiple steps into one reliable flow for a task — e.g. extracting invoice totals from scanned PDFs.
How to use
Start from a task such as extracting invoice totals from scanned PDFs. List the separate steps you're currently running manually. The result is a chained prompt flow with defined handoffs between steps.
Example
/ChainTask Task: extracting invoice totals from scanned PDFs Notes: List the separate steps you're currently running manually. Output: a chained prompt flow with defined handoffs between steps
Run it in
Paste the command, then attach the file or text on the same message - it handles mixed input well.
You might also like
/ChainSummary
Chain multiple steps into one reliable flow for a summarization job — e.g. daily summarization of a 200-message Slack channel.
/ChainAgent
Chain multiple steps into one reliable flow for an agent — e.g. a customer-support agent that looks up order status via API.
/ChainExtraction
Chain multiple steps into one reliable flow for an extraction job — e.g. pulling names and dates from handwritten meeting notes.
/ChainChatbot
Chain multiple steps into one reliable flow for a chatbot — e.g. a website FAQ chatbot for a SaaS billing product.