LoopFlow
Tutorial Workshop Keywords ๐ŸŽฎ LoopFlow Lab
Keywords / use the <X> method

use the <X> method

Import a reusable preset. Ops & reuse

Syntax

use the <X> method

What it does

Pulls in a method โ€” a library of stages (e.g. BMAD's analyze โ†’ architect โ†’ story โ†’ qa) โ€” so a tiny file behaves like a hand-written pipeline. Methods are libraries, not syntax: import behavior instead of repeating stages.

Example

use the BMAD method   # import the method's whole pipeline
run with claude code
target: ./src
examples/methods/use-bmad.loop

Related