Create immutable project North Star documents
ns-createcommandsetup L1★0
elevanaltd/eav-cep-assist ↗What it does
Create immutable North Star document from existing project constraints
Best for
Project anchoring when you need an immutable baseline of success criteria that constrains all future decisions.
Inputs
- · [object Object]
- · [object Object]
- · [object Object]
Outputs
- · [object Object]
- · [object Object]
Requires
- · Bash (find, read existing ADRs)
- · Read, Write
- · Glob (search for 000-* patterns)
Preconditions
Project directory exists; existing North Stars readable if present (no creation without this); project context is documentable
Failure modes
- · Existing North Stars not read (mandatory pre-creation step)
- · North Star is mutable (allows revisions instead of immutable baseline)
- · Success criteria are vague or unquantifiable
- · Non-Goals section missing (no scope boundaries)
- · North Star contradicts existing architecture decisions
Trust signals
- · Mandatory read-first step (search and read existing North Stars before creating)
- · Immutable posture (once created, not revised — superseded by new North Star if needed)
- · Scope boundaries explicit (non-goals section)
- · Success metrics are measurable, not aspirational
- · References existing ADRs and constraints