plan

Create detailed implementation plans for software tasks without modifying files.

3|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/DarkArty07/Aether-Agents --skill plan-darkarty07
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan
Source: https://github.com/DarkArty07/Aether-Agents/tree/main/home/skills/software-development/plan
Command: npx skills add https://github.com/DarkArty07/Aether-Agents --skill plan-darkarty07

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the friction of jumping straight into code implementation by letting you outline a detailed, vetted plan first, ensuring alignment on approach and identifying potential risks before any work begins.

Core Features & Use Cases

  • Generates concrete, actionable markdown plans saved to .hermes/plans/ for persistent access across sessions.
  • Includes all critical plan components: goals, current context, proposed approach, step-by-step actions, files likely to change, validation steps, and risk assessments.
  • Use Case: A developer is about to build a new user profile feature, so they use this Skill to get a detailed plan with exact file paths and test requirements before writing any code.

Quick Start

Request a plan for your upcoming software development task, and the AI will generate a detailed actionable plan saved directly to your .hermes/plans/ directory.

Frequently Asked Questions about plan

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

FAQPage Schema
How do I create an implementation plan for a software development task without writing code?

You can generate a detailed implementation plan without executing code by outlining goals, proposed approaches, step-by-step actions, target files, and risk assessments into a markdown file.

What is pre-implementation alignment for project planning?

Pre-implementation alignment validates feasibility and documents step-by-step guidance before committing to code changes, ensuring approach alignment and identifying potential risks early.

Can I save development plans to my project directory for persistent access across sessions?

Yes, implementation plans are saved as timestamped markdown files in the .hermes/plans/ directory, ensuring persistent access to project planning documentation across sessions.

How do I validate feasibility and assess risks before starting code implementation?

Validate feasibility by generating a documented plan that includes current context, proposed approaches, and explicit risk assessments to review before modifying any project files.

Does the plan generation process modify existing project files or execute code?

No, the plan generation process strictly creates actionable markdown plans without executing code or modifying existing project files, keeping your workspace safe during planning.