Skip to content

v0.4.0 -- Declarative Intent-Based Pipelines

Latest

Choose a tag to compare

@nareshnavinash nareshnavinash released this 11 Apr 02:12
· 3 commits to main since this release

What's New

Declarative Pipeline Steps

Pipeline steps no longer send prescriptive instruction paragraphs. Instead, each step declares what needs to happen (intent, mode, context, hints) and Claude decides how to interact with the user.

This means Claude can use its best UX capabilities — plan mode for analysis, interactive prompts for data gathering, native tools for execution — without waiting for MCP updates.

4 step modes:

  • plan — Claude enters plan mode for deep analysis
  • act — Direct execution: run commands, edit files, create PRs
  • gather — Collect information interactively from user/codebase
  • report — Synthesize results into formatted output

8 New Multi-Perspective Review Pipelines

Command Perspective
/dobbe-review-as-pm Product Manager
/dobbe-review-as-engineer Software Engineer
/dobbe-review-as-designer UX Designer
/dobbe-review-as-qa QA Engineer
/dobbe-review-as-test-architect Test Architect
/dobbe-review-as-marketing Marketing
/dobbe-review-as-sales Sales
/dobbe-project-review All 7 perspectives + synthesis

Each review uses gather mode to understand the project interactively, then plan mode for analysis.

By the Numbers

  • 21 pipelines (up from 13)
  • 24 slash commands (up from 16)
  • 373 tests (up from 266), 94%+ coverage
  • 52 files changed, 1207 insertions, 1025 deletions

Upgrade

npx dobbe install