一键导入
create-ticket
Create a planner ticket. Use when asked to make changes unrelated to an existing ticket or when asked to create a new ticket.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a planner ticket. Use when asked to make changes unrelated to an existing ticket or when asked to create a new ticket.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implement a ticket end-to-end. Use when asked to implement or complete a ticket.
Guidance for Prompt Studio and the pstdio CLI for managing project workflows. Covers setup, configuration (.pstdio/config.json), agent configuration, CLI reference, and troubleshooting. Use for "setting up Prompt Studio", "configuring agents", "how does pst work", "what commands are available", or general Prompt Studio questions.
Create or edit a Prompt Studio extension. Use when asked to add or change extension behavior, user actions, automation, project or workspace workflows, templates, skills, custom pages, native resource editors, resource file trees, settings UI, themes, artifact storage, workspace providers, agent providers, or extension validation.
Create a proposal ticket. Use this when asked to write a proposal, introduce changes that add features, large refactors, introduce breaking API or schema changes, modify architecture or design patterns, update security patterns, or to save a plan as proposal. Do not create proposals for bug fixes that restore intended behavior, typos or formatting/comment-only changes, non-breaking dependency updates, configuration-only changes, or tests that validate existing behavior.
Hand off task results between agents. Use when asked to produce a validation, review, test, or implementation report.
Provide additional information to a ticket by researching the codebase and documentation, and/or format a ticket given a template. Use when asked to refine, improve, expand, or format an existing ticket.
| name | create-ticket |
| description | Create a planner ticket. Use when asked to make changes unrelated to an existing ticket or when asked to create a new ticket. |
| metadata | {"version":"0.0.2"} |
Manage planner tickets with the pst tickets … CLI.
pst statuses list, pst tags list, pst templates list. Use pst tickets list to scan existing tickets.pst tickets write --title "<verb-led title>" [--status <status>] [--tags <tag>] creates the ticket and lays down .pstdio/tickets/<shorthand>/ticket.md. To scaffold from a template, apply one of the listed ticket templates with pst templates write --name <template> --ticket <shorthand>. Fill the file, then pst tickets save --id <shorthand> to persist it and clear the draft flag.pst tickets create --content "<markdown>" [--status <status>] [--tags <tag>]. The title is derived from the first heading.[MISSING INFORMATION].parallelizable and depends_on.--tags (repeatable, e.g. --tags <priority> --tags <type>) using names from pst tags list.pst tickets list. If another ticket blocks this one, record it in depends_on and set a blocking status with pst tickets update --id <shorthand> --status <status> --blocked-reason "<why>".pst tickets write --title "Add retry to upload client"
# optionally scaffold a template, then fill .pstdio/tickets/PS-42/ticket.md
pst tickets save --id PS-42
PS-42); pass it to --id and the command resolves it to the stored ticket.