| By Dmitrii Sorokin

Autonomous Agents in PM: Integrating Pilot with Plane.so

Automation is shifting from simple scripts to autonomous agents. Recently, I’ve been testing Pilot, an AI agent built by my colleague Aleksei. Pilot doesn’t just suggest code; it autonomously handles tickets and pushes PRs.

My objective was to test its integration with Plane.so (an open-source JIRA alternative) to see if we can close the loop between task management and code execution.

The Setup

Plane.so provides the structured environment for issue tracking. I wanted to see if Pilot could interpret a task described in a Plane ticket, navigate the local codebase, and submit a valid Pull Request without human intervention.

Key Observations

  1. Context Mapping: Pilot’s ability to “read” the intent behind a ticket is a standout feature. It understands the task within the broader project architecture, which is critical for complex repositories.
  2. Velocity: The time from “ticket assigned” to “draft PR” is cut from hours to minutes. This is a massive leap for high-cadence development environments.
  3. Auditability: Every action the agent takes is documented within Plane, creating a transparent audit trail that builds trust in automated workflows.

Technical Feedback

During the testing phase, I noticed a few areas for optimization:

Verdict

The Pilot + Plane.so stack is a real-world implementation of what we call Agentic Analytics. It transforms project management from a passive record into an active engine of creation.

Technical report shared with Aleksei. Exciting times ahead for the v1.9 release.