governance: add planning/architecture rule (plan ahead, module map, avoid refactors); propagate to system prompts, AGENTS templates, proposal, and plan
This commit is contained in:
@@ -11,3 +11,5 @@
|
||||
- Governance: For reusable rules, update system prompt and AGENTS templates; keep them aligned; log in DevLog.
|
||||
|
||||
- Zero Technical Debt: Safety first; no technical debt; always production-ready; no deferring tests/docs/refactors; TDD by default; keep docs current.
|
||||
|
||||
- Planning/Architecture: Plan via Questions→Proposal→Plan; maintain global architecture/module map; implement module-by-module; avoid refactors unless assumptions change and plans/docs are updated.
|
||||
|
@@ -66,3 +66,8 @@ Note: This is a template copied into generated projects. Customize as needed for
|
||||
---
|
||||
|
||||
Customize this AGENTS.md to fit your project specifics while preserving the one-way collaboration flow and file-first practices.
|
||||
|
||||
## Planning and Architecture
|
||||
- Plan ahead: use Questions → Proposal → Plan to align before coding.
|
||||
- Maintain a project architecture/module map and document boundaries.
|
||||
- Implement module-by-module per plan; avoid refactors, except when new info requires plan/doc updates.
|
||||
|
Reference in New Issue
Block a user