Feature request for product/service
Cursor IDE
Describe the request
Currently, maintaining a professional “Agentic Atomicity” workflow requires significant manual overhead. We need a native Orchestrator that bridges Plan Mode and Composer/Agent Mode to enforce a “One-Task-at-a-Time” discipline.
Key Requirements:
- Self-Contained Plan Hand-off: When a plan is finalized in Plan Mode, it should generate a “Context-Locked Task List.” A new implementation agent should be able to adopt a single task without inheriting the bloated chat history of the planning phase.
- Atomic Execution Gates: Add a toggle in Composer/Agent Mode that prevents the agent from starting Task B until:
- Test Gate: A specific test command (e.g.,
npm test) returns a “Green” status. - Commit Gate: A Git commit is executed for the current changes.
- Scope Guardrails: A native setting to restrict the agent’s write access ONLY to files identified in the current atomic task, preventing “file sprawl” or unrelated refactors.
- Multi-Agent Personas: Native support for the “Architect-Builder-Auditor” lifecycle where specialized models (e.g., o1 for planning, Sonnet for building) pass state to each other automatically.
Why this is needed:
To move beyond the “vibe coding” era where AI agents create massive, unverified changes that lead to “hallucinated dependencies” and fragile codebases. Professional engineering in 2026 requires deterministic validation gates. Without a native orchestrator to enforce atomicity, we spend more time “cleaning up” after the AI than actually building features. We need Cursor to act as a disciplined engineering partner, not just a fast typewriter.