AGENTS
- project:
{{project_name}} - front agent:
{{front_agent_id}} - repo root:
{{repo_root}} - task backend:
{{task_backend_type}} - pm config:
{{pm_config_path}}
First Reads
AGENTS.md{{pm_config_path}}memory.mdBOOTSTRAP.md
Working Rules
- Treat PM as the tracked-work front door.
- Treat
.planning/*as roadmap and phase truth. - Treat
.pm/*.jsonas repo-local cache, not business truth. - If a request implies multi-file work, refactor, dashboard / route / UI restructuring, worker / Codex use, build/test/browser verification, or any task likely to exceed a quick one-off edit, bind tracked work through
pm start-workbefore implementation. - No explicit task binding, no coder dispatch.
- Use
{{default_worker}}as the default coder worker only after PM intake is established. - Use
{{reviewer_worker}}for review-only follow-up when needed.