بنقرة واحدة
sitemap-writer
Generate PRODUCT.md hierarchy from analyzed services and features
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate PRODUCT.md hierarchy from analyzed services and features
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Generate PRODUCT_HANDOVER sitemap for product managers. Creates a hierarchical documentation structure where each folder has a PRODUCT.md describing user-facing capabilities.
Analyze git diff from product perspective to identify new, modified, or removed user-facing features
Generate preview of PRODUCT_HANDOVER updates without modifying actual docs. Creates parallel directory with proposed changes highlighted.
Update PRODUCT_HANDOVER files based on change analysis. Creates new docs, modifies existing ones, handles removals.
Extract detailed product documentation for individual features (endpoints, screens, components)
Compare current branch (with uncommitted changes) to main/master and preview PRODUCT_HANDOVER updates for pending changes.
استنادا إلى تصنيف SOC المهني
| name | sitemap-writer |
| description | Generate PRODUCT.md hierarchy from analyzed services and features |
Generate the complete PRODUCT_HANDOVER directory structure with all PRODUCT.md files.
Given structure, services, and features, generate:
PRODUCT_HANDOVER/
├── PRODUCT.md # Root overview
├── api/
│ ├── PRODUCT.md # API section overview
│ ├── {endpoint-1}.md # Feature details
│ └── {endpoint-2}.md
└── frontend/
├── PRODUCT.md # Frontend section overview
├── {screen-1}/
│ └── PRODUCT.md # Screen details
└── {component-1}.md # Component details
# {Product Name}
{One-sentence description of entire product}
## Sections
- [API](api/PRODUCT.md) - {one sentence about API}
- [Frontend](frontend/PRODUCT.md) - {one sentence about frontend}
## Quick Navigation
{Links to key features}
# API
{One-sentence description}
## Capabilities
{List from service analysis}
## Endpoints
{Links to endpoint docs}
## Related
{Links to other sections}
# Frontend
{One-sentence description}
## User Flows
{List user journeys}
## Screens
{Links to screen docs}
## Components
{Links to component docs}
## Related
{Links to other sections}
[Feature](api/todos.md)