Skip to main content

Workflow Architecture

4 requirements · 9 scenarios

Dual Anchor Selection for Smart Paragraph Insertion

JR-workflow-architecture-004
The smart_insert_paragraph tool SHALL support separate positional and formatting anchors. The positional anchor determines WHERE to insert the new paragraph, while the formatting anchor determines WHAT format (list level, style) to apply to it.
2 test scenarios
  • Insert section with different positional and formatting anchors JR-workflow-architecture-004.1
  • Backward compatibility when formatting anchor not specified JR-workflow-architecture-004.2

Redline Pipeline Generates Summary-Only Word Attachment

JR-workflow-architecture-031
The redline pipeline SHALL generate a summary-only Word attachment when summary content is available in the analysis artifact. This attachment contains the executive summary paragraph and summary table without the detailed analysis.
3 test scenarios
  • Summary-only Word document generated alongside full reports JR-workflow-architecture-031.1
  • Summary-only attachment contains email body content JR-workflow-architecture-031.2
  • No summary attachment when summary content unavailable JR-workflow-architecture-031.3

Deterministic Preflight Execution Path

JR-workflow-architecture-041
The preflight_check workflow SHALL execute through deterministic regex/rule-based checks only, without LLM validation, contradiction scanning, or calendar-analysis stages in the main preflight execution path.
2 test scenarios
  • Preflight executes deterministic checks only JR-workflow-architecture-041.1
  • Preflight output remains structured JR-workflow-architecture-041.2

Preflight Deterministic Checks Exposed as MCP-Compatible Tools

JR-workflow-architecture-042
Deterministic preflight check suites SHALL be exposed as MCP-compatible function-calling tools with clear parameter schemas so the same check logic can be reused by workflows and function-calling.
2 test scenarios
  • Deterministic preflight tool registration JR-workflow-architecture-042.1
  • Workflow and tools share one deterministic source of truth JR-workflow-architecture-042.2