parsa aghaei
|
5e8a919dd0
|
fix: renumber agents — 00_intake stays 00, others shift +1
00_auditor -> 01_auditor
01_ceo -> 02_ceo
02_product_manager -> 03_product_manager
03_architect -> 04_architect
04_dev_backend -> 05_dev_backend
05_dev_frontend -> 06_dev_frontend
06_qa_engineer -> 07_qa_engineer
07_visual_qa -> 08_visual_qa
08_devops_security -> 09_devops_security
09_tech_writer -> 10_tech_writer
10_deploy -> 11_deploy
11_seo_content -> 12_seo_content
Update all references in AGENCY.md, state.json, backlog.json
|
2026-07-26 17:34:50 +03:30 |
|
parsa aghaei
|
f437f46e2e
|
feat: AI Software Agency v3 — complete overhaul
- 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)
|
2026-07-26 17:30:05 +03:30 |
|