一键导入
platty-docs-target-curation
Use when listing, filtering, including, deprecating, or reviewing Platty technical documentation targets before docs generation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when listing, filtering, including, deprecating, or reviewing Platty technical documentation targets before docs generation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when a Figma URL, Figma page, Figma section, or Figma frame must become reusable, revisioned design evidence before Platty MCP product specification or technical design.
Use when creating locally saved MCP-grounded SDD technical design and executable implementation plans from existing prd.md and user_stories.md.
Use when a user separately requests technical or system design from approved product documents with a Figma URL, current-session Figma evidence, or a validated figma_handoff.json discovered beside the product pair.
Use when a Figma URL accompanies a request to organize, draft, create, or improve a product plan, planning document, feature brief, requirements, PRD, user stories, 기획서, 요구사항, or 기능 기획, with or without existing product documents.
Use when creating locally saved MCP-grounded SDD PRD and user-story drafts from a product idea, feature request, PRD need, policy change, or requirements discussion.
Use when a task should use configured Platty MCP tools for remote project context, tool capability checks, Figma-backed product-plan or 기획서 authoring, Figma evidence routing, client setup routing, Platty MCP retrieval, memory or glossary-alias lifecycle routing, or MCP-grounded SDD file creation.
| name | platty-docs-target-curation |
| description | Use when listing, filtering, including, deprecating, or reviewing Platty technical documentation targets before docs generation. |
For direct invocation, set
PLATTY_INVOCATION_SOURCE=platty-docs-target-curation on every Platty CLI
process in this workflow. If an outer user-facing workflow routes here, the
outer workflow label wins and overrides this default. Preserve the active label
for retries, resumes, and every nextCommand or nextAction.command execution.
PLATTY_INVOCATION_SOURCE=platty-docs-target-curation platty targets list --project <project> --json
Use this before technical document generation when the user wants to inspect or narrow API, screen, event, or job targets.
Run curation as ordered steps, not ad-hoc commands:
platty targets list --project <project> --json
platty targets list --project <project> --kind api --status active --json
Use --kind, --repo, --method, --status, --search, --limit, and --offset to narrow large target sets.
platty targets deprecate --project <project> --ids <bad-id1,bad-id2> --note "<reason>" --json
include is not only an undo for deprecate — it records the accepted curation decision:platty targets include --project <project> --ids <accepted-id1,accepted-id2> --json
Re-list with the same filters and confirm only the accepted targets remain active.
Rebuild and review shared segments before generation so cross-target shared code is grouped:
Advanced compatibility commands:
platty docs shared-segments rebuild --project <project> --json
platty docs shared-segments list --project <project> --json
Advanced compatibility note: platty docs targets ... remains available for
existing automation, but public guidance should use top-level platty targets.
deprecate / include fails with TARGET_NOT_FOUND or TARGET_SELECTOR_AMBIGUOUS: stop mutating scope — re-run targets list and use exact ids from the fresh listing. If an id from the fresh listing still fails, report it instead of guessing.targets list returns zero targets while platty status reports build_docs: stop curation — static analysis has not produced targets for this project; go back to platty-static-analysis and report.deprecate/include in a loop.Switch to platty-generated-docs after target scope is accepted.
End curation with the Platty handoff card. The State line must include the
accepted/included target count or the exact reason no targets are available. The
Recommended next line should be:
Recommended next: platty-generated-docs with platty generate-docs run --project <project> --json