Оркестрация рабочих процессов разработки
orchestration
build is a Claude Code skill that orchestrates feature development workflows by chaining existing skills in sequence, passing handoffs between them, and pausing at phase boundaries for human checkpoints. It supports four modes: greenfield (discovery → plan → validate → implement → commit → PR), brownfield (onboard → research → plan → validate → implement), TDD (plan → test-driven-development → implement), and refactor (impact analysis → plan → TDD → implement). When invoked without arguments, the skill walks users through an interactive question flow covering project context, requirements clarity, development approach, and post-implementation actions such as auto-commit or PR generation. It suits developers and teams who want a consistent, repeatable path from idea to pull request without manually coordinating separate tools.
- #workflow
- #orchestration
- #greenfield
- #brownfield
- #tdd
- #refactor