원클릭으로
create-sub-tickets
Break a parent ticket into actionable sub-tickets. Use when asked to create child or sub-tickets for a ticket.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Break a parent ticket into actionable sub-tickets. Use when asked to create child or sub-tickets for a 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-sub-tickets |
| description | Break a parent ticket into actionable sub-tickets. Use when asked to create child or sub-tickets for a ticket. |
| metadata | {"version":"0.0.2"} |
Sub-tickets are planner tickets linked to a parent. Create them like any ticket (see create-ticket) with --parent set.
PS-12). Pass it to --id / --parent — commands resolve it.pst tickets view --id <parent>. Derive sub-tickets that are each:
pst tickets write --title "<title>" --parent <parent-shorthand>, then fill .pstdio/tickets/<shorthand>/ticket.md and pst tickets save --id <shorthand>.parallelizable and depends_on set. Apply a template with pst templates write --name <template> --ticket <shorthand> if useful (pst templates list for available ones). Priority/type are tags (--tags from pst tags list), not body sections.pst tickets list. If a child depends on another ticket, record it in depends_on and set the blocked status when applicable.pst tickets write --title "Add upload retry config schema" --parent PS-12
pst tickets save --id PS-43
pst tickets list --parent PS-12 lists the children of a parent.