Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADLC Spec Kit Bundle

Extensions and presets for the Agentic SDLC methodology, designed for use with upstream spec-kit.

Quick Start

# 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 (skills + slash commands + session_start events)
npx adlc-skills-cli add tikalk/adlc-team-skills -a opencode

What's Included

Extensions

  • adlc-git — Git workflow with branch/worktree isolation, task branches, DAG orchestration, and multi-repo workspace support (enhanced superset of upstream's git; renamed to avoid collision)
  • adlc-tdd — Test-driven development (RED→GREEN→REFACTOR) with 4 lifecycle hooks (renamed to avoid collision with upstream's community catalog tdd)
  • edd — Evaluation-driven development (verification partner for converge; 1 lifecycle hook)
  • adlc-agent-context — Manages AGENTS.md/CLAUDE.md context sections, including the team-boot/team-discover directive block for the ADLC skills (renamed to avoid collision with upstream's agent-context)

Upstream spec-kit ships its own bundled git, bug, and agent-context extensions, and its community catalog now lists a tdd extension (v1.1.2 by a different author). Because the bundler always prefers the CLI's built-in copies over a bundle's, and community catalog entries can shadow bundle ids during extension update/search, our enhanced variants use adlc--prefixed ids so they install alongside upstream's without collision. bug is intentionally omitted — upstream's is identical.

Presets

  • agentic-sdlc — Full lifecycle: specify → plan → tasks → implement → converge
  • agentic-change — Lightweight change proposals
  • agentic-quick — Session-based ad-hoc execution

Companion: ADLC Team Skills

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)
  • evals (evaluation lifecycle: init → specify → clarify → implement → validate → analyze)
  • tech-radar (Tikal Israeli Tech Radar context injection)
  • workspace (workspace management)

Known Limitations (vs. fork)

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 uses speckit. prefix
  • Self-upgradespecify self upgrade pointing to tikalk releases
  • Auto-install at init — upstream requires manual specify bundle install
  • Catalog URL override — the fork (v0.15.2+adlc4) overrides ExtensionCatalog.DEFAULT_CATALOG_URL and COMMUNITY_CATALOG_URL to point at the fork's repo, so specify extension update finds fork-bundled extensions. Upstream spec-kit users get upstream's community catalog, which is why this bundle renames tdd to adlc-tdd to avoid collision with the community catalog's tdd v1.1.2 (by a different author).

If you need these features, use the fork instead.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages