Skip to main content

Pack layout

After pipeline-kit init

.pipeline/
config.json
loader/
skills/
agents/
rules/
workflows/
wiki/
commands/ # placeholder; none shipped
adapters/ # copied pieces as needed
docs/ # CUSTOMER-GUIDE, DOCUMENT-STANDARD, OBSERVABILITY
hooks/obs/ # collector scripts; merged by obs install
features/ # run artifacts (gitignored by most teams)

IDE adapter (one of):

.cursor/skills/run-workflow/
.claude/skills/run-workflow/
.github/skills/run-workflow/

Kit repository (this repo)

PathRole
pyproject.toml / install.shInstall the pipeline-kit command
install.pyCLI implementation
kit/pipeline/Bundled pack copied to <app>/.pipeline
knowledge/QA overlay commands
pipeline_plugins/Graphify and Archify lifecycle
pipeline_features/Feature flag CLI
pipeline_observability/Obs CLI, scoring, adapters
CUSTOMER-GUIDE.mdCanonical handbook
OBSERVABILITY.mdCanonical obs handbook
website/This documentation site (not copied into packs)
tests/pytest