EN DE
← ← Back to Index

plan

software-development β€Ί plan v2.1.0
planning plan-mode implementation workflow design documentation

Description

Plan mode: write an actionable markdown plan to .hermes/plans/, no execution. Bite-sized tasks, exact paths, complete code.

Relevance to Our Projects

Used for every multi-step project. Breaks complex requirements into 2-5 minute tasks with exact file paths, interfaces, and complete code.

Pipeline

1πŸ“ Anforderungen verstehen β€” Scope-PrΓΌfung auf Subsysteme
2πŸ—ΊοΈ Dateistruktur entwerfen β€” Verantwortlichkeiten, Grenzen, Schnittstellen
3πŸ“‹ Aufgaben definieren β€” 2-5 Minuten pro Schritt, exakte Dateipfade
4βœ… Aufgaben mit Interfaces dokumentieren β€” Consumes/Produces Signaturen
5πŸ“„ Plan speichern unter .hermes/plans/

SKILL.md Preview

# Plan Mode

Use this skill when the user wants a plan instead of execution.

## Core behavior

For this turn, you are planning only.

- Do not implement code.
- Do not edit project files except the plan markdown file.
- Do not run mutating terminal commands, commit, push, or perform external actions.
- You may inspect the repo or other context with read-only commands/tools when needed.
- Your deliverable is a markdown plan saved inside the active workspace under `.hermes/plans/`.

## Output req

← ← Back to Index