brief

Solid

Author a product brief by interviewing the user, then emit user stories, scope, success metrics, and a derived task list. Triggers on "write a brief", "create a brief", "spec this feature", "brief". A brief is a product spec (what/why), NOT a technical design (use propose) and NOT open research (use brainstorm). The brief generates the todo; it is not itself the todo.

AI & Automation 12 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
37
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

<objective> Interview the user about a feature, then produce a complete product brief and an ordered task list derived from it, following the flow brief -> tasks -> (handoff to ship). Stop at the task list; never write feature code. </objective> <parameters> - `<feature idea>`: free-text feature name or one-line idea (remainder of input). - `-a`: auto mode, skip AskUserQuestion confirmations, use recommended options. - `-s`: skip-interview, draft directly from the given idea without the question loop (lower quality, use only when the idea is already detailed). </parameters> <state_variables> - feature_name: string # human-readable feature title - feature_slug: string # kebab-case slug for filenames - answers: object # gathered interview answers (JTBD, user, problem, constraints, 3-dim) - feature_dir: string # docs/brief/<slug>/ (one folder per feature) - brief_path: string # docs/brief/<slug>/brief.md - tasks_path: string # docs/brief/<slug>/tasks.md - brief_body: string # the drafted brief markdown - task_list: array # ordered tasks derived from the brief (nested checklist) - auto_mode: boolean # -a - skip_interview: boolean # -s </state_variables> <delimitation> - `brief` != `propose`: propose is a technical design doc (alternatives, tradeoffs, architecture). brief stays at product level (user value, scope, metrics) and never picks the technical how. - `brief` != `brainstorm`: brainstorm is o...

Details

Author
mirkobozzetto
Repository
mirkobozzetto/arsenal
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category