plan

Select a plan template and create a prefilled plan file under docs/spec/.llm/plans.

2|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/ashtonian/llm-init --skill plan-ashtonian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/ashtonian/llm-init/tree/main/templates/.claude/skills/plan
Command: npx skills add https://github.com/ashtonian/llm-init --skill plan-ashtonian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Selecting the right plan template and creating a corresponding plan file accelerates project setup by turning goals into actionable plans, reducing guesswork and repetitive tasks.

Core Features & Use Cases

  • Recommend the best plan template based on project description.
  • Create the plan file by copying the selected template into docs/spec/.llm/plans/ with the chosen name (e.g., <name>.plan.llm).
  • Pre-fill the plan with metadata (timestamp, status) and an objective derived from user input.

Quick Start

Describe your project and the system will copy the selected template to docs/spec/.llm/plans/<name>.plan.llm and prefill metadata.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create a project plan document from a template automatically?

To create a project plan document automatically, describe your project objective and the system will select a matching plan template, copy it to docs/spec/.llm/plans/, and pre-fill metadata like timestamps and status.

What is the best way to set up planning docs for a software development project?

Setting up planning docs for software development is handled by selecting a predefined plan template based on your project description, generating a structured file with prefilled metadata and objectives to accelerate project setup.

Can I use predefined templates for data project and research task planning?

Yes, predefined templates can be used for data project and research task planning. The system applies structured plan generation across these workflows, copying the appropriate template into your docs directory.

How do plan templates handle metadata prefilling and objective setting?

Plan templates handle metadata prefilling by automatically injecting the current timestamp and an initial status into the copied file, while also deriving the project objective directly from your input description.

Do I need any specific dependencies to generate plan files in my docs directory?

No specific dependencies are required to generate plan files in your docs directory. The skill autonomously creates the plan file under docs/spec/.llm/plans/ without needing external components.

Why use a templated plan generator instead of creating project management docs manually?

Using a templated plan generator accelerates project setup by turning goals into actionable plans, eliminating repetitive manual tasks and reducing guesswork when structuring your project management documentation.