Zing Forum

Reading

Cali Product Workflow: Building a Structured Product Development Workflow for AI Coding Agents

An open-source product planning workflow based on the Shape Up methodology, which helps AI agents systematically turn product ideas into executable development plans through IN/OUT scope definition, adversarial reviews, visual checkpoints, and typed technical scopes.

AI编码代理Shape Up产品规划工作流范围界定对抗性评审软件开发产品管理AI辅助开发多CLI支持
Published 2026-06-09 19:15Recent activity 2026-06-09 19:24Estimated read 8 min
Cali Product Workflow: Building a Structured Product Development Workflow for AI Coding Agents
1

Section 01

Cali Product Workflow Guide: Building a Structured Product Development Workflow for AI Coding Agents

Cali Product Workflow is an open-source product planning workflow based on the Shape Up methodology, designed specifically for AI coding agents. Its core goal is to help AI agents systematically turn product ideas into executable development plans. It addresses issues like scope creep, untested assumptions, and accumulated technical debt caused by AI agents coding directly, using methods such as IN/OUT scope definition, adversarial reviews, visual checkpoints, and typed technical scopes. Additionally, through dual-dimensional control of Appetite (investment willingness) and Mode (interaction mode), it provides 15 flexible workflow variants to adapt to project needs of different complexities.

2

Section 02

Project Background and Core Philosophy

With the rapid development of AI coding agents' capabilities, more and more teams rely on them for auxiliary development. However, there is a common problem: AI agents start coding immediately upon receiving requirements without sufficient planning, leading to scope creep and technical debt. Cali Product Workflow was created by senior product manager Renato Caliari, who introduced Basecamp's Shape Up methodology into AI coding agent workflows. Its core philosophy is "think twice before acting"—fully think, plan, and verify before writing the first line of code.

3

Section 03

Key Applications of the Shape Up Methodology: Scope Definition and Adversarial Reviews

The Shape Up methodology emphasizes "shaping" before development (defining scope boundaries and identifying risks). The Cali Workflow adapts two key concepts:

  1. IN/OUT Scope Definition: Clearly define included (IN) and excluded (OUT) features to help AI understand task context and avoid scope creep;
  2. Adversarial Reviews: Multi-dimensional review of product plans, including process integrity, data model rationality, technical feasibility, UX/UI audits (based on Nielsen's heuristic principles), codebase structure analysis, etc., to identify blind spots from a single perspective.
4

Section 04

Dual-Dimensional Control: Appetite × Mode

The Cali Workflow controls the workflow through two orthogonal dimensions:

  • Appetite: Investment willingness (instead of time estimation), divided into three levels: PoC (rapid validation), Focused (standard review), and Comprehensive (full process), which affects the depth of review and strictness of validation;
  • Mode: Interaction depth, divided into five types: Auto (automatic), Light (lightweight), Moderate (medium), Full Product (full product), and Full Product+Tech (full product + technical approval), which controls the stage operation and the degree of human interaction. The combination of the two provides 15 workflow variants.
5

Section 05

Typed Technical Scopes: Four Execution Strategies

The Cali Workflow decomposes technical work into four typed scopes, each with a clear execution strategy:

  1. Feature Scope: A common type that includes an automatic iteration loop (implementation → validation → review → quality check);
  2. Spike Scope: Technical exploration, rapid prototyping to verify feasibility without pursuing production quality;
  3. Optimize Scope: Performance optimization based on benchmark tests and metrics;
  4. Test- Scope*: Testing tasks, including unit, integration, mutation testing, etc. Each scope has clear entry/exit criteria, and AI can execute them autonomously.
6

Section 06

Evidence Basis and Known Limitations

Evidence Support: The design is based on empirical AI agent research from 2025-2026, such as CMU's CAID research (parallel orchestration improves accuracy by 26.7%), Beihang University and KAIST's cross-session learning research (abstract memory pool improves performance by 3.7%), etc.; Limitations: There are 15 known issues, including context decay, hallucinated references, silent errors, overconfident estimation, etc. The project maintains transparency to help users understand its capability boundaries.

7

Section 07

Practical Application Recommendations

Suitable Scenarios: New feature development (clear scope required), exploratory projects (unclear product direction), important features (multi-stakeholder review), team systematic process building; Unsuitable Scenarios: Simple bug fixes, clear technical tasks, extremely urgent prototype validation; Recommended Starting Configuration: First-time users are advised to start with "Focused + Light" to balance quality and efficiency, and can upgrade to stricter configurations later.

8

Section 08

Summary and Outlook

Cali Product Workflow is an important advancement in the field of AI-assisted development. It combines a mature product management methodology (Shape Up) with AI agent capabilities to provide a systematic development process. It reduces rework and improves quality through structured methods, and its flexible dual-dimensional control adapts to different project needs. Note: It is not a silver bullet; it relies on humans to honestly set Appetite and participate in checkpoints, and the final responsibility still lies with humans. In the future, as AI technology evolves, it will further bridge the gap between product thinking and code implementation.