| name | haipipe-application-round |
| description | Round management for the intervention lifecycle. Captures stakeholder/clinician review feedback, A/B test results, or iteration decisions into dated round folders. Triages todo items back to lifecycle stages. Modeled on the paper family's round stage (paper/S10-round/round/). Trigger: round, feedback round, review round, iteration, /haipipe-application round. |
| argument-hint | [new|enter|triage|close] [intervention-path] |
| allowed-tools | Bash, Read, Write, Edit, Grep, Glob, Skill |
| metadata | {"version":"0.1.2","last_updated":"2026-08-06","summary":"Round management โ dated work rounds: feedback intake, triage to the owning stage, iteration cycles. History: ./CHANGELOG.md."} |
Skill: haipipe-application-round
First-class working memory for revision cycles. Each round captures
one batch of feedback (stakeholder review, clinician input, A/B test
results) and routes actionable items back to lifecycle stages.
Round folder structure
1-rounds/
โโโ latest.md โ pointer to active round
โโโ vYYMMDD/
โโโ README.md round header (source, date, purpose, status)
โโโ discussion.md raw review / meeting text / test results
โโโ decisions.md decisions accepted as intent
โโโ todo.md open needs, routed to lifecycle stages
โโโ applied.md backfill log: what changed where
Commands
/haipipe-application round new create new round folder
/haipipe-application round enter read current round status
/haipipe-application round triage route todo items to stages
/haipipe-application round close mark round closed
Round lifecycle
open โ collect discussion โ extract decisions โ triage todo
โ record applied โ close (or keep active)
Triage targets
symptom in todo โ route to
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
"claim X not convincing" โ claims (update status)
"tone too clinical for patients" โ draft/artifact (audience pass) or section-edit
"add a variant for Spanish speakers" โ draft/artifact (new artifact version)
"timing should be 24h not 48h" โ pitch (theory of change) or display (element spec)
"SMS too long" โ draft/artifact (re-compose per venue limits)
"click rate below threshold" โ iterate โ pitch or claims (re-evaluate)
"need evidence for X" โ claims (GAP โ a question in 1-probes/)
"channel wrong for this audience" โ venue (re-pin; pitch+ re-couple; the ladder survives)
README.md schema
# Round: vYYMMDD
- **Source:** clinician review | A/B test results | stakeholder mtg
- **Date:** YYYY-MM-DD
- **Purpose:** <one sentence>
- **Maturity at open:** <maturity from STATUS.md>
- **Status:** open | closed
Workflow (new round)
Step 1: Create 1-rounds/vYYMMDD/ with 5 empty files.
Step 2: Update 1-rounds/latest.md โ vYYMMDD.
Step 3: User pastes discussion content (review text, test data).
Step 4: Extract decisions from discussion.
Step 5: Triage: route each decision to a lifecycle stage.
Step 6: As changes are applied, log in applied.md.
Step 7: When all todo items resolved โ close round.
Risk profile
WRITES round folder files. Does NOT modify lifecycle artifacts
directly โ routes todo items which the lifecycle skills apply.