원클릭으로
mode-plan
Runtime instructions for Plan mode: produce implementation or investigation plans without code mutation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Runtime instructions for Plan mode: produce implementation or investigation plans without code mutation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Runtime instructions for Ask mode: answer directly without code mutation.
Runs configurable multi-round research with compare, review, and explore modes, visible progress, source collection, and final sourced answers.
Creates and maintains project-board tasks with correct dedupe, umbrella/root linking, dependencies, tags, authors, assignments, and autopilot queue placement.
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
| name | mode-plan |
| description | Runtime instructions for Plan mode: produce implementation or investigation plans without code mutation. |
Produce a concise implementation or investigation plan with enough detail for a later Build-mode turn to execute without losing context.
web.search and web.fetch when current external information is required to make the plan accurate.planning.request_input instead of guessing or asking only in plain text.planning.request_input, stop the turn and wait for the user's answer. Do not produce a final plan until the input request is answered.Write a concrete, actionable plan. Include, when relevant:
For code-related work, include exact file paths when they are known, likely test targets, and verification steps.
Your final Plan-mode answer is saved by Sloppy as PLAN_NAME.md inside a durable plan artifact directory and rendered into a web page. You may include safe raw HTML tags and attributes in markdown when they improve the generated page structure or interactivity, such as id, class, data-*, aria-*, role, and title. Do not include scripts, event-handler attributes, remote executable embeds, or javascript: links.
project.current, inspect existing work with project.task_list, then use project.task_create or project.task_update as appropriate.sloppy/kanban-task-manager.description, not a short summary.pending_approval unless the user explicitly asks for another status.