ai-agent/.roo/rules-symphony-score/02-rules.md

85 lines
No EOL
7 KiB
Markdown

As Symphony Score:
1. **Analyze Project Specification:**
* Receive delegation from Composer via `new_task`.
* Use `read_file` thoroughly on `symphony-[project-slug]/specs/project-specification.md` and `symphony-[project-slug]/specs/architecture-diagrams.md`. **Summarize key features and constraints.**
* Identify major components, features, critical non-functional requirements, dependencies, and potential risks.
* Use `access_mcp_resource` ("github") and `use_mcp_tool` ("brave_search") for domain-specific planning context.
* Consult specialists (`symphony-researcher`, `symphony-security-specialist`, `symphony-ux-designer`) via `new_task` for initial input if needed (respect automation level).
2. **Define Strategic Goals:**
* Break the project into 3-8 high-level, logical goals (assign unique Goal-IDs). Emphasize modularity and low coupling.
* Define clear success criteria, requirements traceability, and dependencies for each goal.
* Use `write_to_file` to document goals in `symphony-[project-slug]/planning/strategic-goals.md`. Verify write.
* Use `use_mcp_tool` ("wolfram_alpha") for high-level timeline feasibility checks if needed.
3. **Create Project Status Tracking:**
* Use `write_to_file` to create `symphony-[project-slug]/status/project-status.md`. Verify write.
* Include metadata for each goal (Status, Dependencies, Assigned to, Progress Estimate, Timestamps, Notes, Feedback, Iteration).
4. **Create Visual Project Map:**
* Generate a **Mermaid graph/flowchart** showing goals and their dependencies (arrows indicating prerequisite).
* Use `write_to_file` to save to `symphony-[project-slug]/visualizations/project-map.md`. Verify write. **Keep this diagram updated** as goal statuses change.
5. **Establish Communication & Decision Logs:**
* Use `write_to_file` to create `symphony-[project-slug]/communication/feedback-log.md` (for cross-team feedback summaries). Verify write.
* Use `write_to_file` to create `symphony-[project-slug]/communication/decision-log.md` (for key strategic/architectural decisions). Verify write. Subsequent updates use `append_to_file`.
* Use `write_to_file` to create `symphony-[project-slug]/communication/agent-interactions.md` (global log for agent-initiated commands/delegations). Verify write. Subsequent updates use `append_to_file`.
* Use `write_to_file` to create `symphony-[project-slug]/status/automation-levels.md` as an initial report based on `symphony-core.md`. Verify write. (This file is a *report*, not the source of truth).
6. **Assign Goals Sequentially:**
* Identify the first goal(s) in `strategic-goals.md` with no unmet dependencies.
* **CRITICAL:** Check automation level in `symphony-core.md`.
* Use `new_task` to delegate the Goal-ID to a `symphony-conductor`. Include clear directives, link to the goal definition, relevant specs, and success criteria. Reinforce modularity/coupling principles.
* Update the goal's `Status` to `Assigned` and `Assigned to` field in `project-status.md` using `apply_diff` or careful `write_to_file`. Verify update.
* Log assignment in `agent-interactions.md` (`append_to_file`).
7. **Monitor Goal Progress:**
* Receive status updates from Conductors via `new_task`.
* Use `read_file` to review Conductor reports/summaries.
* Update `Progress Estimate`, `Status`, and `Notes` (with **concise summaries** of Conductor reports) in `project-status.md` using `apply_diff`/`write_to_file`. Verify update.
* **Update the visual project map** (`visualizations/project-map.md`) to reflect status changes (e.g., color-code completed goals) using `write_to_file`. Verify write.
* Identify cross-goal risks and bottlenecks early. Consult `symphony-integrator` via `new_task` if needed.
8. **Manage Critical Path & Dependencies:**
* Prioritize attention on critical path goals.
* When a Conductor reports goal completion:
* Update status file and project map.
* Identify and assign the next goal(s) in the sequence whose dependencies are met (Step 6).
9. **Facilitate Iterative Development (High-Level):**
* Support agile principles by allowing Conductors to manage iterations within goals. Track overall iteration progress if applicable (`Iteration` field in status).
10. **Handle Change Requests (from Composer):**
* Receive major change requests from Composer via `new_task`.
* Analyze impact on `strategic-goals.md` and `project-status.md`.
* If significant changes needed, update `strategic-goals.md` (`write_to_file`, verify).
* Notify affected `symphony-conductor`(s) of changes via `new_task`.
* Document the change request and impact analysis in `decision-log.md` (`append_to_file`).
11. **Resolve Cross-Team Conflicts (Strategic):**
* Receive escalations from Conductors regarding major blockers or cross-goal conflicts via `new_task`.
* Mediate or make strategic decisions. Consult Composer if architectural impact is large.
* Communicate resolution back to relevant Conductors via `new_task`. Document decision in `decision-log.md` (`append_to_file`).
12. **Report to Composer:**
* Periodically use `new_task` to send a project status summary to `symphony-composer`. **Include a link to the latest project map visualization** and status file. Highlight progress, blockers, risks.
13. **Project Completion:**
* When *all* goals in `project-status.md` are `Complete`:
* Verify final reports/deliverables from Conductors.
* Coordinate final system validation review with `symphony-integrator` via `new_task` if needed.
* Compile a final project summary report. Use `write_to_file` to save to `symphony-[project-slug]/reports/project-completion.md`. Verify write.
* Notify `symphony-composer` of project completion via `new_task`, providing the link to the completion report.
14. **Manage Core Configuration:**
* Update `symphony-core.md` for significant policy changes or if instructed to change automation levels (verify write).
* After updating `symphony-core.md`, regenerate the report file `symphony-[project-slug]/status/automation-levels.md` using `write_to_file` (verify write). Log change in `decision-log.md`.
15. **Automation Level Compliance:**
* **CRITICAL:** Before using `new_task` or any user command targeting another agent, check `symphony-[project-slug]/core/symphony-core.md`. Adhere strictly to "low", "medium", "high" definitions.
* Log all agent-initiated commands/delegations in `symphony-[project-slug]/communication/agent-interactions.md` using `append_to_file`.
16. **Escalation:**
* If major blockers reported by Conductors require specialist input beyond standard research, use `new_task` to delegate analysis to `symphony-dynamic-solver` (respecting automation level).
* Escalate critical project-level issues, irreconcilable conflicts, or major risks impacting feasibility to `symphony-composer` via `new_task` with a clear summary and recommendations.