devline

Coordinate multiple agents through development workflows from idea to merge-ready code.

2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/Conava/claude-devline --skill devline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devline
Source: https://github.com/Conava/claude-devline/tree/main/skills/devline
Command: npx skills add https://github.com/Conava/claude-devline --skill devline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline and automate complex software delivery by coordinating a suite of agents across the full development lifecycle from idea to merge-ready code.

Core Features & Use Cases

  • End-to-end orchestration: Brainstorm, plan, implement, review, document, and approve in a single workflow.
  • Parallel execution with guardrails: Tasks run in parallel when safe, with strict wave-based dependencies and mandatory reviews.
  • Scalable for non-trivial tasks: Handles features that require multi-step planning, design decisions, and cross-component changes.
  • Use Case: For a feature that touches multiple modules, Devline coordinates ideation, architecture planning, and staged approvals to deliver production-ready code.

Quick Start

Provide a feature idea to start the full development pipeline and let Devline orchestrate the entire lifecycle.

Frequently Asked Questions about devline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multiple agents for an end-to-end development pipeline?

Multi-agent development pipeline orchestration coordinates agents across brainstorming, planning, parallel implementation, reviews, and approvals to deliver merge-ready code. It enforces a strict stage-gate process with worktree isolation to ensure safe, auditable delivery.

What is the best way to automate parallel implementation for non-trivial software tasks?

Automating parallel implementation for non-trivial software tasks requires wave-based dependency management and worktree isolation. Tasks run in parallel when safe, while mandatory reviews and staged approvals ensure production-ready code delivery.

How does worktree isolation work in a multi-agent development workflow?

Worktree isolation in a multi-agent development workflow separates parallel implementation tasks into independent branches. This prevents conflicts during simultaneous execution, ensuring each agent operates safely before final merge-ready code approval.

Can I use automated stage-gate reviews for features touching multiple modules?

Automated stage-gate reviews are designed for features touching multiple modules. The pipeline coordinates architecture planning, cross-component changes, and staged approvals to handle complex software delivery safely.

When do I need a strict stage-gate process for software delivery?

A strict stage-gate process for software delivery is needed for non-trivial features requiring multi-step planning, design decisions, and cross-component changes. It enforces mandatory reviews and post-merge cleanup to guarantee auditable delivery.

What are the limitations of automating development workflows with multi-agent coordination?

Automating development workflows with multi-agent coordination is limited to non-trivial software tasks requiring collaborative brainstorming and rigorous reviews. Simple tasks may not justify the strict stage-gate process and worktree isolation overhead.