2026-02-02 14:12:33 -05:00
2026-02-02 14:12:33 -05:00
2026-02-02 14:12:33 -05:00
2026-02-02 14:12:33 -05:00
2026-02-02 14:12:33 -05:00
2026-02-02 14:12:33 -05:00
2026-02-02 14:12:33 -05:00
2026-02-02 14:12:33 -05:00
2026-02-02 14:12:33 -05:00
2026-02-02 14:12:33 -05:00
2026-02-02 14:12:33 -05:00
2026-02-02 14:12:33 -05:00

Dev Backbone Template

Drop-in baseline for:

  • AGENTS.md + SKILLS/ (consistent agent behavior)
  • DoD gates (scripts/dod.sh, scripts/dod.ps1)
  • Copilot instructions
  • CI gates (GitHub Actions + GitLab CI)

Use for NEW projects

  1. Make this repo a GitHub Template repository.
  2. Create new repos from the template.

Apply to EXISTING repos

Copy these into the repo root:

  • AGENTS.md
  • SKILLS.md
  • SKILLS/
  • scripts/
  • .github/copilot-instructions.md
  • (optional) .github/workflows/dod.yml
  • (optional) .gitlab-ci.yml

Commit and push.

Run DoD

  • macOS/Linux: ./scripts/dod.sh
  • Windows: \scripts\dod.ps1

Notes

  • DoD scripts auto-detect Node/Python and run what exists.
  • Customize per repo for extra checks (docker build, e2e, mypy, etc.).
Description
No description provided
Readme 52 KiB
Languages
PowerShell 50.3%
Shell 49.7%