The Ask
"Can OwnYourCode work with Cursor?"
— Actual user request
OwnYourCode currently targets Claude Code specifically. Developers use other agentic tools and shouldn't be locked out.
Target Platforms (Phase 1)
| Platform |
Type |
Why First |
| Cursor |
AI-native IDE |
Massive adoption, has rules system |
| Codex (OpenAI) |
CLI/API agent |
Growing ecosystem, different architecture |
Research Phase (Before Implementation)
We need to understand how similar projects implement cross-platform support.
Research Tasks
Research Output
A document answering:
- What's the instruction format for each platform?
- What features translate across platforms? What doesn't?
- What's the recommended architecture for multi-platform support?
Implementation (After Research)
Proposed Approach
# User chooses platform during install
~/ownyourcode/scripts/project-install.sh --platform cursor
~/ownyourcode/scripts/project-install.sh --platform codex
~/ownyourcode/scripts/project-install.sh --platform claude # default
Generates platform-appropriate files from same core methodology.
Community Help Wanted
Do you use Cursor or Codex? We need:
- How custom instructions work on your platform
- Example of a working instruction file
- Links to projects with good platform-specific setups
The Ask
OwnYourCode currently targets Claude Code specifically. Developers use other agentic tools and shouldn't be locked out.
Target Platforms (Phase 1)
Research Phase (Before Implementation)
We need to understand how similar projects implement cross-platform support.
Research Tasks
.cursorrulesand project-level rules work?Research Output
A document answering:
Implementation (After Research)
Proposed Approach
Generates platform-appropriate files from same core methodology.
Community Help Wanted
Do you use Cursor or Codex? We need: