generate-personas-and-stories

generate-personas-and-stories is a command for Claude Code from noizu-labs-ml/NoizuPromptLingo. It costs 46 tokens per session (2,425 once invoked), scanned A, original, MIT.

A project command that reads a project's existing documentation and creates user personas and user stories. A persona is a representative user profile; a user story describes a user's need or goal.

In plain words
What is it for?
Use it to create persona files and a large set of linked user-story files under the project's project-management directory.
Why use it?
It gives product work a consistent set of user-focused planning documents instead of leaving requirements scattered or undocumented.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it to create persona files and a large set of linked user-story files under the project's project-management directory.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/noizu-labs-ml/noizupromptlingo/generate-personas-and-stories
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/noizu-labs-ml/NoizuPromptLingo

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for generate-personas-and-stories

README.md
[![agentmods](https://agentmods.dev/badge/commands/noizu-labs-ml/noizupromptlingo/generate-personas-and-stories/github.svg)](https://agentmods.dev/commands/noizu-labs-ml/noizupromptlingo/generate-personas-and-stories)
Your own site
<a href="https://agentmods.dev/commands/noizu-labs-ml/noizupromptlingo/generate-personas-and-stories"><img src="https://agentmods.dev/badge/commands/noizu-labs-ml/noizupromptlingo/generate-personas-and-stories/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for generate-personas-and-stories

Your own site · 80×15
<a href="https://agentmods.dev/commands/noizu-labs-ml/noizupromptlingo/generate-personas-and-stories"><img src="https://agentmods.dev/badge/commands/noizu-labs-ml/noizupromptlingo/generate-personas-and-stories.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,425 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.02425
Opus 5 $0.00023 $0.01213
Sonnet 5 $0.00009 $0.00485
Haiku 4.5 $0.00005 $0.00243

Measured 7d ago against content hash a852d2837864, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

generate-personas-and-stories scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/generate-personas-and-stories.md · 268 lines

How it starts

The opening of the file, as written. The whole thing — 268 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Generate User Personas & User Stories

You are running inside a project directory. Your job is to deeply understand this project and produce two deliverables:

  1. User personasproject-management/personas/ (one file per persona)
  2. 100 user storiesproject-management/user-stories/ (one file per story)

Phase 0: Understand the Project

  1. Read README.md (or docs/ if README is thin) to understand the product vision, target users, features, and domain
  2. Read any existing project-management/ artifacts if they exist
  3. Read any existing design/ or docs/ directories for additional context
  4. If you cannot determine what the product does, STOP and ask the user

Phase 0.5: Normalize Directory Structure

Before generating anything, check for existing personas and user stories in non-standard locations and migrate them to project-management/.

Detection

Check all of these alternative locations for existing persona or user-story files:

What to look for Alternative locations to check
Personas docs/personas/, projects/personas/, personas/
User stories docs/user-stories/, docs/stories/, projects/user-stories/, projects/stories/, user-stories/, stories/
Mixed artifacts docs/project-management/, projects/project-management/

Migration Rules

  1. If project-management/ already exists with content → use it as-is, skip migration
  2. If personas or stories exist in an alternative location → move (rename) the directory into project-management/ using git mv (preserves history). For example:
    • docs/personas/project-management/personas/
    • docs/user-stories/project-management/user-stories/
    • projects/stories/project-management/user-stories/ (also normalize the name)
  3. If a docs/project-management/ or projects/project-management/ directory exists → move the whole thing to project-management/ at the project root
  4. If nothing exists anywhere → create project-management/personas/ and project-management/user-stories/ fresh
  5. After migration, verify no broken references remain (grep for old paths in any index.yaml or markdown cross-references and update them)

Read the full file on GitHub · 268 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 268 lines · 46 tokens per session scan A a852d2837864

Subscribe to this mod's changes

generate-personas-and-stories is a command published in the GitHub repository noizu-labs-ml/NoizuPromptLingo (13 stars, last pushed 2d ago), licensed MIT. It adds 46 tokens to every session and 2,425 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.