Skip to main content

Quickstart

Follow this quickstart to begin using this documentation workflow.

1. Install dependencies

npm install

2. Start local docs

npm start

3. Build for CI/production

npm run build

4. Basic workflow

  1. Define objective and constraints.
  2. Write a clear prompt.
  3. Let the agent produce a draft.
  4. Validate output against acceptance criteria.
  5. Commit using conventional commits.
  6. Open PR with the required template.

Next setup steps