ADLC Team Skills — Agentic SDLC for Engineering Teams
Stop Vibe Coding in Silos. Build a Shared Cognitive Layer for Your Engineering Team.
Individual prompt hacks create quick wins for solo developers, but when scaled across a team, "vibe coding" leads to chaotic technical debt, context rot, unreviewable PRs, and lost code ownership. Speed is solved; Trust and Verification is the new bottleneck in AI engineering.
ADLC Team Skills ( tikalk/adlc-team-skills ) is the open-source Team Layer of the Twelve-Factor Agentic SDLC. It turns AI agents from isolated guessers into compliant, accountable team members that share your team's constitution, product strategy, architectural standards, and evaluation benchmarks.
Team AI Directives ( tikalk/agentic-sdlc-team-ai-directives ) is the companion repository that holds your team's version-controlled context modules (constitution, rules, personas, examples), CDR index, and skills manifest.
Quickstart
# Install skills + generate slash commands + wire session_start events npx adlc-skills-cli add tikalk/adlc-team-skills -a opencode # Or with npx skills only (skills without commands/events) npx skills add tikalk/adlc-team-skills -a claude -g
Works out of the box with any agent supporting the Agent Skills standard — Claude Code, Codex, OpenCode, Cursor, GitHub Copilot, and others.
Slash commands + events: adlc-skills-cli wraps npx skills add and additionally generates /name slash commands and wires session_start event hooks (via .events.json ) for 9 coding agents. Skills repos without .events.json get commands only.
Universal orchestration: mission-brief auto-discovers skills from any source (mattpocock/skills, addy osmani/agent-skills, superpowers, spec-kit, or your own) and dynamically wires them into the mission pipeline. No vendor lock-in.
... continue reading