Expand description
Human-readable slug generator for plan file names
Generates memorable identifiers by combining random adjectives and nouns, producing slugs like “gentle-harbor” or “cosmic-wizard”.
Based on OpenCode’s slug utility pattern for planning workflow file naming.
Functions§
- create
- Create a human-readable slug by combining a random adjective with a random noun.
- create_
timestamped - Create a timestamped slug with a human-readable suffix.
- create_
with_ prefix - Create a slug with a custom prefix.
- is_
humanized_ codename - Whether a display title looks like a humanized generated codename
(
"Jolly Forest"from1789108823046-jolly-forest).