원클릭으로
plan-and-execute
Use for complex software tasks that need interactive main-session planning followed by structured checklist execution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use for complex software tasks that need interactive main-session planning followed by structured checklist execution.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use to validate agent skill structure, frontmatter, path/name consistency, required sections, and broken references before skill changes are accepted.
Use to audit the skill ecosystem for capability coverage, overlapping responsibilities, fragmented guidance, and consolidation opportunities.
Use to evaluate agent skills with should-trigger and should-not-trigger cases, executable validation hooks, and pass/fail reports for review or CI.
Use when the user asks to create, improve, copy, port, evaluate, or brainstorm an agent skill. Probes the desired workflow, researches local and upstream skill examples, recommends patterns, then invokes plan-and-execute for implementation.
Trigger keywords: "grill me", "grill-me". Use only when the user explicitly requests grill-me style relentless, one-question-at-a-time interviewing.
Use to pressure-test implementation plans against codebase docs, refine language, capture ADR decisions, and emit machine-readable handoff JSON for downstream workflows.
| name | plan-and-execute |
| description | Use for complex software tasks that need interactive main-session planning followed by structured checklist execution. |
A specialized skill that orchestrates a two-stage workflow for complex software engineering tasks: interactive planning in the primary session, then structured checklist execution.
grill-with-docs skill to pressure-test the requirement and refine the plan against existing codebase documentation before final decomposition.- [ ]).- [x] as tasks are completed.The primary agent performs planning directly in the current conversation. Do not use the task tool for planning, because sub-agents cannot interact with the user while refining requirements.
Planning requirements:
- [ ] for tasks.Planner model requirement: use the current high-reasoning primary model. Do not delegate planning to a sub-agent.
- [ ] task, execute it using relevant tools (bash, read, apply_patch, etc.), then mark it as - [x].The hand-off must strictly adhere to this structure:
- [ ] Task 1 description
- [ ] Task 2 description
- [ ] Sub-task 2a
- [x] Already completed task (if applicable)
.agents/skills/plan-and-execute/scripts/test-plan-parsing.py.