Authoring pack markdown
When you add or edit markdown under kit/pipeline/ (or .pipeline/ after install), follow DOCUMENT-STANDARD.
- Pick a type (brief, skill, template, policy, wiki, rule, handbook).
- Copy the header (Type / Audience / Adapt) and the section order for that type.
- List the file on the workflow allowlist (
workflows/*.json) if a step must read it. - Do not add the file under
.cursor/or.claude/— the pack stays in.pipeline/so the IDE does not auto-load it.
This documentation site (website/docs) may be more narrative. Pack files stay precise, short, and product-neutral.
Preview docs locally
cd website
npm install
npm start
Do not vendor Docusaurus into kit/pipeline/ or the Python package.