Asagiri
CLI

flows commands

Extract and inspect product flows from a prototype.

flows commands

asa flows derives structured user flows from a local prototype.

Extract flows

asa flows extract workspace-saas

Writes:

  • .asagiri/products/workspace-saas/flows/*.flow.yaml
  • .asagiri/products/workspace-saas/screens/*.screen.yaml
  • .asagiri/products/workspace-saas/extraction/extraction-report.md

Inspect flows

asa flows inspect workspace-saas
asa flows inspect workspace-saas --flow onboarding

Shows steps/actions count, unresolved contracts, and risk indicators.

Review flows

asa flows review workspace-saas

Runs a business-aware review: objective alignment, metric coverage, observability/security gaps, and implementation risk.

Review hints

Inspect warnings before generating implementation tasks:

  • missing error states;
  • destructive actions without policy;
  • unclear permission boundaries.