1.3 KiB
1.3 KiB
| name | description | type |
|---|---|---|
| Feature-Session Workflow | Trigger and action rules for loading feature docs at session start | feedback |
Feature-Session Workflow
TRIGGER (any phrasing at session start that references a feature/topic):
Feature [topic]zum Feature [topic]wir arbeiten an [topic]- any similar phrasing indicating a feature or topic context
ACTION — always execute immediately on trigger:
- Look for
docs/feature-[topic].mdin project root (case-insensitive match) - If found: read it, confirm context loaded, summarize key points briefly
- If not found: inform user that no feature doc exists yet, suggest creating one
CRITICAL: Do NOT wait to be explicitly asked. Load the feature doc proactively.
When user says aktualisiere deine Feature-Beschreibung at session end:
- Locate the relevant
docs/feature-[topic].md - Update it with key insights, decisions, and findings from the current session
- Keep it structured: Goal, Context, Key Decisions, Open Questions, Progress
File naming: docs/feature-[featureName].md (camelCase featureName, e.g. feature-jobSystem.md)
CRITICAL: When creating a new feature doc, the filename MUST start with feature-.
Never create docs like jobSystem.md or job-system.md — always feature-jobSystem.md.