plan

Convert user goals into timestamped Markdown plans under .hermes/plans/.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill plan-lamseyahelias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/LamseyahElias/jarvis-cloud-v2/tree/main/hermes-agent/skills/software-development/plan
Command: npx skills add https://github.com/LamseyahElias/jarvis-cloud-v2 --skill plan-lamseyahelias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan mode converts user goals into concrete, auditable Markdown plans without performing any execution.

Core Features & Use Cases

  • Generates structured, step-by-step planning documents for software projects, research tasks, and operational workflows.
  • Saves outputs as timestamped Markdown files under .hermes/plans/ for easy versioning and auditability.
  • Enforces planning-only behavior, preventing code changes, executions, or external actions while still allowing read-only context inspection.

Quick Start

Provide a goal and constraints; a concrete Markdown plan is generated and saved under .hermes/plans/ with a timestamped filename.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I generate a structured project plan in Markdown without executing code?

To generate a Markdown project plan without executing code, provide a goal and constraints to a planning tool that outputs timestamped Markdown files. This process creates auditable documents with task sequencing and success criteria while enforcing strictly read-only behavior.

What is plan mode for software development workflows?

Plan mode for software development workflows is a planning-only process that converts user goals into concrete, auditable Markdown plans. It enables goal refinement, task sequencing, and risk notes while intentionally avoiding code changes, executions, or external actions.

Can I use planning tools for research tasks and operational workflows?

Yes, you can use planning tools for research tasks and operational workflows. The planning process applies to software development, project planning, and research, generating structured step-by-step planning documents saved as timestamped Markdown files.

How do I save auditable project plans with timestamps?

You save auditable project plans with timestamps by using a planning tool that automatically writes generated Markdown files to a designated directory like .hermes/plans/. This ensures easy versioning and auditability for your project workflows.

Does planning mode restrict code changes and external actions?

Yes, planning mode restricts code changes and external actions. It enforces planning-only behavior by preventing code modifications, executions, or external actions while still allowing read-only context inspection to inform the plan.

What is the best way to structure task sequencing and success criteria for a new project?

The best way to structure task sequencing and success criteria is to use a planning tool that converts goals into concrete Markdown plans. This approach refines goals, outlines tasks, adds risk notes, and defines success metrics without executing code.