Extensions and presets for the Agentic SDLC methodology, designed for use with upstream spec-kit.
# 1. Initialize with upstream spec-kit
specify init my-project --integration opencode
cd my-project
# 2. Add Tikal's bundle catalog and install it
specify bundle catalog add https://raw.githubusercontent.com/tikalk/adlc-spec-kit-bundle/main/catalog.json
specify bundle install adlc-spec-kit
# 3. Install ADLC native skills (Standalone)
npx skills add tikalk/adlc-team-skills -a opencode- git — Git workflow with branch/worktree isolation, task branches
- tdd — Test-driven development (RED→GREEN→REFACTOR)
- edd — Evaluation-driven development with PromptFoo
- evals — Evaluation criteria and test generation
- bug — Bug tracking workflow
- agent-context — Manages AGENTS.md/CLAUDE.md context sections
- agentic-sdlc — Full lifecycle: specify → plan → tasks → implement → converge
- agentic-change — Lightweight change proposals
- agentic-quick — Session-based ad-hoc execution
Install adlc-team-skills for domain workflows:
- architect (ADR + Architecture Description)
- product (PRD + PDR)
- levelup (CDR lifecycle)
- team (team AI directives management)
- mission-brief (end-to-end SDD orchestration)
This bundle works with upstream spec-kit. The fork provides additional features not available in this bundle:
- Runtime hooks — SessionStart auto-trigger, PreToolUse/PostToolUse hooks
spec.command prefix — upstream usesspeckit.prefix- Self-upgrade —
specify self upgradepointing to tikalk releases - Auto-install at init — upstream requires manual
specify bundle install
If you need these features, use the fork instead.