Skip to content

Konductor

Spec-driven development for Kiro CLI — orchestrates project planning, execution, verification, and shipping through a structured pipeline.

Phase Description
🚀 Initialize Discover goals, generate specs
🔍 Research Analyze codebase, map patterns
📋 Plan Break work into phases with tasks
💻 Execute Implement with TDD workflow
Verify Validate tests and quality gates
🚢 Ship Commit, release, move to next phase

Quick Install

curl -fsSL https://konductor.cloud/install | bash

Or clone and install manually:

git clone https://github.com/bnusunny/konductor.git
cd konductor
./install.sh

Quick Start

kiro-cli --agent konductor
> initialize my project
> next
> status

Get Started →