scbe-longform-work

Coordinate long-running implementation and research tasks with durable checkpoint artifacts.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-longform-work
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scbe-longform-work
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/.claude/skills/scbe-longform-work
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-longform-work

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams coordinate long-running implementation and research tasks by providing checkpointed handoffs and durable continuity across sessions and agents.

Core Features & Use Cases

  • Break objectives into phases with clear done criteria.
  • Emit compact checkpoint artifacts at phase boundaries and enable deterministic resume from checkpoints.
  • Maintain audit trails with phase plans, session handoffs, and decision logs for governance and traceability.
  • Use cases include multi-session experiments, multi-agent workflows, and long-form research programs that exceed context limits.

Quick Start

Outline the objective, split it into phases, and begin the first phase with checkpointing enabled.

Frequently Asked Questions about scbe-longform-work

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain state for long-running workflows across multiple sessions?

Maintain state for long-running workflows by emitting durable checkpoint artifacts like phase plans and session handoffs, enabling deterministic resume points across multiple sessions and agents.

What is the best way to resume multi-phase projects from a deterministic checkpoint?

Resume multi-phase projects by reading explicit checkpoint artifacts such as session_handoff_latest.md and decision_log.jsonl, which provide compact status tracking for deterministic continuation.

How do you handle agent handoffs for long-form research programs that exceed context limits?

Handle agent handoffs for long-form research by breaking objectives into phases with clear done criteria and emitting compact checkpoint artifacts at phase boundaries to ensure reliable continuity.

Do I need explicit artifacts to ensure auditability for multi-agent workflows?

Yes, ensuring auditability for multi-agent workflows requires explicit artifacts like phase_plan.md and decision_log.jsonl to provide governance, traceability, and reliable handoffs across sessions.

When do I need durable checkpoints for long-running implementation tasks?

You need durable checkpoints for long-running implementation tasks when projects span multiple phases or agents requiring reliable handoffs, compact status artifacts, and deterministic resume points.