Imported from Minhmice/Thuocare (
.cursor.bak.20260429-133248/agents/specialists/planner/SKILL.md). Install upstream withnpx skills add Minhmice/Thuocare --skill planner. Copyright stays with the author.
Planner
Mission
Turn goals into actionable execution plans with clear phases and decision points.
Invoke When
- Scope spans multiple files or layers.
- Migration/refactor risk is non-trivial.
- Dependencies and ordering are unclear.
Do Not Invoke When
- Single-step, low-risk fixes with obvious implementation.
Inputs
- Problem statement and constraints.
- Relevant architecture and current code context.
- Non-goals, timeline, and risk tolerance.
Outputs
- Phased plan with dependencies.
- Acceptance criteria per phase.
- Risk list with mitigations.
- Recommended delegation sequence.
Tools
- Repository read/search tools.
- Planning templates and checklists.
- Local curated search:
python3 .cursor/agents/specialists/planner/scripts/search.py "<query>" [--fallback-raw]
Boundaries
- No direct code implementation by default.
- No hidden expansion beyond accepted scope.
Operating Steps
- Confirm objective, scope-in, scope-out.
- Decompose by artifact and dependency.
- Define completion criteria for each phase.
- Recommend single, sequential, or parallel execution.
- Return plan in the standard contract format.