← Back to Skill Library
💻 Software Dev

Plan Mode

★★★★☆v1.0.0

Write markdown plans to .hermes/plans/ without executing anything. Pure planning mode for architecture design and implementation strategy.

skill_view("plan")

📖 Guide

Load with skill_view("plan"). When asked to design/architect/plan only — the skill writes a detailed plan document to .hermes/plans/ without making any code changes.

🔧 How To

For architecture planning: describe the problem → the skill produces a plan with tasks, paths, estimated effort, and code snippets. No files are modified — just a plan document.

⚠️ Pitfalls

Plans are static documents — they don't auto-update as implementation progresses. Use writing-plans skill for plans that include coding tasks.

Related Skills

More skills in Software Dev