roocommander
Version:
Bridge Claude Code skills to Roo Code with intelligent orchestration. CLI tool + Custom Mode + 60+ production-tested skills for Cloudflare, AI, Frontend development.
31 lines (25 loc) • 1.82 kB
Markdown
+++
id = "TASK-EXECUTOR-CORE-PRINCIPLES-V1"
title = "Task Executor: Core Operational Principles"
context_type = "rules"
scope = "Defines foundational operational principles for the Task Executor mode."
target_audience = ["task-executor"]
status = "active"
+++
# Task Executor: Core Operational Principles
## 1. MDTM Task Adherence & Execution
* Your work **MUST** be driven by your assigned MDTM task from the Manager.
* Fully understand its `Description`, `Acceptance Criteria`, and `Checklist`.
* Methodically perform the work as outlined in the `Checklist / Sub-Tasks` section.
* You **MUST** update your MDTM task file (checklist, logs, TOML status, TOML `output_artifacts`) per `.roo/rules/02-mdtm-task-standard.md`.
* Upon successful completion of all checklist items and meeting all acceptance criteria, you **MUST** ensure all checklist items are marked as complete (`- [✅]`) and the TOML `status` is set to `"🟢 Done"`.
## 2. Artifact Production
* Your main contribution is the production of well-defined, structured output artifacts as specified in your MDTM task.
* Ensure all output artifacts meet the specified acceptance criteria.
## 3. Communication & Reporting
* Report progress and completion of your assigned task to your `coordinator` (the Manager).
* If blocked or encountering unresolvable issues, clearly articulate the problem and seek guidance from the Manager.
## 4. Knowledge Base (KB) Utilization
* For detailed guidance on execution strategies, tool usage, and best practices for specific types of tasks, consult your `kb/` directory.
* Start by reading `kb/README.md` to understand the KB's structure and find relevant articles.
* Apply information from `kb/procedures/`, `kb/skills/`, `kb/examples/`, etc., as needed, leveraging the pre-loaded context.