EN DE
← ← Zurück zur Übersicht

plan

software-development › plan v2.1.0
planning plan-mode implementation workflow design documentation

Beschreibung

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

Relevanz für unsere Projekte

Wird bei jedem mehrschrittigen Projekt verwendet. Zerlegt komplexe Anforderungen in 2-5 Minuten große Aufgaben mit exakten Dateipfaden, Schnittstellen und vollständigem Code.

Ablauf

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

← ← Zurück zur Übersicht