-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathllms.txt
More file actions
36 lines (27 loc) · 2.39 KB
/
Copy pathllms.txt
File metadata and controls
36 lines (27 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Agentic Workspace Starter Kit
> A kit for standing up shared, agentic product workspaces: one place where a team and their agents share context, boundaries, vocabulary, and reusable procedures. Harness-agnostic and model-agnostic. Plain markdown, JSON, and shell.
## Start here
- [AGENTS.md](AGENTS.md): the source-of-truth agent instructions for working in this kit (Claude Code reads CLAUDE.md, which imports AGENTS.md).
- [START-HERE.md](START-HERE.md): the operating model in plain language and how to adopt it.
- [README.md](README.md): human-facing overview and quickstart.
## Docs
- [docs/architecture.md](docs/architecture.md): three-layer model and the authority chain.
- [docs/phased-adoption.md](docs/phased-adoption.md): Crawl / Walk / Run adoption path.
- [docs/local-setup.md](docs/local-setup.md): harness- and model-agnostic setup.
- [docs/harness-and-model-agnostic.md](docs/harness-and-model-agnostic.md): why the kit stays portable.
- [docs/collaboration-and-governance.md](docs/collaboration-and-governance.md): the two lanes, optional review/ownership, and git/Drive setup.
- [docs/context-fabric.md](docs/context-fabric.md): the shared-context catalog.
- [docs/directory-and-naming-standard.md](docs/directory-and-naming-standard.md): kebab-case directory rule.
- [docs/glossary.md](docs/glossary.md): shared vocabulary.
## Templates and scripts
- [templates/workspace/](templates/workspace/): copy-to-create workspace scaffold.
- [templates/support/](templates/support/): the complete support engine — skills, Context Fabric, tools, validation, doctrine. Installs verbatim.
- [scripts/install-support.sh](scripts/install-support.sh): install or upgrade the support engine in a workspace.
- [scripts/new-workspace.sh](scripts/new-workspace.sh): scaffold a new workspace.
- [scripts/validate-workspace.sh](scripts/validate-workspace.sh): check a workspace's invariants.
- [scripts/seed-sandbox.sh](scripts/seed-sandbox.sh): regenerate the example sandbox.
## Examples
- [reference/anatomy.md](reference/anatomy.md): one-page visual anatomy of the kit (renders on GitHub).
- [reference/sandbox/](reference/sandbox/): a fully populated, fictional workspace to trial.
- [reference/example-walkthrough.md](reference/example-walkthrough.md): a fictional team adopting the kit end to end.
- [reference/reference-implementation.md](reference/reference-implementation.md): how the model maps onto a mature deployment.