- Add AGENCY.md: master orchestration protocol (universal AI editor entry point)
- Add 00_intake.md: user requirements & intent detection agent
- Add 10_deploy.md: production deployment agent
- Add 11_seo_content.md: SEO specialist & content writer agent (dual mode)
- Add specs/reviews/: directory for specialist review reports
REVIEW PIPELINE (new):
- Each specialist reviews ONLY their own domain:
- 04_dev_backend: API, services, DB, auth, DTOs
- 05_dev_frontend: components, state, UX code, performance
- 07_visual_qa: UX patterns, a11y, responsive, design system
- 08_devops_security: secrets, Docker, CVEs, CI/CD
- 11_seo_content: meta tags, content quality, structured data
- 02_product_manager: synthesis mode reads all findings, deduplicates,
creates unified prioritized backlog
All agents now support dual modes (REVIEW + IMPLEMENT/ENFORCE/CREATE/INSPECT)
state.json v3: adds project_intent, review_phase tracking, resume_context
backlog.json: fixed structure {tasks: [...]}, added sub_steps per task
orchestrate.py: simplified to state management utility (no fake AI calls)
16 lines
1.0 KiB
Markdown
16 lines
1.0 KiB
Markdown
این پوشه در فاز Review توسط agent های متخصص پر میشود.
|
|
|
|
هر agent فقط حوزه تخصص خودش را بررسی میکند و نتیجه را اینجا مینویسد:
|
|
|
|
| فایل | نوشتهشده توسط | حوزه |
|
|
|------|---------------|------|
|
|
| code_health_review.md | 00_auditor | سلامت کلی کد، health score |
|
|
| backend_review.md | 04_dev_backend | API، سرویسها، دیتابیس، احراز هویت |
|
|
| frontend_review.md | 05_dev_frontend | کامپوننتها، state، performance |
|
|
| ux_review.md | 07_visual_qa | UX، accessibility، responsive، design system |
|
|
| security_review.md | 08_devops_security | secrets، Docker، CVE، CI/CD |
|
|
| seo_content_review.md | 11_seo_content | SEO، محتوا، structured data، keywords |
|
|
|
|
پس از تکمیل همه فایلها، agent 02_product_manager در Synthesis Mode همه را میخواند
|
|
و یک backlog یکپارچه و اولویتبندیشده میسازد.
|