| name | haipipe-application |
| description | Application layer orchestrator (the application umbrella). Routes every session-style workflow in the haipipe stack: intervention lifecycle (seed โ pitch โ [venue] โ claims โ narrative โ display โ minimap โ draft โ review โ deploy โ iterate) and research questions (ask). Same stage vocabulary as paper. Venue (SMS, checklist, dashboard, report, etc.) determines which stages fire, claims depth (light/medium/full), and whether gates run. One generic draft skill reads the venue profile โ no format-specific sub-skills. Trigger: ask, question, session, intervention, enter, status, seed, pitch, venue, claims, narrative, display, minimap, draft, review, deploy, iterate, round, sms, message, /haipipe-application. |
| argument-hint | [verb] [intent...] |
| allowed-tools | Bash, Read, Grep, Glob, Skill |
| metadata | {"version":"4.0.0","last_updated":"2026-06-23","summary":"Application layer orchestrator โ venue-driven lifecycle, single draft skill.","changelog":["4.0.0 (2026-06-23): remove format specialists (message/ui/report) โ absorbed into venue profiles; remove context + plan skills โ absorbed into lifecycle orchestrator and claims stage; single draft skill reads venue profile.","3.0.0 (2026-06-23): rename stages to paper vocabulary; add venue; venue-driven stage requirements.","2.0.0 (2026-06-22): restructured around intervention lifecycle.","1.0.0 (2026-05-31): baseline."]} |
Skill: haipipe-application (orchestrator)
User-facing entry for every session-style workflow in the toolkit.
An intervention = one user intent, one lifecycle folder, one set of
evidence-backed artifacts.
Core idea
Same lifecycle vocabulary as paper. The venue (output modality)
determines which stages fire, how deep claims goes, and whether
gates run.
Simple (SMS): seed โ pitch โ claims(light) โ draft
Medium (email): seed โ pitch โ claims(medium) โ narrative โ draft
Complex (dashboard): seed โ pitch โ claims(full) โ narrative โ display โ minimap โ draft
One draft skill reads the venue profile โ the venue profile IS the
instruction set. No format-specific sub-skills.
Architecture (v4)
application/
โโโ haipipe-application/ โ THIS: router + umbrella
โ
โโโ 0-enter/ Intervention Console
โ โโโ haipipe-application-enter/ derive-from-disk dashboard
โ
โโโ 1-lifecycle/ Per-stage skills (same names as paper)
โ โโโ haipipe-application-lifecycle/ stage orchestrator (venue-aware)
โ โโโ haipipe-application-seed/ Stage 0: opportunity
โ โโโ haipipe-application-pitch/ Stage 1: one-sentence goal
โ โโโ haipipe-application-venue/ Venue selection (pins in STATUS.md)
โ โโโ haipipe-application-claims/ Stage 2: K/W selection or claim ledger
โ โโโ haipipe-application-narrative/ Stage 3: arc structure (venue-gated)
โ โโโ haipipe-application-display/ Stage 4: content elements (venue-gated)
โ โโโ haipipe-application-minimap/ Stage 5: widget jobs (venue-gated)
โ
โโโ 2-rounds/ Feedback + iteration cycles
โ โโโ haipipe-application-round/
โ
โโโ 3-draft/ Single draft skill
โ โโโ haipipe-application-draft/ reads venue profile, generates artifact
โ
โโโ 4-review-deploy/ Review + ship
โ โโโ haipipe-application-review/ artifact review
โ โโโ haipipe-application-claim-audit/ claim-evidence audit
โ โโโ haipipe-application-deploy/ deploy to channel (stub)
โ
โโโ 5-iterate/ Post-deploy refinement
โ โโโ haipipe-application-iterate/
โ
โโโ _venue/ Venue profiles (knowledge, not skills)
โ โโโ venue-sms/ README + style-profile + exemplars/
โ โโโ venue-push/
โ โโโ venue-reminder/
โ โโโ venue-checklist/
โ โโโ venue-email/
โ โโโ venue-dashboard/
โ โโโ venue-ui-card/
โ โโโ venue-report/
โ โโโ _SCHEMA.md
โ
โโโ _audience/ Audience profiles (knowledge)
โ โโโ profile-patient/
โ โโโ profile-clinician/
โ โโโ profile-regulator/
โ โโโ profile-executive/
โ โโโ _SCHEMA.md
โ
โโโ shared/ Cross-cutting machinery
โโโ haipipe-application-ask/ evidence engine (full-claims GAPs)
โโโ haipipe-application-gate/ phase gate (venue-gated)
Stage requirements per venue
seed pitch claims narrative display minimap gate
โโโโโ โโโโโ โโโโโโ โโโโโโโโโ โโโโโโโ โโโโโโโ โโโโ
venue-sms req req req skip skip skip skip
venue-push req req req skip skip skip skip
venue-reminder req req req skip skip skip skip
venue-checklist req req req optional skip skip optional
venue-email req req req req optional skip optional
venue-dashboard req req req req req req req
venue-ui-card req req req req req optional req
venue-report req req req req req req req
Claims depth per venue
light (sms, push, reminder) select K/W for template slots
medium (checklist, email) select + gap check
full (dashboard, ui-card, report) claim ledger + probe plans
Two shaping axes
Venue = structure, constraints, which stages fire, claims depth.
Audience = tone, language, citation format, evidence depth.
Both are knowledge (profiles), not skills. Venue is primary
(structure). Audience is secondary (style within structure).
Commands
/haipipe-application enter <path> Intervention Console
/haipipe-application status [path] dashboard
/haipipe-application seed Stage 0
/haipipe-application pitch Stage 1
/haipipe-application venue [name] pin venue
/haipipe-application claims Stage 2 (depth per venue)
/haipipe-application narrative Stage 3 (if venue requires)
/haipipe-application display Stage 4 (if venue requires)
/haipipe-application minimap Stage 5 (if venue requires)
/haipipe-application draft generate artifact (reads venue profile)
/haipipe-application review review artifact
/haipipe-application claim-audit claim-evidence audit
/haipipe-application deploy deploy (stub)
/haipipe-application round [new|triage] round management
/haipipe-application iterate post-deploy refinement
/haipipe-application probe run batch-dispatch probe plans
/haipipe-application ask <question> evidence session (legacy/direct)
Verb Map
verb โ dispatch
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
enter, status, dashboard โ haipipe-application-enter
seed, opportunity, why โ haipipe-application-seed
pitch, goal, story โ haipipe-application-pitch
venue, format, modality, sms, dashboard, ... โ haipipe-application-venue
claims, K/W, evidence, what must be true โ haipipe-application-claims
narrative, arc, structure โ haipipe-application-narrative
display, panels, widgets, elements โ haipipe-application-display
minimap, jobs, assignments โ haipipe-application-minimap
draft, write, create, generate, make โ haipipe-application-draft
review, check, compliance โ haipipe-application-review
claim-audit, verify claims โ haipipe-application-claim-audit
deploy, ship, go live โ haipipe-application-deploy
round, feedback, iteration โ haipipe-application-round
iterate, A/B, performance โ haipipe-application-iterate
probe, probe run โ shared/haipipe-application-ask
ask, question, research โ shared/haipipe-application-ask
message, msg โ haipipe-application-draft (venue=sms)
(no verb, intervention path given) โ haipipe-application-enter
Boundary with insight
application READS โ insight (always)
application WRITES โ insight (ask + iterate file cards)
application TRIGGERS โ probe (via ask, for full-claims GAPs)
insight NEVER reads from applications/
Reference docs
ref/intervention-lifecycle.md stage spine + venue table + maturity
ref/intervention-dashboard.md derive-from-disk contract
haipipe-application/ref/ shared ref docs
session-state-schema.md
gate-persona.md
attendance-modes.md
audience-requirements.md
application-input-contract.md
data-contract-schema.md
report-template.md
delivery-need.md