Roadmap
See open issues for planned work. Candidates:
- Native plugin packaging for Cursor, Kiro, and Codex CLI — all three have since shipped their own plugin/marketplace systems (Cursor plugins, Kiro Powers, Codex CLI plugins), analogous to what Claude Code now has. Each has its own manifest format and real gaps (Kiro Powers can’t bundle custom agents; Codex CLI has an open team-rollout limitation), so each is its own follow-up rather than one change.
- GitHub Copilot support — project-scoped bundle
(
.github/copilot-instructions.md,.github/instructions/*.instructions.md,.github/agents/*.agent.md), since Copilot has no machine-wide home directory to sync into like the other tools. - Skills as real slash-commands/prompts per tool (
.cursor/commands/, Kiro manual-inclusion steering,~/.codex/prompts/,.github/prompts/*.prompt.md) with correct invocation semantics, not just file placement. /design-reviewskill — audit adocs/solutions/design doc against the project’s conventions.@security-reviewersubagent — dedicated security-focused review pass.
Contributions welcome — see
CONTRIBUTING.md.
Issues labeled
good first issue
are a good entry point.
Next
- Changelog — what’s already shipped, release by release.
- Other coding agents — today’s state of Cursor/Kiro/Codex support.