Workflow skill
Dev Lifecycle Skill
Orchestrate requirements, design, planning, implementation, testing, and review.
Install command
AI DevKit installs its built-in skills as one curated set. Run this once to install dev-lifecycle with the rest of the built-in workflow skills.
npx ai-devkit@latest skill add --built-inWhat it does
Use dev-lifecycle when you want an AI coding agent to follow a structured software delivery process instead of improvising in chat. It routes work to focused phase skills and keeps higher-risk engineering work moving through explicit checkpoints.
When to use it
- Run a complete feature lifecycle with one repeatable workflow
- Choose the next delivery phase across requirements, design, planning, implementation, testing, and review
- Coordinate phase-specific AI DevKit skills without manually remembering every step
Supported agents
Claude CodeCodexCursoropencodeGemini CLI
Related skills
Workflow
Dev Worktree
Set up or resume the right workspace before feature work.
Workflow
Dev Requirements
Capture and review requirements before design or implementation.
Workflow
Dev Design
Validate architecture and design trade-offs against requirements.
Workflow
Dev Planning
Create and reconcile implementation plans from requirements and design.