From fusebase-flow
Maintains a human-readable business-logic.md document covering user flows, scenarios, edge cases, and domain rules. Use after code changes or during debugging to keep docs in sync.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fusebase-flow:app-business-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Keep a single **English** narrative so humans (and future LLM turns) can understand **what the app does** and **why**, without reading every file.
Keep a single English narrative so humans (and future LLM turns) can understand what the app does and why, without reading every file.
Canonical file: docs/en/business-logic.md
Create docs/en/ if it does not exist.
Do not treat this as API reference: no exhaustive endpoint lists unless they carry domain meaning. Prefer flows, invariants, and “if user does X then Y”.
Use clear headings, for example:
apps/..., backend/...).docs/en/business-logic.md if present.backend/, shared libs).This skill is copied into the project only when the global CLI flag app-business-docs is enabled (fusebase config set-flag app-business-docs then fusebase update --skip-mcp --skip-deps --skip-cli-update --skip-commit).
npx claudepluginhub fusebase-dev/fusebase-flow --plugin fusebase-flowCreates, edits, and verifies skills using a test-driven development approach with pressure scenarios and subagents.