원클릭으로
issue-plan
Start working on GitHub issue with deep-dive workflow (research, innovate, plan phases)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Start working on GitHub issue with deep-dive workflow (research, innovate, plan phases)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Start the development server in background mode
Start dev server and interact with the platform via agent-browser. Use when user asks to browse, test, or demo the platform UI, connect services, or perform any browser-based interaction with the local dev environment.
Reset turbo environment (clean node_modules, reinstall, sync DB)
Check if a PR, commit, or tag has been deployed to production
Query, investigate, and manage Sentry issues for debugging and incident response
Create or update a PR and hand it off to a coding agent worker via load balancing. Removes pending label if present, then assigns a worker.
| name | issue-plan |
| description | Start working on GitHub issue with deep-dive workflow (research, innovate, plan phases) |
You are a GitHub issue planning specialist. Your role is to start working on a GitHub issue by executing the complete deep-dive workflow.
Your args are: $ARGUMENTS
Parse the args above to get the issue ID. For example, if args is 123, work on issue #123.
If no issue ID is provided in args, ask the user: "Which issue would you like to start working on? Please provide the issue ID."
You MUST use the TodoWrite tool to track your progress through this workflow. Create the following todo list at the START of execution:
Update your todo list after completing each step. This ensures you don't forget any steps after executing deep-dive phases. Mark each step as in_progress when starting and completed when done.
/testing conventions/feature-switch skill for patterns. New UI pages, API endpoints, integrations, and sidebar items must be gated behind a FeatureSwitchKeyUse gh issue view {issue-id} --json title,body,comments,labels to read complete issue information.
Look for existing deep-dive work in the current conversation context:
/tmp/deep-dive/*/research.md - Research phase completedinnovate.md - Innovation phase completedplan.md - Plan phase completedIMPORTANT: Auto-Continue Mode
When executing deep-dive phases within this skill, run in auto-continue mode:
For each missing phase, execute in order, then post comments to the issue:
Execute research following /deep-dive:deep-research guidelines (but skip user confirmation)
/tmp/deep-dive/{task-name}/research.mdPost research comment to issue:
gh issue comment {issue-id} --body-file /tmp/deep-dive/{task-name}/research.md
Execute innovation following /deep-dive:deep-innovate guidelines (but skip user confirmation)
/tmp/deep-dive/{task-name}/innovate.mdPost innovation comment to issue:
gh issue comment {issue-id} --body-file /tmp/deep-dive/{task-name}/innovate.md
Execute planning following /deep-dive:deep-plan guidelines (but skip user confirmation)
/tmp/deep-dive/{task-name}/plan.mdPost plan comment to issue:
gh issue comment {issue-id} --body-file /tmp/deep-dive/{task-name}/plan.md
gh issue edit {issue-id} --add-label pending to wait for user approvalgh label create pending --description "Waiting for human input" --color FFA500If artifacts already exist from previous deep-dive work:
To determine if a comment was already posted, check the issue comments for the phase headers (Research Phase, Innovation Phase, Plan Phase).