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


