user-flow

Update or create user flow documents in user_flows/ from codebase behavior.

8|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/DaccordProject/daccord --skill user-flow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-flow
Source: https://github.com/DaccordProject/daccord/tree/main/.codex/skills/user-flow
Command: npx skills add https://github.com/DaccordProject/daccord --skill user-flow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams maintain accurate and current user flow documentation by automatically updating or creating documents in user_flows/ when the codebase evolves.

Core Features & Use Cases

  • Detects and documents user-facing flows based on code changes.
  • Ensures required sections exist and the README index stays in sync.
  • Use Case: On introducing a new onboarding step, generate or update the corresponding user_flow document to reflect the new sequence.

Quick Start

Invoke the skill with a flow name or filename to update or create the corresponding document in user_flows.

Frequently Asked Questions about user-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep user flow documentation aligned with codebase changes?

To keep user flow documentation aligned with codebase changes, you can automatically update or create documents in the user_flows/ directory to reflect the latest behavior. This ensures your user-facing steps stay current.

What is the best way to document user-facing steps and edge cases?

The best way to document user-facing steps and edge cases is by reading source files and applying a documentation template to capture flows. This enforces required sections and preserves existing content while validating references.

How do I generate a user flow document after introducing a new onboarding step?

To generate a user flow document after introducing a new onboarding step, invoke the skill with the flow name or filename. It will update or create the corresponding document in user_flows/ to reflect the new sequence.

Does updating user flow docs require manually checking the README index?

Updating user flow docs does not require manually checking the README index, because the process ensures required sections exist and keeps the README index in sync automatically. This prevents documentation drift.

Can I preserve existing user flow content while enforcing a new template?

Yes, you can preserve existing user flow content while enforcing a new template. The process enforces section requirements and validates references while deliberately preserving your existing documentation content.