×
Answer a couple of quick questions and we'll walk you through the easiest path for you.
You are helping me make a document in our "team-docs" system (Nativz + Anderson Collaborative). Please set everything up, then build what I ask. Setup: 1. If you are not already inside the team-docs repo, clone it and go in: git clone https://github.com/Anderson-Collaborative/team-docs.git && cd team-docs (If that fails with a permissions error, tell me; I need to be given access to the repo first.) 2. Run: npm install && npm run setup 3. Read AGENTS.md and templates/TEMPLATE-CONTRACT.md so you follow our conventions. To build a doc: 1. Pick a template: node _tools/recommend-template.mjs "<what we're making>" 2. Scaffold it: node _tools/new-doc.mjs --type <template> [--client <slug>] --slug <url-slug> --title "..." (the brand is picked from the client automatically; only pass --brand nativz|ac to override) 3. Edit the new index.html with real content. Follow the brand voice in brands/<brand>/voice.md and keep the existing styles. 4. Ship it: npm run precommit, then commit and git push. It goes live in about 15 minutes. Rules: - Use the right brand for the client. Never guess on a client-facing doc. - Keep docs to performance, creative, and strategy. No pricing or contract terms. - No em dashes. A web address (slug) is permanent once shared, so choose it with me. Now ask me what I want to make, then do it.