plan

Structure planning conversations and save plans to docs/<context>/plans/<slug>.md.

1|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/lithiumtoast/hearthportal --skill plan-lithiumtoast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/lithiumtoast/hearthportal/tree/main/.claude/skills/plan
Command: npx skills add https://github.com/lithiumtoast/hearthportal --skill plan-lithiumtoast

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Planning conversations are often disjoint and informal, leading to scattered notes and unclear outcomes. This Skill provides a structured, repeatable method to guide conversations, generate a formal plan document at docs/<context>/plans/<slug>.md, and feed downstream skills such as /review and /build.

Core Features & Use Cases

  • Structured planning prompts that steer conversations toward concrete goals and deliverables.
  • Automatic persistence of plans to docs/<context>/plans/<slug>.md for traceability and audits.
  • Seamless integration with downstream skills like /review and /build to enact the plan.
  • Batched-confirm workflow to seed universal and context-specific documents (glossary, decisions) and keep plans synchronized.

Quick Start

Tell me the task and context, and I will generate a plan saved to docs/<context>/plans/<slug>.md.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I turn informal planning conversations into actionable traceable plans?

To turn planning conversations into traceable plans, you provide a task and context to generate a structured plan document automatically saved to docs/<context>/plans/<slug>.md. This ensures formal outcomes and auditability for any kind of work.

What's the best way to structure planning docs for downstream execution skills?

The best way to structure planning docs for downstream execution is using a standard plan template with context-aware placement. This seamlessly integrates with downstream skills like /review and /build to enact the plan effectively.

How does the batched-confirm workflow keep planning docs synchronized?

The batched-confirm workflow keeps planning docs synchronized by seeding universal and context-specific documents like glossaries and decisions. It batches these confirmations during planning to maintain consistency across saved drafts.

Can I use this structured planning approach for non-code tasks like writing or events?

Yes, you can use this structured planning approach for non-code tasks like writing, presentations, and events. It is applicable to any kind of work, automatically persisting the results to the correct docs path for traceability.

Does this planning workflow support amending and saving drafts?

Yes, this planning workflow supports amending and saving drafts. You can generate a plan, make amendments as needed, and save the draft state to the docs/<context>/plans/<slug>.md file for future reference or execution.