One-click install
npx skills add https://github.com/TomazWang/agent-toolkit --skill plan-tomazwang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/TomazWang/agent-toolkit/tree/main/plugins/kb-analysis/skills/plan
Command: npx skills add https://github.com/TomazWang/agent-toolkit --skill plan-tomazwang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create or update learning plans for knowledge-base analysis by organizing topics, priorities, and review milestones to guide autonomous or manual workflows.

Core Features & Use Cases

  • Plan creation and updates for KB analysis projects.
  • Topic prioritization and reordering to reflect learning goals.
  • Progress tracking and review of planned topics over time.

Quick Start

Run /kb:start to auto-create the learning plan or use /kb:learn to adjust topics manually.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create a learning plan for my knowledge-base analysis project?

Create a learning plan by running /kb:start to auto-generate the structure at kb/wip/learning-plan.md, organizing your knowledge-base topics into a prioritized queue for analysis.

What is topic prioritization in a knowledge-base learning plan?

Topic prioritization organizes your learning queue by reordering topics to reflect your goals, ensuring critical knowledge-base subjects are reviewed first during autonomous or manual workflows.

Can I manually adjust topics in an auto-generated knowledge-base learning plan?

Yes, you can manually add, remove, or reorder topics by running /kb:learn, updating your learning plan to match changing knowledge-base coverage requirements.

Does this planning approach work without external dependencies?

Yes, the knowledge-base learning plan operates with zero external dependencies, using standard markdown files to structure topic queues and review milestones autonomously.

When should I use autonomous planning versus manual topic prioritization?

Use autonomous planning via /kb:start for initial queue generation, then switch to manual prioritization with /kb:learn when customizing topic order for specific learning milestones.