2Layer 2 · Reference Approach
Quickstart with Claude Code.
Skip the manual steps. Copy one prompt, paste it into Claude Code, and it scaffolds the pipeline, converts your documents, and wires the gate, asking you for the specifics as it goes.
Prefer to do it by hand? See the manual quickstart →
The prompt.
The button copies the prompt and opens claude.ai/code, where you paste and send. Or run claude in your terminal and paste.
What you'll need.
Claude Code
The terminal
claude CLI, the desktop app, or the web app at claude.ai/code. Install from claude.com/claude-code.A GitHub repo
New or existing. Claude adds the pipeline and workflows in a branch and opens a pull request, so nothing lands on
main until you approve it.What Claude will do.
It follows the same path as the manual quickstart, drives it for you, and stops to ask whenever a decision is yours.
01
Add docassert + the CI workflows
the tool, plus audit / consistency / status-pages
02
Anchor your project
project.md with a unique id, code, and a profile
03
Convert your documents
into the standard templates, with gaps marked as TODOs
04
Validate and check consistency
and fix whatever blocks a merge
05
Derive the status page
RAG, coverage, and the required-document set
06
Explain the repo setup
branch protection and Pages, the one-time manual settings
More prompts.
Smaller, targeted asks once you're set up.
What's next
See the steps Claude runs in the manual quickstart, or browse the document kinds and guides.