بنقرة واحدة
feature-extractor
Extract detailed product documentation for individual features (endpoints, screens, components)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Extract detailed product documentation for individual features (endpoints, screens, components)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
Compare current branch (with uncommitted changes) to main/master and preview PRODUCT_HANDOVER updates for pending changes.
Update PRODUCT_HANDOVER based on code changes since last documentation commit. Reviews diff product-wise and adds new features.
| name | feature-extractor |
| description | Extract detailed product documentation for individual features (endpoints, screens, components) |
Create detailed PRODUCT.md-style documentation for a single feature.
Given a feature from service analysis, create detailed documentation:
Markdown file with this structure:
# {Feature Name}
{One-sentence description}
## What Users Can Do
- **{Action}**: {Outcome/description}
## {Interface Elements | Request/Response | Fields}
{For screens: list UI elements}
{For APIs: document request/response fields}
## User Flow
{Step-by-step description of what happens}
## Related
- [{Related Feature}]({path})
Generate one markdown file per feature:
api/{endpoint-name}.mdfrontend/{screen-name}/PRODUCT.mdfrontend/components/{name}.md