Summarize Jira sprint digest
jira-digestworkflowsetup L2★1
samarthpatel24/workflow-pack ↗What it does
Summarize Jira activity and generate team digest
Best for
When generating team digests from Jira activity with structured, parseable output.
Inputs
- · args: JSON object or string with phase configuration
Outputs
- · JSON object matching declared schema
Requires
- · Model Context Protocol (MCP) servers
Preconditions
- · Workflow harness must inject phase(), agent(), parallel() globals
- · args must be a valid plain object (not a string) before phase execution
Failure modes
- · Phase exits early if any agent returns null or throws
- · Subsequent phases cannot recover from prior phase failure