nexus-agents - v2.80.0
    Preparing search index...

    Interface TaskCommitment

    Orchestrator's directional commitment, emitted before decomposition (#1827). Modeled after the frontend-design plugin's Design Thinking pre-phase.

    interface TaskCommitment {
        purpose: string;
        approach: string;
        differentiation: string;
        constraints: string[];
    }
    Index

    Properties

    purpose: string

    What this task is fundamentally about (one sentence).

    approach: string

    The non-obvious choice being made.

    differentiation: string

    What would make the output worse if solved by default patterns.

    constraints: string[]

    Hard limits: deadlines, scope boundaries, invariants.