plan

Add, remove, and show tasks in plan and backlog markdown files.

9|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/SolomonikVik/svaib --skill plan-solomonikvik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/SolomonikVik/svaib/tree/main/.claude/skills/plan
Command: npx skills add https://github.com/SolomonikVik/svaib --skill plan-solomonikvik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quick operations on the operational plan: day/week/regular sections in meta/management/03_plan.md plus per-direction backlogs in {direction}/02_backlog.md.

Core Features & Use Cases

  • Add, remove, and view tasks across day, week, and regular sections in meta/management/03_plan.md.
  • Manage per-direction backlogs in {direction}/02_backlog.md for each direction (framework, lab, dev, clients, marketing).
  • Show current plan state and perform quick adjustments without navigating multiple files.

Quick Start

Add a task to the day plan, for example: 'Prepare weekly report'.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I manage day, week, and regular sections in an operational plan?

To manage an operational plan, you can add, remove, and view tasks across day, week, and regular sections. This skill updates meta/management/03_plan.md, storing tasks as checkable items for quick adjustments.

What is the best way to maintain per-direction backlogs for task management?

Per-direction backlogs are maintained by performing add, remove, and show operations on {direction}/02_backlog.md files. This allows targeted task management for specific directions like framework, lab, dev, clients, and marketing.

Can I view the current operational plan state without navigating multiple files?

Yes, you can view the current operational plan state directly. The skill applies show operations to meta/management/03_plan.md and per-direction backlogs, consolidating task visibility without manual file navigation.

Does this task-management workflow require external dependencies?

No external dependencies are required for this task-management workflow. The skill operates directly by reading and updating markdown-based plan and backlog files within your existing directory structure.

How do I add a task to a specific planning section like the daily plan?

To add a task to a planning section, specify the section and the task details, such as 'Prepare weekly report' for the day plan. The skill then updates the corresponding operational plan file with the new checkable item.

What are the limitations of using markdown files for operational planning?

Using markdown files for operational planning limits you to text-based task tracking via checkable items within day, week, regular, and backlog sections, without advanced features like automated Gantt charts or dependency linking.