openpaul
    Preparing search index...

    Interface MustHaves

    Must-Haves - Goal-backward verification criteria

    interface MustHaves {
        artifacts?: Artifact[];
        key_links?: KeyLink[];
        truths?: string[];
    }
    Index

    Properties

    artifacts?: Artifact[]
    key_links?: KeyLink[]
    truths?: string[]