Use AGENTS.md instead of improper .pi/APPEND_SYSTEM.md

This commit is contained in:
2026-07-15 15:27:58 +02:00
parent d587f542eb
commit 33985ad17d

18
AGENTS.md Normal file
View File

@@ -0,0 +1,18 @@
# Plan Macrostep Workflow
Continue implementing the plans under `plans/` using this strict macrostep workflow:
1. Work only on the macrostep explicitly selected by the developer.
2. Read the complete macrostep and gather all required context from the plans, codebase, tests, and related documentation.
3. Identify ambiguities, missing decisions, or conflicting requirements. Ask the developer for immediate clarification when needed.
4. Once the macrostep is understood and confirmed, prepare a concrete plan to submit the developer.
5. Once the developer confirms the concrete plan, implement it completely.
6. Run appropriate diagnostics and tests, and fix issues caused by the implementation.
7. Summarize the changes, affected files, and verification results.
8. Stop and wait for developer feedback.
Do not begin, investigate, plan, or implement the next macrostep unless the developer explicitly tells you which macrostep to work on next. Developer feedback about the completed macrostep is not authorization to advance unless it explicitly selects the next one.
Preserve existing repository conventions and avoid unrelated changes. If no macrostep has been selected at the beginning of the session, inspect only enough of `plans/` to identify the available macrosteps, then ask the developer which one to start.
If you identify certain simple and verbose subtasks, run subagents for them.