One-page reference for naming, formats, and conventions.
| Type |
Pattern |
Example |
| Vision |
NNN-<slug>.md |
001-product-vision.md |
| Contracts |
NNN-<slug>.md |
001-api-contract.md |
| Roadmap |
NNN-<slug>.md |
001-auth-migration.md |
| Logs |
DD-HHMMSS-<slug>.md |
15-143000-auth-batch-1.md |
| Architecture |
<slug>.md |
system-architecture.md |
| Specs |
NNN-<slug>.md |
012-rate-limiting.md |
| Batch cards |
NNN-<slug>.md |
034-apply-contract.md |
| Key |
Format |
Example |
| Generation |
gNN |
g01, g02 |
| Milestone |
gNN.NNN |
g01.003 |
| Log month |
YYYY-MM |
2026-04 |
| Log timestamp |
DD-HHMMSS |
15-143000 |
docs/
├── vision/
├── architecture/
├── contracts/
├── roadmaps/
│ ├── g01/
│ │ └── batch-cards/ (strict posture)
│ ├── g02/
│ │ └── batch-cards/ (strict posture)
│ ├── backlog/
│ └── generation-index.md
├── logs/
│ └── YYYY-MM/
├── policy/
├── research/ (optional)
├── schemas/ (optional)
├── templates/ (optional)
├── diagrams/ (optional)
└── specs/ (strict posture only)
| Situation |
Start With |
| Single repo, small team, clear scope |
Baseline |
| Multi-repo, high-risk boundaries, long autonomous runs |
Strict |
| Baseline repo needs tighter guardrails |
Lane-first strict adoption |
- Create
vision/001 before first roadmap milestone
- Define architecture before contracts
- Create contracts before roadmaps
- Log per batch, not per task
- Roadmaps span multiple batches/cards; batch cards own step detail
- Stop on planning gaps -- do not infer missing behavior
- One active generation in sequential mode; parallel mode allows multiple
- Backlog lives only at
roadmaps/backlog/
- Clean migrations only: move, update refs, remove legacy in one batch
Authoritative enumerations (batch-card fields, ready-state checks, closeout
shape) live in sections/07-delivery-framework-and-autonomy.md. One-page map of surfaces:
protocol-kernel.md.
effigy tasks # list available tasks
effigy doctor # check environment
effigy qa # run validation
effigy check:bundle # validate bundle integrity
effigy qa:docs # validate docs structure
effigy check:posture-advisory # optional non-blocking docs posture warnings
| Skill |
When to Use |
northstar |
All Northstar work: plan, normalize/migrate docs, recover, research; handoff only when explicitly requested (see skill router) |