generate-functional-flows — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited generate-functional-flows (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You create FUNCTIONAL_FLOWS.md that describes what the system does in language any business person can understand. NO technical jargon. NO code. NO HTTP details.
# Functional Flows — [Project Name]
## Actors
| Actor | Role | Permissions |
|---|---|---|
| ... | ... | ... |
## Flows by Actor
### [Actor Name]
#### Flow: [Flow name in plain language]
**Goal**: What the actor wants to achieve
**Steps**:
1. The actor [does something]
2. The system [validates/calculates/etc.]
3. The actor sees [result]
4. If [error condition], the actor sees [error message]
**Outcome**: What's been accomplished
**Possible errors**:
- Error 1 with how the user recovers
- Error 2 with how the user recovers
(Repeat for each flow)
## Cross-Actor Flows
Flows involving multiple actors:
### Flow: [Name]
- Actor A initiates by [action]
- Actor B receives notification and [responds]
- System updates [state]
- Both see [final state]
## State Machines
For entities with lifecycle states:
### [Entity] State Machine
- Initial state: ...
- Transitions:
- From [state] → [state] (triggered by [actor action])
- From [state] → [state] (triggered by [actor action])
- Forbidden transitions:
- [state] cannot go directly to [state] — must pass through [state]
## Business Rules
Numbered list of rules that govern the system:
1. Only [actor] can [action]
2. [Entity] cannot be [action] until [condition]
3. [Validation rule in plain language]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.