원클릭으로
sase-plan
Create an implementation plan. Use instead of plan mode (which is disabled).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create an implementation plan. Use instead of plan mode (which is disabled).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Report on currently-running SASE agents. Use when the user asks "what's running?", "agent status", "status report", or any question about live/background agents.
Reference for sase bead commands (create, update, list, search, ready, show, dep). Use when working with beads.
Inspect prior sase agent chat transcripts. Use when the user asks about previous chats, chat transcripts, prior agent conversations, "what did agent X say?", "summarize the previous agent", or any question about an earlier sase agent's prompt or response.
Create an implementation plan. Use instead of plan mode (which is disabled).
Create an implementation plan. Use instead of plan mode (which is disabled).
Create an implementation plan. Use instead of plan mode (which is disabled).
| name | sase_plan |
| description | Create an implementation plan. Use instead of plan mode (which is disabled). |
Use this skill when you need to plan before implementing. This replaces Claude's native plan mode, which is disabled.
Explore and understand the problem thoroughly.
Choose the plan tier before writing:
tale for work that one follow-up coding agent can implement as a single plan.epic when the work should be split into phases that distinct agents can complete. Declare every phase
dependency explicitly (so we can support parallel work if needed/desirable). Every phase in an epic plan file MUST
have a unique slug ID.Write a self-contained plan to sase_plan_<name>.md (descriptive underscore name).
tier: <tier> property, where
<tier> is either tale or epic.Validate (with --explain), edit, and revalidate (without --explain):
The first validation run with --explain prints the expected schema and all diagnostics. Use that information to
edit the plan file. Then rerun validation without --explain to check that the file is now valid. Continue until
validation exits successfully. Do not propose a plan that has not passed validation.
sase plan validate sase_plan_<name>.md --explain
# ... edit the file to fix all reported issues ...
sase plan validate sase_plan_<name>.md
# ... repeat until validation exits successfully ...
Submit the validated plan:
sase plan propose sase_plan_<name>.md
Submission consumes the scratch plan into SASE's durable plan archive, writes a handoff marker, and sends SIGTERM
to the current agent runner process group. The runner treats that signal as an intentional handoff: it creates the
tier-specific PlanApproval or EpicApproval gate, waits mechanically for a terminal response, and continues with
feedback or the approved follow-up. Do not expect the current provider turn to return normally after a successful
proposal, and do not poll response files yourself.