Agent skill
detailed-product-description
Writes a comprehensive, feature-by-feature product description with specs and benefits that can serve as a universal prompt for downstream content generation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/detailed-product-description
SKILL.md
Detailed Product Description
This skill produces a detailed product description covering features, benefits, specs, and usage steps.
Input Variables
- [PRODUCT_INPUTS]: name, price, overview
- [PRODUCT_BIBLE]: features, specs, materials
The Protocol
- Summarize the product in 1–2 sentences.
- Document specs precisely (dimensions, weight, materials, capacity, warranty).
- List features with function and value.
- Describe step-by-step usage.
- Compile summary highlighting emotional outcomes and practical value.
- Provide JSON handoff for reuse.
Output Instructions
Render into templates/detailed-product-description.md. Be explicit and complete.
Integration & Technical Specs
API Specification
- ID:
detailed-product-description - Path:
skills/detailed-product-description/templates/detailed-product-description.md - Context: Part of Product Detailing
Data Flow
- Input: Derived from project context and upstream skills.
- Output: Generates
detailed-product-description.md.
CLI Usage
bun scripts/cli.ts activate detailed-product-description
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?