Create PRD artifacts to formalize project intent and requirements prior to architectural decision-making.
Install
mkdir -p .claude/skills/gz-prd && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14281" && unzip -o skill.zip -d .claude/skills/gz-prd && rm skill.zipInstalls to .claude/skills/gz-prd
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Create product requirement artifacts. Use when defining or revising project-level intent before ADR planning.Key capabilities
- →Confirm target context, IDs, and lane assumptions
- →Run uv run gz prd with required options
- →Summarize results, including evidence
- →Verify command output reflects the requested scope
- →Confirm governance state with uv run gz status or uv run gz state
How it works
This skill spawns an Agent with model="opus" to execute the gz prd command surface as a reusable governance workflow.
Inputs & outputs
When to use gz-prd
- →Define project intent
- →Create PRD template
- →Review governance status
- →Document requirements
About this skill
gz prd
Overview
Self-Escalation (opus-tier). Spawn an
Agentwithmodel="opus"to execute this skill. Pass the operator's request verbatim, any relevant context (ADR IDs, OBPI IDs, design topic, prior decisions), and instruct the subagent to read.gzkit/skills/gz-prd/SKILL.mdfor the full workflow. Relay the subagent's output to the operator.
Operate the gz prd command surface as a reusable governance workflow.
Workflow
- Confirm target context, IDs, and lane assumptions.
- Run uv run gz prd with the required options.
- Summarize results, including evidence and any follow-up gates.
Validation
- Verify command output reflects the requested scope.
- If governance state changed, confirm with uv run gz status or uv run gz state.
Example
Use $gz-prd to create a PRD with the requested identifier..
When not to use it
- →When not defining or revising project-level intent
- →After ADR planning has already occurred
Limitations
- →Requires an Agent with model="opus" for execution
- →Relies on the uv run gz prd command for core functionality
How it compares
This workflow automates the execution and summarization of the gz prd command, ensuring governance steps are followed.
Compared to similar skills
gz-prd side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| gz-prd (this skill) | 0 | 2mo | No flags | Intermediate |
| pmbok-project-management | 38 | 9mo | No flags | Intermediate |
| project-planner | 32 | 9mo | Review | Intermediate |
| spec-kit-workflow | 11 | 8mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by tvproductions
View all by tvproductions →You might also like
pmbok-project-management
jgtolentino
Comprehensive PMP/PMBOK project management methodologies and best practices. Use this skill when users need guidance on project management processes, templates, knowledge areas, process groups, tools, techniques, or certification preparation. Covers all 10 PMBOK Knowledge Areas and 5 Process Groups with practical templates, frameworks, and industry-standard approaches. Includes risk management, stakeholder engagement, schedule management, cost control, quality assurance, and resource planning.
project-planner
adrianpuiu
Comprehensive project planning and documentation generator for software projects. Creates structured requirements documents, system design documents, and task breakdown plans with implementation tracking. Use when starting a new project, defining specifications, creating technical designs, or breaking down complex systems into implementable tasks. Supports user story format, acceptance criteria, component design, API specifications, and hierarchical task decomposition with requirement traceability.
spec-kit-workflow
jmanhype
Guides specification-driven development workflow. Automatically invoked when discussing new features, specifications, technical planning, or implementation tasks. Ensures proper workflow phases (specify → clarify → plan → checklist → tasks → analyze → implement).
product-manager-toolkit
davila7
Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies. Use for feature prioritization, user research synthesis, requirement documentation, and product strategy development.
planning-agent
parcadei
Planning agent that creates implementation plans and handoffs from conversation context
pdd
mikeyobrien
Transforms a rough idea into a detailed design document with implementation plan. Follows Prompt-Driven Development — iterative requirements clarification, research, design, and planning.