feat(code-to-prd): add ecosystem integration — command, settings, marketplace
- Fix plugin.json version: 1.0.0 → 2.1.2 (repo versioning) - Add /code-to-prd slash command (4-step workflow: analyze → scaffold → fill → finalize) - Add settings.json with command registration and platform metadata - Add code-to-prd entry to marketplace.json with keywords and category Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -392,6 +392,27 @@
|
||||
"workspace-admin"
|
||||
],
|
||||
"category": "development"
|
||||
},
|
||||
{
|
||||
"name": "code-to-prd",
|
||||
"source": "./product-team/code-to-prd",
|
||||
"description": "Reverse-engineer any frontend codebase into a complete PRD. Analyzes routes, components, state, APIs, and interactions. Framework-agnostic: React, Vue, Angular, Svelte, Next.js. 2 Python scripts (frontend_analyzer, prd_scaffolder), 2 reference guides, /code-to-prd slash command.",
|
||||
"version": "2.1.2",
|
||||
"author": {
|
||||
"name": "Alireza Rezvani"
|
||||
},
|
||||
"keywords": [
|
||||
"prd",
|
||||
"product-requirements",
|
||||
"reverse-engineering",
|
||||
"frontend",
|
||||
"documentation",
|
||||
"code-analysis",
|
||||
"react",
|
||||
"vue",
|
||||
"angular"
|
||||
],
|
||||
"category": "product"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user