Agentic Development Lifecycle

Ship faster.
Think in agents.

32 slash commands for Claude Code, OpenCode, Cursor & Antigravity — 10 SDLC roles, 8 AI subagents, and structured role-based flows from discovery to deploy.

32 Slash Commands
10 SDLC Roles
8 Subagents
MIT Open Source

From idea to production — with AI at every step

Each phase of the lifecycle has a dedicated slash command, subagent delegation, and structured output.

Ideate

Capture & clarify the idea

Spec

Write user stories & acceptance criteria

Analyze

Risk classify & plan implementation

Implement

Code with structured output artifacts

Review

AI-assisted PR review

Test

Generate & execute test plans

rocket_launch

7. DEPLOY

Deploy to production environments.

account_tree ROLE WORKFLOWS

Every role has a dedicated flow

32 skills chained into proven flows — from Discovery to Deploy. Select your role to see the corresponding workflow.

translate

Bridge Engineer — JP Outsource Entry

Receive JP client request → translate → create bilingual JP-VN spec.

JP Client JP Request
/be:bridge Bridge Engineer Translate + Analyze
JP Design Doc Deliverable JP
/ba:spec BA — VN Spec requirements.md
OUTPUT · 設計書 (JP) · requirements.md (VN) · bilingual glossary

The complete agentic toolkit

Every command outputs structured artifacts. Every artifact feeds the next command.

hub

Multi-Agent Pattern

Heavy tasks spawn specialized lightweight subagents — haiku for parsing, sonnet for synthesis — keeping your main context window clean.

person_search

Human-in-the-Loop

Every command includes mandatory decision gates. Claude presents options and waits for your approval. No blind execution, ever.

auto_stories

Two-Tier Documentation

Ephemeral per-task docs (gitignored) for in-progress work, plus living baseline docs updated after each verified merge.

devices

Developer Lite Option

A minimal subset for teams needing only core dev workflow — without PM/BA/QA/Ops overhead. 8 focused commands, install in seconds.

security

Security-First Review

Built-in OWASP Top 10 security review with Always/Ask/Never classification. Security is part of the workflow, not bolted on.

groups

Full SDLC Coverage

From ideation to deployment — BA, PM, Dev, Arch, QA, DevOps, Security, Docs, and Scrum roles all covered in one cohesive framework.

terminal 32 COMMANDS

Every phase. Every role.

Structured, role-aware commands covering every sprint lifecycle phase. Filter by category.

lightbulb
/pm:ideate

Refine vague idea → clear concept with problem statement + NOT Doing list

description
/ba:spec

Raw requirement → structured spec → requirements.md

task_alt
/ba:user-story

Spec → User Stories with Acceptance Criteria

manage_search
/ba:reverse

Reverse engineer legacy codebase → baseline docs

translate
/be:bridge

Translate JP requirements, create bilingual JP-VN deliverables

change_circle
/be:changerequest

変更依頼 — impact analysis, approval trail, version control spec changes

menu_book
/be:glossary

Maintain JP↔VN↔EN glossary — add terms, resolve translation conflicts

splitscreen
/pm:breakdown

Epic/Stories → Tasks with estimates + GitHub/GitLab Issues

bar_chart
/pm:status

Sprint status report for stakeholders

dashboard
/pm:dashboard

Static HTML sprint dashboard with kanban + health + backlog

rocket_launch
/pm:kickoff

Bootstrap greenfield project: tech stack → ADRs → docs structure → sprint 0 checklist

new_releases
/pm:release

Generate Release Notes / リリースノート from merged PRs + closed issues

handshake
/pm:handover

Create project handover package (引き継ぎ) — codebase map + decisions + contact matrix

build_circle
/pm:maintain

Maintenance phase workflow: triage → fix → monthly report (月次保守報告書)

search
/dev:analyze

Task → 2-3 implementation options with trade-offs → analysis.md

code
/dev:implement

Implement file-by-file with human gates + verification + harness delta check

rate_review
/dev:review

Holistic review: code quality + architecture + security in one run

merge_type
/dev:pr

