This repository is a drop-in starter kit for adopting the: AI-Forward Coding Principles and the AIo documentation specification specification
Find a file
Wandering Monster 844c7ceeee docs(roadmap): mark Stage 0.4 complete, open Stage 0.4.1 (DNS follow-up)
Stage 0.4 delivered as AIo@da660ef: Forgejo Actions workflow on v*.*.*
tags, schemas/PUBLISHING.md, and schemas/examples/fixture-schema-validation.yaml.
Canonical $id remains reserved; tag-pinned Forgejo raw URL is the
mandatory fallback until Stage 0.4.1 provisions aio.wanderingmonster.dev
and replaces the canonical-deploy stub. Stage 0 completion ticks 4%->5%.
2026-04-16 16:49:18 +01:00
.ai-forward feat(kit): add document templates 2026-04-15 11:41:27 +01:00
docs docs: add kit governance and dogfooded documentation 2026-04-15 11:46:20 +01:00
.gitignore chore: initial repository structure 2026-04-15 11:39:34 +01:00
ADOPT.md feat(repo): add adoption walkthroughs 2026-04-15 11:46:05 +01:00
aio-ai-forward-v0_3-roadmap.md docs(roadmap): mark Stage 0.4 complete, open Stage 0.4.1 (DNS follow-up) 2026-04-16 16:49:18 +01:00
CHANGELOG.md chore: initial repository structure 2026-04-15 11:39:34 +01:00
claude-code-foundation-prompt.md docs(v0.3): add roadmap, foundation prompt, and advisor prompt 2026-04-16 11:06:32 +01:00
claude-design-advisor-prompt.md docs(v0.3): add roadmap, foundation prompt, and advisor prompt 2026-04-16 11:06:32 +01:00
CLAUDE.md docs: add CLAUDE.md agent operating rules 2026-04-16 11:39:50 +01:00
constitution.md docs: add kit governance and dogfooded documentation 2026-04-15 11:46:20 +01:00
GREENFIELD.md feat(repo): add adoption walkthroughs 2026-04-15 11:46:05 +01:00
LICENSE chore: initial repository structure 2026-04-15 11:39:34 +01:00
README.md feat(repo): add adoption walkthroughs 2026-04-15 11:46:05 +01:00

title description type status audience tags related ai_context retrieval_hooks not_for provenance aio_version
AI-Forward Starter Kit A drop-in starter kit for adopting the AI-Forward Coding Principles and the AIo documentation specification in an existing project. explanation draft both
ai-forward
aio
starter-kit
landing
ADOPT.md
GREENFIELD.md
.ai-forward/README.md
.ai-forward/PRINCIPLES.md
Public landing for the AI-Forward starter kit. Explains what the kit is, who it is for, what it costs to adopt, and points at ADOPT.md for the brownfield walkthrough or GREENFIELD.md for new projects.
What is the AI-Forward starter kit?
Who is the AI-Forward kit for?
What does adopting AI-Forward cost?
The brownfield adoption walkthrough — see ADOPT.md.
The greenfield variant — see GREENFIELD.md.
The post-adoption guide (read after copying .ai-forward/) — see .ai-forward/README.md.
editorial_responsibility
responsible_party contact jurisdiction
wandering-monster info@wanderingmonster.dev EU
0.2.0-wip

AI-Forward Starter Kit

This repository is a drop-in starter kit for adopting the AI-Forward Coding Principles and the AIo documentation specification in an existing project. The kit is files an adopter copies — a .ai-forward/ directory with a constitution template, an AGENTS.md, AIo-conformant document templates, and a vendored reference linter. It is not a CLI, a generator, or a framework.

The kit is aimed at brownfield projects first: repositories with existing documentation, tooling, and opinions that need a context-economical harness without a rewrite. Greenfield adopters use the same kit, minus the files they do not need (see GREENFIELD.md). The runtime cost is a .ai-forward/ directory at your repo root, Python 3 with pyyaml to run the linter, and CC BY-SA 4.0 attribution. There are no other dependencies.

Start with ADOPT.md — a five-step walkthrough that takes a project from zero to a lint-clean converted document in about fifteen minutes.

See also

Not this document