plan

Inspect repository context and draft timestamped Markdown plans under .hermes/plans.

641|104|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/loongclaw-ai/loongclaw --skill plan-loongclaw-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/loongclaw-ai/loongclaw/tree/main/skills/plan
Command: npx skills add https://github.com/loongclaw-ai/loongclaw --skill plan-loongclaw-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Without a planning mode, agents may prematurely edit files or run commands, creating noise before a strategy is settled. Plan mode isolates that stage by capturing actionable plans without risking unintended changes.

Core Features & Use Cases

  • Plan-only operations: Inspect repository context and write Markdown plans while forbidding code edits or terminal mutations.
  • Detailed deliverables: Record goals, assumptions, approaches, steps, affected files, tests, and risks for clarity before execution.
  • Workspace-safe storage: Save plans under .hermes/plans/ with timestamped names so teammates can review and iterate.

Quick Start

Write a plan that records the goal, current context, key steps, and verification strategy before starting the requested work.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I draft a markdown plan without executing code changes or terminal commands?

Drafting a markdown plan without executing work is done by inspecting repository context in a read-only mode. This approach captures actionable strategies, recording goals, assumptions, and risks while preventing unintended file mutations or automated actions.

What is the best way to create a workflow strategy before settling on automated actions?

Creating a workflow strategy before automation involves isolating the planning stage to capture detailed deliverables. This method records goals, current context, key steps, and verification strategies into a markdown file for team review without risking premature edits.

How do I save timestamped markdown plans for team review in a repository?

Saving timestamped markdown plans requires writing output to a designated workspace-safe directory. The generated strategy files are stored with timestamped filenames, ensuring teammates can sequentially review and iterate on the recorded context and approaches.

Can I inspect repository context to generate a planning document while respecting read-only restrictions?

Inspecting repository context to generate planning documents is possible under strict read-only restrictions. This allows the system to analyze existing files and strategy needs while explicitly forbidding any code edits, terminal mutations, or automated actions.

What should a planning workflow include to ensure actionable steps and risk management?

A planning workflow should include detailed deliverables such as goals, assumptions, approaches, affected files, tests, and risks. Recording these elements ensures clarity and comprehensive risk management before any actual execution work begins.

Why does my automated workflow prematurely edit files before the strategy is settled?

Automated workflows prematurely edit files when a planning mode is not enforced. Applying a plan-only approach isolates the strategy stage by capturing actionable steps in markdown, preventing noise and unintended changes before execution.