Generate comprehensive PR description from diff

bug_report
/dev:debug

Structured debugging: reproduce → localize → fix

architecture
/arch:review

Design decision review with trade-off analysis

article
/arch:adr

Create Architecture Decision Record → docs/decisions/ADR-NNN.md

checklist
/qa:testplan

Spec → Test plan → test-plan.md

pest_control
/qa:bug

Standardized bug report with reproduction steps

replay
/qa:regression

Regression checklist before release

rocket_launch
/ops:deploy

Deployment checklist + CI quality gate + rollback plan

emergency
/ops:incident

Incident triage + parallel investigation + RCA template

shield
/sec:review

OWASP Top 10 audit: Always check / Ask First / Never classification

edit_document
/docs:update

Update baseline screen/API docs after task verify

sync
/docs:project

Sync project-level docs: README, workflow guides, CLAUDE.md

record_voice_over
/sm:standup

Daily standup summary for the team

forum
/sm:retro

Sprint retrospective in structured format

download
/install

Install VTI SDLC framework into current project — copy commands, agents, templates, workflows

account_tree SUBAGENT ARCHITECTURE

Specialized AI Agents

Heavy tasks delegate to lightweight subagents — keeping your main context window clean and focused.

Task Reader agent

task-reader

Parse issue → structured JSON for downstream agents

haiku /dev:analyze
Code Scout agent

code-scout

Find relevant files and symbols across the codebase

haiku /dev:analyze
Planner agent

planner

Synthesize implementation options and plan approach

sonnet /dev:analyze
Diff Reader agent

diff-reader

Map diff output to acceptance criteria coverage

haiku /dev:pr
Review Reader agent

review-reader

Parse PR diff and extract actionable review signals

haiku /dev:review
Test Gen agent

test-gen

Generate structured test cases from specification

sonnet /qa:testplan
Doc Updater agent

doc-updater

Update baseline documentation after code changes

sonnet /docs:update
PR Resolver agent

pr-resolver

Read PR review comments and propose concrete fixes per comment

sonnet /dev:pr
language VTI CONTEXT

Built for the JP–VN outsource model

Optimized for VTI Software — a Vietnamese dev team working with Japanese clients via Bridge Engineers. Bilingual delivery commands out of the box.

record_voice_over

BRIDGE ENGINEER

Translates JP client requirements → VN team spec using /be:bridge

edit_note

BA WRITES VIETNAMESE SPEC

From clarified requirements using /ba:spec

code

DEV IMPLEMENTS WITH AI GUIDANCE

Code comments in English, structured via /dev:implement

inventory_2

JP-FORMATTED DELIVERABLES

設計書、単体テスト仕様書、成果物 formatted for Japanese clients

/be:bridge output
JP — CLIENT

ユーザーログイン機能の実装
セキュリティ要件:パスワード強度チェック必須

VN — SPEC

Triển khai chức năng đăng nhập người dùng
Yêu cầu bảo mật: kiểm tra độ mạnh mật khẩu bắt buộc

EN — CODE

// Validate password strength per JP security spec
// Min 8 chars, 1 uppercase, 1 number, 1 symbol
function validatePassword(pwd) { ... }

Deploy in 60 seconds

One command initializes the full ADLC workspace — commands, subagents, templates, and documentation scaffolding.

Terminal — zsh
~ npx agentic-development-lifecycle --yes

[1/4] Resolving packages...

[2/4] Fetching orchestration blueprints...

[3/4] Initializing Claude Code environment...

✔ ADLC v1.3.0 successfully initialized.

.claude/commands/ — 32 skill files ready

agents/ — 8 subagent definitions loaded

templates/, docs/workflows/ — scaffolded

macOS / Linux

npx agentic-development-lifecycle --yes

Windows

npx agentic-development-lifecycle --yes

OpenCode

npx agentic-development-lifecycle --yes --opencode

Cursor

npx agentic-development-lifecycle --yes --cursor

Antigravity

npx agentic-development-lifecycle --yes --antigravity

Developer Lite

node packages/developer-lite/bin/install.js --yes
~ claude code