Golden Flow: SA-FLOW-01

SA Basic Execution

Single-Agent (SA) profile baseline. Single-step execution with full lifecycle.

Goal

Validate SA profile initialization through completion.

Success Criteria

SA lifecycle: initialize → load_context → execute_step → complete.

Sequence

Execution Steps

The normative sequence of operations for this flow.

1

SA Initialize

SA profile initialization.

2

Load Context

Context loaded with SA-specific fields.

3

Execute Step

Single step executed with agent_role.

4

Complete

SA lifecycle completed cleanly.

Normative

Normative Scope

This flow normatively aggregates and enforces existing constraints from the following MPLP modules.

Context Module

SA profile MUST load Context before execution.

Plan Module

SA MUST execute steps with valid agent_role.

Validation

Failure Conditions

Execution of this flow MUST be considered non-conformant if any of the following conditions occur.

SA lifecycle does not complete cleanly.

Context is not loaded before execution.

Step execution skips agent_role validation.

Protocol Conformance Requirement

Any MPLP-conformant runtime is expected to pass this flow without violating any of the normative constraints defined above.

Failure to satisfy this flow results in a non-conformant MPLP implementation.

Key Modules

ContextPlan