Consulting / Agency — Multi-Client Delivery
Reusable pipeline for multiple clients with compliance docs as part of the delivery.
Architecture diagram
Context
Consulting firm managing multiple clients with heterogeneous requirements (Jira+PDF, GDocs, Email+screenshots). Standardized delivery pipeline including code, security report, compliance report, and provenance.
Flow with 4 tools
◻ Phase 01 — intake
Universal normalization
Normalizes requirements from any client source.
◻ intake
intake init "ClientA - Employee Portal" \
--source jira://clientA/PROJECT \
--source docs/clientA-requirements.pdf \
--format architect △ Phase 02 — architect
Reusable pipeline
Client-parameterized delivery pipeline.
△ architect
architect pipeline pipelines/client-delivery.yaml \
--var client="clientA" ◇ Phase 03 — vigil
Pre-delivery security
Security scan before client delivery.
◇ vigil
vigil scan projects/clientA/ --format sarif --output delivery/vigil-clientA.sarif ⬡ Phase 04 — licit
Compliance docs as deliverable
Generates compliance report and Annex IV as part of the deliverable.
⬡ licit
licit init && licit trace
licit connect vigil --sarif delivery/vigil-clientA.sarif
licit report --format html --output delivery/compliance-clientA.html
licit annex-iv