Agile Product Owner
Product skill, available on Zeplik
Agile Product Owner is a ready-to-run product management skill on Zeplik. Not for sprint ceremony planning (use sprint-planning). Ask in plain language and Zeplik applies the skill's method for you inside the conversation, on whichever AI model you prefer.
The Agile Product Owner skill loads automatically when your request matches it, or you can invoke it directly by typing /agile-product-owner in any chat. It works with attachments, connectors, and any model that supports the task, so you get the same expert method every time without setting anything up.
What the Agile Product Owner skill can do
- Break epics into vertically sliced INVEST-compliant user stories
- Generate Given/When/Then acceptance criteria covering edge cases and constraints
- Validate stories against INVEST and propose fixes for failing letters
- Prioritize and fit backlog items into a sprint based on team capacity
Try these prompts on Zeplik
Pick a prompt to open it in the Zeplik app. If you are not signed in yet, your prompt is waiting for you the moment you do.
How the Agile Product Owner skill works
/agile-product-owner
Complete toolkit for Product Owners to excel at backlog management and sprint execution. Ask the user to paste the epic, requirements, or backlog they are working with, plus team capacity if they want sprint-fitting.
Core Capabilities
- INVEST-compliant user story generation
- Automatic acceptance criteria creation
- Sprint capacity planning
- Backlog prioritization
- Velocity tracking and metrics
Generating User Stories from Epics
Given an epic or a feature description, break it into well-formed stories:
- Identify the actors: Who touches this feature? (end user, admin, system, support)
- Slice vertically: Each story should deliver a thin end-to-end slice of value, not a technical layer.
- Write in standard form:
As a [role] I want [capability] So that [benefit] - Attach acceptance criteria (see below).
- Estimate points and assign a priority.
INVEST Validation
Check every story against INVEST before it enters the backlog:
- Independent: Can be built and shipped without waiting on another story
- Negotiable: Captures intent, not a fixed implementation contract
- Valuable: Delivers observable value to a user or stakeholder
- Estimable: The team can size it with reasonable confidence
- Small: Fits comfortably within one sprint (split it if not)
- Testable: Has criteria that can be verified objectively
If a story fails a criterion, name the failing letter and propose the fix (split, clarify the value, add missing detail).
Acceptance Criteria
Write criteria in Given/When/Then form, 3-6 per story:
Given [precondition]
When [action]
Then [observable result]
Also cover:
- The happy path
- At least one edge case or error state
- Any permission/role constraints
- Non-functional constraints when relevant (performance, accessibility)
Point Estimation
Use a Fibonacci-style scale (1, 2, 3, 5, 8, 13):
- 1-2: Trivial change, well understood, one component
- 3-5: Moderate complexity or touches multiple components
- 8: Large, uncertain, or cross-team; consider splitting
- 13: Too big; must be split before sprint commitment
Estimate relative to previously sized stories, not in hours.
Backlog Prioritization
Assign each story a priority based on:
- Value: Business or user impact
- Urgency: Deadlines, dependencies, decay of value
- Risk reduction: Does it retire uncertainty early?
- Cost: Points estimated
Order the backlog so the top is always ready: highest value-per-point first, dependencies resolved, stories INVEST-clean. Keep roughly two sprints of refined stories at the top; leave lower items coarse.
Sprint Planning with Capacity
Given a capacity in points (ask the user for team velocity or capacity):
- Take stories from the top of the prioritized backlog.
- Add stories until the next one would exceed capacity.
- Never split a commitment mid-story to hit the number; leave slack instead.
- Flag any committed story with unresolved dependencies.
Output a proposed sprint list with total points, remaining slack, and any risks.
Velocity Tracking
Track per sprint: committed points, completed points, carry-over. Use the rolling average of the last 3 sprints as planning velocity. Watch for:
- Velocity variance beyond +/-10% (estimation or scope problem)
- Chronic carry-over (stories too big or capacity overstated)
- Rising unplanned work share (backlog not reflecting reality)
Output Format
When generating stories, deliver:
## Epic: [name]
### Story 1: [title]
As a [role], I want [capability], so that [benefit].
- Points: [n] | Priority: [High/Medium/Low]
- INVEST check: [pass, or failing letters with fix]
Acceptance Criteria:
- Given ... When ... Then ...
- Given ... When ... Then ...
### Story 2: ...
## Sprint Proposal (capacity: [n] points)
1. [story] ([points])
2. ...
Total: [n]/[capacity] points
Usage
/agile-product-owner $ARGUMENTS
How to use the Agile Product Owner skill
Sign in to Zeplik
Create a free Zeplik account or sign in. New accounts start with free credits, so you can try the Agile Product Owner skill right away.
Describe your product management task
Ask in plain language, or type /agile-product-owner to invoke the skill directly. Zeplik recognizes the Agile Product Owner skill and applies its method.
Review and refine the result
Zeplik returns a clear, structured answer. Ask follow-ups in the same chat to refine it or take the next step.
Source and credit
- Author
- davila7
- License
- MIT
Adapted from the open-source davila7/claude-code-templates project and tuned to run natively on Zeplik. View source on GitHub.
Frequently asked questions
- What is the Agile Product Owner skill?
- Agile Product Owner is a ready-to-run product management skill on Zeplik. Not for sprint ceremony planning (use sprint-planning). Ask in plain language and Zeplik applies the skill's method for you inside the conversation, on whichever AI model you prefer.
- How do I use Agile Product Owner on Zeplik?
- Sign in to Zeplik and ask in plain language, or type /agile-product-owner in any chat to invoke it directly. The skill applies its method and returns a result you can refine in the same conversation.
- Which AI model does the Agile Product Owner skill use?
- Any model you choose. Zeplik works across every model in one chat, so the Agile Product Owner skill runs on your preferred model for the task.
- Where does the Agile Product Owner skill come from?
- The Agile Product Owner skill is adapted from the open-source davila7/claude-code-templates project (MIT) and tuned to run natively on Zeplik. The original source is linked on this page.
- How much does the Agile Product Owner skill cost?
- Using the skill is free to start. You only spend Zeplik credits when the assistant runs, and new accounts begin with free credits.
Related product skills
- AI Product BuilderUse when building a paid product that wraps AI APIs: architecture, prompts as product, cost metering, differentiation. Not for calling the Anthropic API in code (use claude-api).
- AI Product DevelopmentIntegration, safety and cost guidance for building or hardening a production LLM feature. Not for a thin one-API SaaS (use ai-wrapper-product).
- Game-Changing FeaturesStack-ranked 10x opportunity analysis across massive/medium/small bets. Not for open-ended ideation (use product-brainstorming) or one idea into a spec (use idea-to-spec).
- Idea to SpecTurn a rough product idea into build-ready documents through staged gates: a clarifying interview in chat, then a design doc artifact, an optional UI brief, and an implementation plan. Use when the user has an app or feature idea and wants it captured, shaped, and specified before any code. Not for tasks that already have a clear spec (use plan or execplan) or for pure research questions.
- Pre-Build Risk ReviewUse for a pre-build risk review of demand, positioning, monetization, retention, distribution before committing to build. Not for turning an idea into a full spec (use idea-to-spec).
- Product Brainstorm PartnerUse as a product thinking partner -- exploring a new opportunity, generating solutions to a product problem, stress-testing an idea, challenging assumptions before converging on a direction. Not for exploring a code or feature design (use brainstorming) or writing the spec (use write-spec).
More on Zeplik
Try Agile Product Owner on Zeplik
Every model, one chat. Bring the Agile Product Owner skill into your next conversation and let the assistant do the work.