/vision
Create or update root VISION.md: the compact project north star that gives
cold agents, maintainers, and future contributors the same answer to "what are
we building, why, and what kind of excellence matters here?"
Conversational first. Artifact always.
Contract
- Ask the operator what the deal is unless the request already contains enough
project intent. One good question at a time; use the interrogate-first lens
(
harnesses/shared/references/interrogate-first.md) when hidden decisions matter.
- Read the live repo before drafting: existing
VISION.md, AGENTS.md,
README*, positioning/product docs, roadmap/backlog, manifests, examples,
demos, tests, screenshots, and repo-local skills or prompts that encode
product behavior.
- Research just enough. Start local, then sibling/adjacent projects when they
explain fit, then web or external exemplars only when category, audience,
competition, or public-facing positioning is unclear.
- Clarify lifespan. Is this a spike, internal utility, consulting artifact,
product substrate, long-lived product, or public standard? The answer changes
tone, maintenance bar, backlog ambition, and non-goals.
- Write the root artifact at
VISION.md. Do not tuck the canonical artifact in
docs/ unless repo evidence proves root is wrong.
- Let the project determine the structure. No required headings, no house
template. Keep it tight enough that agents will actually read it.
- Capture what is uniquely load-bearing: intent, philosophy, audience,
category, fundamentals, standards, non-goals, strategic bets, and what
excellent looks like over the horizons the project needs.
- Wire consumers, not copies. When
VISION.md is created or materially changed,
update relevant repo-local AGENTS.md, skills, prompts, or runbooks with
pointer lines to VISION.md; never duplicate vision prose into them.
Quality Check
Load references/vision-quality.md when drafting, reviewing, or updating the
artifact. Use it as a taste/checklist reference, not a template.
Output
Finish with:
- What changed in
VISION.md.
- What questions were answered, deferred, or still need the operator.
- Sources read: local files, sibling projects, external references, and what
each changed.
- Consumers wired:
AGENTS.md, skills, prompts, runbooks, or explicit none.
- Residual risk: stale assumptions, missing competitive context, or unclear
lifespan.
Verification
For repo edits:
test -f VISION.md
rg -n "VISION\\.md" AGENTS.md .agents .codex .claude .pi .antigravitycli skills 2>/dev/null
Then run the repo's named gate. In Harness Kit itself, that is:
cargo run --locked -p harness-kit-checks -- check --repo .
Gotchas
- Generic mission statement. If it could describe three other repos, it failed.
- Over-prescribed structure. A beautiful template can erase the project's real
shape.
- Backlog dump. Vision decides what belongs; it is not a sorted task list.
- Marketing voice by default. Use marketing language only when that is the
repo's real surface.
docs/vision.md drift. Root VISION.md is the default canonical path.
- Stale consumers. If local harness primitives keep making direction calls from
old prose, the vision is decorative.
- Research theater. A giant competitive map is waste unless it changes a
decision.
1---2name: vision3description: Create or update root VISION.md as a first-class project north-star artifact. Conversational project interrogation, repo/workspace research, competitive or exemplar scan, lifespan clarification, philosophy distillation, and wiring repo-local harness primitives to read it. Use when: "vision", "vision.md", "project vision", "north star", "what is this project", "clarify product direction", "write/update VISION.md", "project philosophy", "why does this repo exist". Trigger: /vision, /north-star.4---56# /vision78Create or update root `VISION.md`: the compact project north star that gives9cold agents, maintainers, and future contributors the same answer to "what are10we building, why, and what kind of excellence matters here?"1112Conversational first. Artifact always.1314## Contract1516- Ask the operator what the deal is unless the request already contains enough17 project intent. One good question at a time; use the interrogate-first lens18 (`harnesses/shared/references/interrogate-first.md`) when hidden decisions matter.19- Read the live repo before drafting: existing `VISION.md`, `AGENTS.md`,20 `README*`, positioning/product docs, roadmap/backlog, manifests, examples,21 demos, tests, screenshots, and repo-local skills or prompts that encode22 product behavior.23- Research just enough. Start local, then sibling/adjacent projects when they24 explain fit, then web or external exemplars only when category, audience,25 competition, or public-facing positioning is unclear.26- Clarify lifespan. Is this a spike, internal utility, consulting artifact,27 product substrate, long-lived product, or public standard? The answer changes28 tone, maintenance bar, backlog ambition, and non-goals.29- Write the root artifact at `VISION.md`. Do not tuck the canonical artifact in30 `docs/` unless repo evidence proves root is wrong.31- Let the project determine the structure. No required headings, no house32 template. Keep it tight enough that agents will actually read it.33- Capture what is uniquely load-bearing: intent, philosophy, audience,34 category, fundamentals, standards, non-goals, strategic bets, and what35 excellent looks like over the horizons the project needs.36- Wire consumers, not copies. When `VISION.md` is created or materially changed,37 update relevant repo-local `AGENTS.md`, skills, prompts, or runbooks with38 pointer lines to `VISION.md`; never duplicate vision prose into them.3940## Quality Check4142Load `references/vision-quality.md` when drafting, reviewing, or updating the43artifact. Use it as a taste/checklist reference, not a template.4445## Output4647Finish with:48491. What changed in `VISION.md`.502. What questions were answered, deferred, or still need the operator.513. Sources read: local files, sibling projects, external references, and what52 each changed.534. Consumers wired: `AGENTS.md`, skills, prompts, runbooks, or explicit none.545. Residual risk: stale assumptions, missing competitive context, or unclear55 lifespan.5657## Verification5859For repo edits:6061```sh62test -f VISION.md63rg -n "VISION\\.md" AGENTS.md .agents .codex .claude .pi .antigravitycli skills 2>/dev/null64```6566Then run the repo's named gate. In Harness Kit itself, that is:6768```sh69cargo run --locked -p harness-kit-checks -- check --repo .70```7172## Gotchas7374- Generic mission statement. If it could describe three other repos, it failed.75- Over-prescribed structure. A beautiful template can erase the project's real76 shape.77- Backlog dump. Vision decides what belongs; it is not a sorted task list.78- Marketing voice by default. Use marketing language only when that is the79 repo's real surface.80- `docs/vision.md` drift. Root `VISION.md` is the default canonical path.81- Stale consumers. If local harness primitives keep making direction calls from82 old prose, the vision is decorative.83- Research theater. A giant competitive map is waste unless it changes a84 decision.