← ClaudeAtlas

consult-pipelinelisted

Trigger on "consult pipeline", "cos pipeline", "new prospect workflow", "run engagement pipeline", "build proposal end to end", "resume engagement", "/cos-plan", "/cos-resume". Orchestrates CAPTURE through SUMMARY with mandatory human checkpoints. Invokes existing consult-* and timeln-* skills at each stage — never duplicates Timeln logic. NOT a substitute for single-stage skills when user only wants one artifact.
Timelnapp/skills · ★ 0 · AI & Automation · score 75
Install: claude install-skill Timelnapp/skills
# Consult Pipeline -- Solo-Founder Engagement Orchestrator Runs the full pursuit workflow: **CAPTURE → RESEARCH → FRAME → DESIGN → INTEGRITY → ARCHITECT → BUILD → REVIEW → PACKAGE → PURSUE → DELIVER → CLOSE → SUMMARY**. Human decides at every checkpoint. Max **2 revision loops** between REVIEW and DESIGN. Reads/writes **`engagement-passport.yaml`** in the prospect folder. ## Required skills (invoke — do not reimplement) | Layer | Skills | |---|---| | Consult build | `consult-frame`, `consult-arc`, `consult-gates`, `consult-acceptance`, `consult-commercial` | | Consult quality | `consult-integrity`, `consult-consistency-lint`, `consult-red-team` | | Consult ship | `consult-package`, `consult-pursue` | | Timeln (every stage — see table below) | `timeln-find`, `timeln-decided`, `timeln-shipped`, `timeln-warned`, `timeln-quickly`, `timeln-plan` | | Architecture | `arch-diagrams` (external) | ## Prospect folder layout **Cold-start pursue** (`/cos-pursue` with client + topic only): all files flat under `prospects/{slug}/` — see `../consult-pursue/cold-start/EXAMPLES.md`. **Full pipeline** (`/cos-plan`): nested under `Output/{Client}-Engagement/`: ``` prospects/{slug}/ ├── engagement-passport.yaml ├── Input/ # transcripts, RFPs, briefs └── Output/ └── {Client}-Engagement/ ├── 00-research.md ├── 01-frame.md ├── 02-arc.md ├── 03-gates.md ├── 04-acceptance.md ├── 05-commercial.md ├── integrity-3.5.md