원클릭으로
planning
Create implementation plans with phase management.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create implementation plans with phase management.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Investigate GitHub pull request review comments, determine whether each comment is valid, propose fixes, and document the analysis in an active samocode session. Use when the user asks to analyze PR comments, run /prcomments, investigate review feedback, or triage pull request comments.
Run OpenAI Codex CLI as a subagent for second opinions, code reviews, and questions. Use when you want a different AI model's perspective.
Run Anthropic Claude CLI as a subagent for second opinions, code reviews, and questions. Use from a Codex (or other) session when you want Claude's perspective.
Create GitHub PR review comments from review findings. Use after running a code review to post findings as line-bound comments.
Execute implementation tasks with different approaches (single, dual-agent, plan-based).
Final PR readiness gate after fix loops, merges, and manual debugging.
| name | planning |
| description | Create implementation plans with phase management. |
Creates detailed implementation plans with phases, stored within the session folder.
Session path: [SESSION_PATH from working memory] Context: $ARGUMENTS
Gather context:
Create plan file:
[SESSION_PATH]/[TIMESTAMP_FILE]-plan-[plan-slug].mdPhase design principles:
Structure:
# Plan: [Title]
Created: [TIMESTAMP_LOG]
## Task Definition
[Concise summary]
## Requirements
- [ ] [Requirement 1]
- [ ] [Requirement 2]
## Context
[Key files, current state, constraints]
## Implementation Phases
### Phase 1: [Name]
- [ ] [Step]
- [ ] [Step]
- [ ] Run pyright/ruff or tsc - fix errors
### Phase 2: [Name]
- [ ] [Step]
- [ ] [Step]
- [ ] Run pyright/ruff or tsc - fix errors
### Phase 3: Testing
- [ ] [Test case]
- [ ] Edge cases: all/partial/no validators, queue succeeds/DB fails, DB succeeds/queue fails, concurrent same-KI revalidation, large uploads, API-key user missing email/name where applicable
- [ ] Final checks
### Phase 4: PR Readiness
- [ ] Enter the `pr-readiness` phase after all fixes/merges/manual debugging
- [ ] Resolve `_review_debt.md` rows: fix, defer with ticket/reason, or reject with evidence
## Notes
[Important context from task definition]
Update session:
[SESSION_PATH]/_overview.md:
- [TIMESTAMP_ITERATION] Plan created -> [filename].md- [filename].md - [brief description]- [filename].md - Plan: [brief description]cd [SESSION_DIR] && git add . && git commit -m "Plan: [title]"Report back: Plan summary and file location