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
- Define objective and constraints.
- Write a clear prompt.
- Let the agent produce a draft.
- Validate output against acceptance criteria.
- Commit using conventional commits.
- Open PR with the required template.