planning-category-pointer

Directs agents to six specialized planning skills stored in a local skill vault.

Updated Sep 13, 2023
One-click install
npx skills add https://github.com/dlwlrmax/.dotfiles --skill planning-category-pointer-dlwlrmax
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: planning-category-pointer
Source: https://github.com/dlwlrmax/.dotfiles/tree/main/opencode/.config/opencode/skills/planning-category-pointer
Command: npx skills add https://github.com/dlwlrmax/.dotfiles --skill planning-category-pointer-dlwlrmax

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It keeps startup context minimal by acting as a lightweight pointer to a library of six specialized planning skills instead of loading all planning instructions upfront. ## Core Features & Use Cases - Skill Discovery: Lists six planning skills (blueprint, concise-planning, plan-writing, planning-with-files, track-management, writing-plans) with one-line summaries so you can pick the right one. - On-Demand Loading: Instructs the agent to read the chosen skill's SKILL.md from the vault path before proceeding. - Use Case: When asked to plan a multi-step feature implementation, identify the matching skill (e.g., plan-writing), load it from the vault, and follow its structured planning instructions. ## Quick Start Ask the agent to create a plan for your coding task and let it select and load the appropriate planning skill from the vault.

Frequently Asked Questions about planning-category-pointer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a plan for a coding task with this skill?▼

Identify which of the six listed planning skills matches your task, then read that skill's SKILL.md from the vault at ~/.config/opencode/skill-libraries/planning/<skill-name>/SKILL.md and follow its instructions.

What planning skills are available in the planning category?▼

Six skills are available: blueprint, concise-planning, plan-writing, planning-with-files, track-management, and writing-plans. Each covers a different planning style, from atomic checklists to file-based working memory.

Why does this skill not contain planning instructions itself?▼

It is a pointer skill designed to keep startup context minimal. The actual planning instructions live in a hidden vault and are loaded on demand only when a matching task is identified.

Where is the planning skill vault located?▼

The vault is located at /home/kienct/.config/opencode/skill-libraries/planning. Each specialized skill has its own subdirectory containing a SKILL.md file with the operational instructions.

When should I use blueprint versus concise-planning?▼

Use blueprint when you need a step-by-step construction plan with self-contained context briefs executable by a fresh agent. Use concise-planning when you need a clear, actionable, atomic checklist for a coding task.