mfg_generate_test_plan
Generate a structured bring-up test plan from your PCB design, covering power rail checks, interface loopbacks, net continuity probes, and visual inspection items.
Instructions
Generate a bring-up test plan from the project design intent.
Produces a structured markdown checklist covering:
Power-on sequence and current limit checks for each power rail.
Protocol loopback / link-up checks for each interface.
Critical-net continuity probes.
Visual inspection items.
Args:
output_path: Optional relative path for saving the plan (e.g.
"test_plan.md"). If omitted, returns the plan as text only.
Returns: Bring-up test plan in markdown format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |