AI-Dev-Repo-Template-1
April 28, 2026 · View on GitHub
A GitHub template repository seeded with every primitive defined in AI-Dev-Workspace-Primitives.
Use this as the starting point for a new AI-assisted project. Click Use this template on GitHub, then fill in (or have an agent fill in) each UPPERCASE.md file at the repo root.
What's included
Every primitive is pre-seeded as a stub at the repo root with placeholder text and instructions to the user or agent on how to populate it:
| File | Primitive |
|---|---|
USER_PROFILE.md | Per-repo user profile |
ENVIRONMENT.md | Development and deployment environment |
SPEC.md | Authoritative project specification |
BUDGET.md | Financial constraints and cost mitigation |
PROJECT.md | Plan, architecture, decision history |
TOOLS.md | Necessary / available tools |
PROCESS.md | Project-specific dev processes |
RULES.md | Guardrails and authorizations |
PREFERENCES.md | Persistent stack preferences |
LOG.md | Raw agent work log |
STYLE.md | Brand palette / fonts / assets |
SCAFFOLDS.md | Preferred scaffold or reference |
DOCS.md | Documentation style guide |
GROUNDING.md | Whitelist of authoritative URLs |
SECRETS.md | Secrets manifest (never values) |
CONTEXT.md | Loose contextual scratchpad |
How to use
- Click Use this template → Create a new repository.
- Open each
UPPERCASE.mdand replace the<!-- ... -->placeholders. Or hand the repo to an agent and ask it to populate them based on conversation context. - Add a
CLAUDE.mdorAGENTS.mdat the root that injects everyUPPERCASE.mdas foundational context. - Delete primitives that aren't relevant to this project — opt-out is cheaper than opt-in.
See also
- Index of all primitive specs: AI-Dev-Workspace-Primitives