product-planning
**WORKFLOW SKILL** — Structure a project idea into a product brief and feature list. Generates output in project-planning/ folder.
How do I install this agent skill?
npx skills add https://github.com/blazp04/registar-tomislavgrad --skill product-planningIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill facilitates a structured project planning workflow by gathering user input and generating Markdown documents locally. It does not perform network operations, access sensitive files, or execute untrusted code.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
Product Planning Workflow
Structure a project idea into actionable planning documents. Keep everything concise — bullet points over paragraphs.
Output
All output goes to project-planning/:
product-brief.md— Core product definitiongemini-research-prompt.md— Prompt for Gemini Deep Researchfeatures.md— Feature list with prioritiesepics/[name].md— Epic breakdowns (post-research)
Phase 1: Extract the Idea
Use ask-questions tool. Get these from the user (skip what's obvious):
- Problem: What problem? Who has it?
- Users: Primary and secondary users
- Key Features: 3-5 must-haves
- Out of Scope: What's NOT included?
- Domain: Industry, regulations, constraints?
Don't over-interview. If the user gave enough info, move on.
Phase 2: Product Brief
Create project-planning/product-brief.md:
# [Product Name]
## Problem
[2-3 sentences max]
## Users
- **Primary**: [who] — [needs]
- **Secondary**: [who] — [needs]
## Core Features
| # | Feature | Description | Priority |
|---|---------|-------------|----------|
| 1 | ... | ... | Must-have|
## In Scope
- [bullet list]
## Out of Scope
- [bullet list]
## Domain Context
[Only if relevant — regulations, constraints, terminology]
Phase 3: Gemini Research Prompt
Create project-planning/gemini-research-prompt.md — a prompt for Gemini Deep Research covering:
- Domain challenges & regulations
- Competitors (features, pricing, gaps)
- User expectations & pain points
- Technical considerations
- MVP feature recommendations
Keep the prompt focused. Include product context from the brief.
Phase 4: Feature List
Create project-planning/features.md:
# Features: [Product Name]
**P0** = MVP | **P1** = v1.1 | **P2** = Future | **P3** = Wishlist
### [Category]
| ID | Feature | Priority | Complexity |
|----|---------|----------|------------|
| F-001 | ... | P0 | Medium |
Post-Research Phase
After Gemini results come back, user can invoke again to:
- Update brief with insights
- Create
project-planning/epics/[name].md:
# Epic: [Name]
**Goal**: [one sentence]
**Priority**: P0
**Depends on**: None
## Stories
- As a [user], I want [action] so that [benefit]
## Acceptance Criteria
- [ ] [Criterion]
## Tasks
| # | Task | Type | Depends On |
|---|------|------|------------|
| 1 | ... | Backend | - |
Principles
- Concise over thorough — bullet points, not essays
- Ask only what's missing — don't re-ask what the user already said
- Move fast — generate docs, let user refine
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/blazp04/registar-tomislavgrad/product-planning">View product-planning on skillZs</a>