

Repo Prompt is a comprehensive macOS-native application designed as the Context IDE for AI Agents, fundamentally transforming how developers interact with AI coding assistants. It serves as a central hub for automated context curation, deep codebase analysis, and sophisticated multi-agent orchestration, enabling complex engineering tasks to be planned and executed autonomously. The app is built for developers and engineers who utilize AI models like Claude Code, Codex, OpenCode, and Gemini CLI, providing them with a powerful interface to manage and steer AI workflows directly from their Mac. Its primary purpose is to move beyond simple prompting by automating the entire process of gathering the right code context, planning tasks with powerful reasoning models, and coordinating multiple specialized agents to implement solutions efficiently and accurately.
Traditional AI coding workflows suffer from a significant pain point: manually assembling relevant code context for each prompt is time-consuming, error-prone, and inefficient with token usage. Developers often struggle to provide AI models with the precise files and functions needed to understand a codebase, leading to incomplete or incorrect suggestions. Furthermore, managing multiple AI agents for different subtasks requires constant context switching and manual coordination, which breaks workflow continuity and limits the complexity of tasks that can be delegated. This context fragmentation forces developers to act as middlemen, piecing together outputs from different tools instead of focusing on higher-level architecture and problem-solving.
The app's first major feature group is Automated Context Curation, which is powered by the Context Builder. This system actively explores your entire codebase, intelligently selects the most relevant files and functions based on the task at hand, and assembles them within a defined token budget. It uses sophisticated analysis to understand code relationships, ensuring the AI model receives precisely the information it needs without wasteful token consumption. This process is fully automated and can be triggered via slash commands from any MCP-compatible client, removing the manual burden of file selection and enabling agents to work with a deep, accurate understanding of the project structure and dependencies.
The second major feature group is Multi-Agent Orchestration, which allows users to plan complex tasks with a powerful reasoning model (the Oracle) and then dispatch specialized sub-agents across different providers to implement the plan. The orchestrator decomposes a high-level plan into discrete tasks, assigns each sub-agent to specific files with scoped boundaries, and steers the overall workflow. It supports both sequential execution, where tasks are completed in order, and parallel execution with a 'multi-wait' system that unblocks when the first agent completes its task, optimizing for speed. The orchestrator continuously verifies agent adherence to the shared Plan.md, ensuring all work aligns with the original intent before proceeding.
admin
Additional capabilities include a suite of predefined Context Builder Workflows accessible as slash commands, such as `/rp-orchestrate` for autonomous task completion, `/rp-review` for contextual code reviews that understand git diffs, `/rp-refactor` for two-pass refactoring analysis and implementation, and `/rp-investigate` for systematic issue root cause analysis. The app also includes Repo Bench, a data-driven benchmarking system that measures AI coding performance across hundreds of models, ranking them based on large context reasoning, file editing precision, and instruction adherence. Furthermore, it provides 15+ token-efficient MCP (Model Context Protocol) tools, making its context curation and orchestration features accessible from any MCP-compatible client like Cursor or Claude Code.
Repo Prompt works overall by acting as a native macOS application that integrates deeply with your development environment and various AI provider APIs. It employs a technical approach centered on the Model Context Protocol (MCP) to ensure compatibility and future-proofing. The app uses tree-sitter for parsing function signatures, enabling agents to see codemaps and understand code structure at a high level, which allows for 10x more file visibility within the same token budget. It manages context at different detail levels—slices, codemaps, and full content—selecting the appropriate granularity for each file. The system facilitates collaboration between your primary agent and powerful reasoning models (the Oracle) mid-session, using the full repository to find answers without manual intervention.
The benefits for users are substantial and measurable, leading to dramatically increased productivity and code quality. Developers can delegate complex, multi-step engineering work with confidence, knowing the orchestrator will manage the details and verify outcomes. Token usage becomes efficient as the Context Builder selects only relevant code, reducing costs and allowing more context to be used effectively. Workflows become seamless as agents can launch directly from personal assistants like OpenClaw, enabling work to continue autonomously. Users gain data-driven insights from Repo Bench to choose the best AI model for their specific codebase, eliminating guesswork and optimizing performance based on real metrics.
Concrete use cases are extensive and cover real-world development scenarios. For instance, a developer can describe a task like 'implement an authentication service' to the orchestrator, which then consults a deep reasoning model to draft a plan, decomposes it into subtasks (e.g., implement auth service, add API validation, wire up middleware), and dispatches sub-agents like Codex for backend logic and Gemini for config updates. Another use case is conducting thorough code reviews where `/rp-review` publishes git diffs alongside full codebase context, enabling the AI to understand not just what changed, but why it matters within the broader system. Refactoring becomes systematic with `/rp-refactor`, which first analyzes the code for opportunities and then plans an implementation that preserves existing behavior.
The target users are primarily software developers, engineers, and technical leads who regularly use AI coding assistants and want to scale their effectiveness. It integrates with a wide tech stack of AI providers and tools, including Claude Code, Codex CLI, OpenCode, Gemini CLI, and Cursor, via the MCP protocol. The app is accessible through various pricing plans, including a free download, and fosters a community via Discord for support and collaboration. Its native macOS interface provides a beautiful, integrated experience, while its MCP server ensures it works with every agent, making it a versatile addition to any modern development toolkit.
In summary, Repo Prompt elevates AI-assisted coding from a tool of convenience to a system of orchestration. It solves the fundamental problem of context management by automating curation and enabling coordinated multi-agent workflows. By providing deep codebase understanding, efficient token usage, and verified autonomous execution, it allows developers to offload complex tasks and focus on strategic work. The app represents a significant leap forward, transforming how developers leverage AI to build software, making workflows more powerful, efficient, and reliable.
Repo Prompt is built for software developers, engineers, and technical leads who actively use AI coding assistants like Claude Code, Codex, OpenCode, or Gemini CLI in their daily workflow. It targets professionals seeking to scale their productivity by automating context management and orchestrating complex, multi-step coding tasks. The app is ideal for those working on substantial codebases where understanding project-wide context is critical, and for teams wanting to implement systematic, AI-assisted processes for code reviews, refactoring, and issue investigation. Its native macOS focus caters to developers in the Apple ecosystem who value integrated, powerful desktop applications.