openpaul
    Preparing search index...

    Type Alias TaskType

    TaskType:
        | "auto"
        | "checkpoint:human-verify"
        | "checkpoint:decision"
        | "checkpoint:human-action"

    Task - Individual unit of work within a plan

    Each task has:

    • Type (auto, checkpoint:human-verify, checkpoint:decision, checkpoint:human-action)
    • Name (descriptive identifier)
    • Files (paths to create/modify)
    • Action (implementation instructions)
    • Verify (how to test completion)
    • Done (acceptance criteria)