Skip to content

Latest commit

 

History

History
98 lines (64 loc) · 3.59 KB

File metadata and controls

98 lines (64 loc) · 3.59 KB

Operator Quick Start

Use this page when you want to decide what to do next without wading through the rest of the docs.

For the one-page map from posture to canonical doctrine files (before you open long sections), read ../protocol-kernel.md, then ../visual-map.md if you still need the hierarchy picture.

Start With The Real First Question

Is this repo healthy and actively moving, or unclear and drifting?

Healthy And Active

If the repo already has live docs and an active roadmap lane:

  1. open the repo docs front door
  2. open the generation index
  3. open the active milestone
  4. open the latest relevant log
  5. use the governing contracts only when the milestone or log points at them

This is the shortest normal path to a valid next batch.

Unclear, Missing, Or Drifted

If you cannot trust the current state:

  • if contracts, authority, or system coverage are missing, the project still needs planning

  • if the roadmap exists but no longer feels trustworthy, it needs recovery

  • if you are not sure which of those is true, run the sweep pack first

  • sweeps/README.md

  • 08-planning-gate-sweep.md

Then Choose The Right Kind Of Work

Invoke the northstar skill and open skills/northstar/references/router.md to pick one mode:

  • No real planning yet -> planning: plan-from-scratch
  • Sound planning; need milestones or batches -> planning: compile-roadmaps
  • Plan was right but changed -> recovery: replan-after-change
  • Drifted or messy state -> recovery: refocus-drifted-project or sweep-audit-repair
  • Research -> contracts/architecture -> research
  • Bootstrap, migrate, or spine hygiene -> normalize-docs
  • Explicit continuation brief / fresh thread -> handoff only (not bare continue)

If You Want Clear Prompting, Say It Plainly

  • “Plan this system before we build” -> northstar (plan-from-scratch)
  • “Lay out the next few roadmaps from the current contracts” -> northstar (compile-roadmaps)
  • “Replan this after the contract change” -> northstar (replan-after-change)
  • “Refocus this project under Northstar” -> northstar (refocus-drifted-project)
  • “Turn this memo into contracts” -> northstar (research)
  • “Create a handoff for the next thread” -> northstar (handoff mode)

If humans are going to reuse the same opener across multiple threads, use:

If You Need An Example

If You Are New To Northstar

Start here instead of wading through all docs:

  1. Visual Map -- one-page overview of how everything fits
  2. Glossary -- terminology reference
  3. Cheat Sheet -- naming conventions and quick rules

Normal Loops

Healthy active repo:

repo docs -> generation index -> active milestone -> latest log -> next batch

Drifted or unclear repo:

sweep -> choose entry point -> repair/complete planning -> compile roadmap -> execute batch -> log -> handoff

Maintenance-Only Support

These are for maintaining Northstar itself, not for normal repo operation:

Next task

Validate whether the new visual map and glossary actually reduce the time from "open repo" to "start next batch" for active operators.