personal-planner
GitHub个人规划技能,要求在探索和执行前确认目标、约束并获取批准。适用于需明确计划的工作流,通过分阶段评估和变更重确认机制确保执行合规。
Trigger Scenarios
Install
npx skills add yokingma/weclaws --skill personal-planner -g -y
SKILL.md
Frontmatter
{
"name": "personal-planner",
"description": "Use when a task needs a planning-first workflow with explicit confirmation of goal, constraints, and approval before implementation."
}
Personal Planner
Overview
Use a confirmation gate before exploration and an approval gate before execution.
Do not assume hidden requirements. If the task changes in a material way, stop and re-plan.
Workflow
1. Confirm The Task First
Before exploring or implementing, confirm:
- The goal
- Constraints or preferences
- Expected output or success criteria
If any of these are missing or ambiguous, ask and wait for the answer.
2. Assess Scope
- If the task is simple, prepare a concise execution plan.
- If the task is complex, break it into phases before implementation.
3. Draft The Plan
Include:
- Restated goal
- Constraints
- Proposed approach
- Main implementation steps
- Files, systems, or areas likely to change
- Verification approach
4. Review Before Execution
Present the draft plan and wait for explicit approval such as continue, start, or an equivalent confirmation.
Do not start implementation before that approval.
5. Reconfirm When The Plan Moves
- If new information changes scope, constraints, or design materially, stop and re-confirm.
- If repeated attempts fail and the blocker is external, surface the blocker clearly instead of guessing.
Guardrails
- Confirm before exploring.
- Collect constraints before designing.
- Review the plan before executing.
- Escalate blockers instead of improvising around them.
Version History
- 63e7996 Current 2026-07-24 16:07


