Skip to main content

create-checkpoint

Record a concise, durable checkpoint for an active coding task when the user asks to save progress, mark a milestone, or prepare continuity.

Zur Installation springen

Quellinformationen

Repository
hoangsonww/AI-Agents-Orchestrator
Letzte Quellaktivität
19. September 2026 um 08:03
Erkannte Sprache von SKILL.md
Englisch
Sterne
83
Forks
28

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
create-checkpoint
description
Record a concise, durable checkpoint for an active coding task when the user asks to save progress, mark a milestone, or prepare continuity.
# Create Checkpoint Confirm there is an active task with `ai_collaboration.current_task`. Then inspect current Git state and recent test history before writing a checkpoint. Call `ai_collaboration.record_checkpoint` with: - `summary`: what is complete, what remains, material decisions, and known risks; - `next_action`: one concrete action the next agent can perform; - `provider`: the current agent name when known. Do not claim tests passed unless a captured or freshly observed result supports it. Do not include secrets or paste large logs. A checkpoint records context; it does not commit, push, or change task status.
Auf GitHub ansehen