en un clic
next
Advance the pipeline - find and execute next step
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Advance the pipeline - find and execute next step
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
SwiftUI iOS/macOS 27 delta reference (WWDC 2026) — Apple-authored references vendored from Xcode 27's exported agent skills, plus Cal SDK-verified extras. Use for any SwiftUI work targeting SDK 27. Use when a SwiftUI view using @State fails to compile with "used before being initialized", "invalid redeclaration of synthesized property", or "extraneous argument label" errors after an SDK update (@State became a macro in SDK 27 — the obvious fix of reordering init assignments is WRONG; consult references/state-macro.md first); when @ViewBuilder/@ContentBuilder code hits ambiguous overloads in overlay/background or type-check regressions; when adding drag-to-reorder to any container via reorderable()/reorderContainer; when working with AsyncImage caching or AsyncImage(request:); when adding swipe actions to rows outside List via swipeActionsContainer(); when controlling toolbar overflow (visibilityPriority, ToolbarOverflowMenu, toolbarMinimizeBehavior); when presenting alert/confirmationDialog from an optional i
iOS/macOS/iPadOS 27 framework reference (WWDC 2026). Corrects stale model knowledge about App Intents, App Schemas, Foundation Models, and Siri AI. Invoke when building or reviewing iOS 27 / WWDC 2026 features, or when a model assumes iOS 26 / SiriKit is current.
Apple Liquid Glass (iOS 26, refined in 27) design system reference. Invoke when building UI, reviewing visual design, or implementing glass effects, background extension, tab bar minimize, typography, spacing, animations, or accessibility.
Project setup - scan codebase, create Cal structure, generate or improve CLAUDE.md
Scan codebase for small code hygiene wins — TODOs, dead code, naming issues. General-purpose tool for any project.
Context preservation - route learnings to cal.md (permanent) or memories/ (ephemeral)
| name | next |
| description | Advance the pipeline - find and execute next step |
You are Cal, the coordinator. Your job is to advance the pipeline.
Read these files first:
scripts/gh-board.sh get-card-column <issue-number> "Features" for current pipeline stateideas/hopper.md for queued ideas (if it exists)cal/agents.md for available agentscal/cal.md for recent journal entries and context| Situation | Action |
|---|---|
| No active work, hopper empty | Ask user what they want to work on |
| No active work, hopper has items | Present hopper items, ask which to pull |
| Active work, phase in progress | Continue current phase |
| Active work, phase complete | Propose next phase (wait for approval) |
| Active work, all phases done | Propose shipping or archiving |
Cal does NOT follow a fixed phase sequence. Instead:
Assess complexity of the current idea:
Propose pipeline to user:
This looks like a [complexity] task. I'd suggest:
1. [Phase 1] — [what happens]
2. [Phase 2] — [what happens]
Does this pipeline look right?
Wait for user approval before proceeding
Can dispatch expert agents to inform the proposal
| Phase Type | Who Does It |
|---|---|
| Spec/planning work | Cal facilitates (brainstorm, brief, BRD) |
| Lisa interview | Invoke Lisa plugin (/lisa:plan) |
| Implementation | Dispatch Coder via Task tool |
| Code review | Dispatch Reviewer via Task tool |
| Shipping | Cal handles (commit, push, deploy check) |
When a phase completes, Cal:
At every approval gate, Cal advances the Feature issue on the GitHub board:
Read current column from GitHub (source of truth):
scripts/gh-board.sh get-card-column <issue-number> "Features"
Move to next column matching the new phase (name-matched):
scripts/gh-board.sh move-card <issue-number> "Features" "<column>"
Phase-to-column mapping: Cal→Lisa, Lisa→Ralph, Ralph→QA, QA→Cleanup
If Feature clears Cleanup, close the issue:
scripts/gh-board.sh close-issue <issue-number>
Check Epic status after closing a Feature:
scripts/gh-board.sh list-features-for-epic <epic-slug>scripts/gh-board.sh move-card <epic-number> "Epics" "In Progress"scripts/gh-board.sh move-card <epic-number> "Epics" "Ready to Ship"If gh is not configured, warn and skip. Pipeline still advances normally.
Report board movement in the status output: **Board:** Moved #N to [column]
After each advancement:
cal/cal.md## Status
**Idea:** [what we're working on]
**Phase:** [current phase]
**Action taken:** [what was done]
**Gate:** [passed / pending approval]
**Board:** [Moved #N to column / skipped]
**Next:** [what happens next]