ASTベースの開発パラダイム。コンテキストエンジニアリングによる構造化開発アプローチ。
Vibes are too shallow. Specs are too complex. Let there be the outline.
Beyond specs. Beyond vibes. A versioned outline becomes the contract for every agentic act.
Outline-Driven Development is a coding methodology for LLM code agents. It occupies the space between two failure modes: vibes (too shallow, non-reproducible) and specs (too rigid, too expensive to maintain). The unit of truth is a versioned outline whose hash anchors every diff, every test, and every diagram.
See PHILOSOPHY.md for the full design rationale and traceability model.
| Host | Repo | Quick install |
|---|---|---|
| Claude Code | odin-claude-plugin | wget -O ~/.claude/CLAUDE.md https://raw.githubusercontent.com/OutlineDriven/odin-claude-plugin/refs/heads/main/CLAUDE.md && claude plugin marketplace add OutlineDriven/odin-claude-plugin && claude plugin install odin@odin-marketplace |
| Codex CLI | odin-codex-plugin | git clone https://github.com/OutlineDriven/odin-codex-plugin.git && rsync -a ./odin-codex-plugin/ ~/.codex/ |
| Gemini CLI | odin-gemini-cli-extension | gemini extensions install https://github.com/OutlineDriven/odin-gemini-cli-extension |
| Any IDE / agent (prompt-only) | — | GENERIC_PROMPT.md |
| Compact prompt | — | COMPACT_PROMPT.md |
See INSTALL.md for CLI tool prerequisites and detailed setup.
| Aspect | Vibe coding | Spec-driven (Spec Kit) | BMad | Outline-Driven Development |
|---|---|---|---|---|
| Source of truth | LLM intuition | Spec doc | Behavioral specs | Versioned outline (hash-anchored) |
| Iteration unit | "Try again" | Spec -> re-prompt | BDD scenarios | Outline node x diff |
| Validation | Eyeball | Spec compliance | Acceptance tests | Diagram-first invariants + AST |
| Tooling | Plain chat | GitHub Spec Kit | BMad CLI | Plugins for Claude / Codex / Gemini |
| Reuse unit | Conversation | Spec template | Story | Skill / agent / outline |
| LLM creativity | Unbounded | Bounded by spec | Bounded by story | Bounded by outline; preserved within envelope |
| Best for | Throwaway scripts | Greenfield features | User-facing flows | Long-lived methodologies + agentic work |
2026-04
Open an issue to discuss ideas or report bugs. PRs improving the methodology, prompts, or tooling documentation are welcome.
MIT — see LICENSE.
トピック