원클릭으로
plan
Create a structured implementation plan in tasks/todo.md with confidence assessment
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a structured implementation plan in tasks/todo.md with confidence assessment
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guided refactoring with before/after validation
Check project health — environment, dependencies, tools, and configuration
Guided first-session onboarding — helps you go from zero to your first plan and issue
Manage GitHub issues backlog — view, pick, or create work items
Summarize current progress, commit working state, and update task tracking
Generate or update a PROJECT_INDEX.md for fast session orientation
| name | plan |
| description | Create a structured implementation plan in tasks/todo.md with confidence assessment |
| argument-hint | <task description> |
| user-invocable | true |
| allowed-tools | Read, Write, Edit, Glob, Grep |
Create a structured implementation plan for the following task: $ARGUMENTS
tasks/todo.md using this structure:
- [ ])Before planning, score your confidence (0.0 - 1.0) across these five dimensions:
| Check | Weight | Question |
|---|---|---|
| No duplicates | 25% | Has this already been built? Search the codebase for existing implementations. |
| Architecture fit | 25% | Does this align with the project's existing patterns and structure? |
| Requirements clear | 20% | Are the requirements specific enough to implement without guessing? |
| Approach verified | 15% | Is the technical approach backed by documentation or working references? |
| Root cause known | 15% | (For bug fixes) Is the root cause identified, not just symptoms? |
Thresholds:
Include the confidence score and a one-line assessment in the plan header:
> Confidence: 0.85 — Architecture fit clear, but API behavior needs verification.
After writing the plan, if the plan has 2+ checkpoints, ask the user:
"This plan has [N] checkpoints. Would you like to create GitHub milestones for them?"
If yes:
gh api repos/{owner}/{repo}/milestones for each checkpoint.tasks/todo.md next to each checkpoint.If gh is not available or the user declines, skip silently.
tasks/lessons.md for relevant prior learnings.