SA Basic Execution
Single-Agent (SA) profile baseline. Single-step execution with full lifecycle.
Website Source Model
Actual page source: Website aggregate projection layer in MPLP_website/lib/content/flows.ts.
Upstream provenance: IDs, titles, and boundary classification come from tests/golden/flows/registry.ts; per-flow scenario detail is summarized from the upstream asset tests/golden/flows/sa-flow-01-basic/README.md. The Docs page is a secondary reference at verified flow reference.
Goal
Validate SA profile initialization through completion.
Success Criteria
SA lifecycle: initialize -> load_context -> execute_step -> complete.
Sequence
Execution Steps
Website summary of the scenario sequence represented by this flow.
SA Initialize
SA profile initialization.
Load Context
Context loaded with SA-specific fields.
Execute Step
Single step executed with agent_role.
Complete
SA lifecycle completed cleanly.
SA Initialize
SA profile initialization.
Load Context
Context loaded with SA-specific fields.
Execute Step
Single step executed with agent_role.
Complete
SA lifecycle completed cleanly.
Profile Reference
Profile Flow Scope
This Website summary reflects the evaluated scope of a profile-level reference scenario. It is not part of the v1.0 core published boundary.
Context Module
SA profile MUST load Context before execution.
Plan Module
SA MUST execute steps with valid agent_role.
Validation
Failure Conditions
This profile-level reference flow should be treated as failed if any of the following conditions occur during evaluation.
SA lifecycle does not complete cleanly.
Context is not loaded before execution.
Step execution skips agent_role validation.
Profile-Level Reference Boundary
This scenario is published as a profile-level reference flow. It informs SA or MAP profile evaluation, but it does not expand the core v1.0 published boundary.
Read this page as a Website summary of a profile reference scenario, then defer to the upstream repo asset and Docs reference for the governed detail.